Import line: | Atk = imports.gi.Atk; |
GIR File: | Atk-1.0.gir |
C documentation: | Atk |
Namespace : | Atk |
None |
Method / Constructor | Defined By | |
---|---|---|
Atk.attribute_set_free
(Array attrib_set)
:
none
Frees the memory used by an AtkAttributeSet, including all its
AtkAttributes.
Frees the memory used by an AtkAttributeSet, including all its
AtkAttributes.
|
Atk | |
Atk.focus_tracker_notify
(Object object)
:
none
Cause the focus tracker functions which have been specified to be
executed for the object.
Cause the focus tracker functions which have been specified to be
executed for the object.
|
Atk | |
Atk.get_default_registry
()
:
Atk.Registry
Gets a default implementation of the AtkObjectFactory/type
registry.
Gets a default implementation of the AtkObjectFactory/type
registry. registry for registering new AtkObject factories. Following a call to this function, maintainers may call atk_registry_set_factory_type() to associate an AtkObjectFactory subclass with the GType of objects for whom accessibility information will be provided. AtkObjectFactory/type registry
|
Atk | |
Atk.get_focus_object
()
:
Atk.Object
Gets the currently focused object.
Gets the currently focused object.
application
|
Atk | |
Atk.get_root
()
:
Atk.Object
Gets the root accessible container for the current application.
Gets the root accessible container for the current application.
application
|
Atk | |
Atk.get_toolkit_name
()
:
String
Gets name string for the GUI toolkit implementing ATK for this application.
Gets name string for the GUI toolkit implementing ATK for this application.
|
Atk | |
Atk.get_toolkit_version
()
:
String
Gets version string for the GUI toolkit implementing ATK for this application.
Gets version string for the GUI toolkit implementing ATK for this application.
|
Atk | |
Atk.get_version
()
:
String
Gets the current version for ATK.
Gets the current version for ATK.
|
Atk | |
Get the AtkRelationType type corresponding to a relation name.
Get the AtkRelationType type corresponding to a relation name.
or ATK_RELATION_NULL if no matching relation type is found.
|
Atk | |
Gets the description string describing the AtkRelationType type.
Gets the description string describing the AtkRelationType type.
|
Atk | |
Associate name with a new AtkRelationType
Associate name with a new AtkRelationType
|
Atk | |
Atk.remove_focus_tracker
(guint32 tracker_id)
:
none
Removes the specified focus tracker from the list of functions
to be called when any object receives focus.
Removes the specified focus tracker from the list of functions
to be called when any object receives focus.
|
Atk | |
Atk.remove_global_event_listener
(guint32 listener_id)
:
none
Removes the specified event listener
Removes the specified event listener
|
Atk | |
Atk.remove_key_event_listener
(guint32 listener_id)
:
none
Removes the specified event listener
Removes the specified event listener
|
Atk | |
Get the AtkRole type corresponding to a rolew name.
|
Atk | |
Atk | ||
Atk | ||
Atk | ||
Gets the AtkStateType corresponding to the description string name.
Gets the AtkStateType corresponding to the description string name.
|
Atk | |
Gets the description string describing the AtkStateType type.
Gets the description string describing the AtkStateType type.
|
Atk | |
Register a new object state.
Register a new object state.
|
Atk | |
Get the AtkTextAttribute type corresponding to a text attribute name.
Get the AtkTextAttribute type corresponding to a text attribute name.
or ATK_TEXT_ATTRIBUTE_INVALID if no matching text attribute is found.
|
Atk | |
Gets the name corresponding to the AtkTextAttribute
Gets the name corresponding to the AtkTextAttribute
|
Atk | |
Gets the value for the index of the AtkTextAttribute
NULL is returned if there are no values maintained for the attr value.
Gets the value for the index of the AtkTextAttribute
NULL is returned if there are no values maintained for the attr value.
|
Atk | |
Associate name with a new AtkTextAttribute
Associate name with a new AtkTextAttribute
|
Atk | |
Atk.text_free_ranges
(TextRange ranges)
:
none
Frees the memory associated with an array of AtkTextRange.
Frees the memory associated with an array of AtkTextRange. It is assumed
that the array was returned by the function atk_text_get_bounded_ranges and is NULL terminated.
|
Atk |
None |