Import line: | Atk = imports.gi.Atk; |
GIR File: | Atk-1.0.gir |
C documentation: | Atk |
Namespace : | Atk |
Show / Hide Inherited methods, properties and signals |
None |
Method / Constructor | Defined By | |
---|---|---|
Adds the specified function to the list of functions to be called when an object receives focus.
|
Atk | |
Adds the specified function to the list of functions to be called when an event of type event_type occurs.
|
Atk | |
Adds the specified function to the list of functions to be called when a key event occurs.
Adds the specified function to the list of functions to be called when a key event occurs. The data element will be passed to the AtkKeySnoopFunc (listener) as the func_data param, on notification.
|
Atk | |
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_init
(Function init)
:
none
Specifies the function to be called for focus tracker initialization.
Specifies the function to be called for focus tracker initialization. This function should be called by an implementation of the ATK interface if any specific work needs to be done to enable focus tracking.
|
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
|
Atk | |
Atk.get_focus_object
()
:
Atk.Object
Gets the currently focused object.
Gets the currently focused object.
|
Atk | |
Atk.get_root
()
:
Atk.Object
Gets the root accessible container for the current application.
Gets the root accessible container for the current 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 | |
Atk.remove_focus_tracker
(Number 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
(Number listener_id)
:
none
Removes the specified event listener
Removes the specified event listener
|
Atk | |
Atk.remove_key_event_listener
(Number listener_id)
:
none
Removes the specified event listener
Removes the specified event listener
|
Atk | |
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. me, 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 |