Atk.UtilClass¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
add_global_event_listener |
r |
adds the specified function to the list of functions to be called when an ATK event occurs. ATK implementors are discouraged from reimplementing this method. |
|
add_key_event_listener |
r |
adds the specified function to the list of functions to be called when a key event occurs. |
|
get_root |
r |
gets the root accessible container for the current application. |
|
get_toolkit_name |
r |
gets name string for the GUI toolkit implementing ATK for this application. |
|
get_toolkit_version |
r |
gets version string for the GUI toolkit implementing ATK for this application. |
|
parent |
r |
||
remove_global_event_listener |
r |
removes the specified function to the list of functions to be called when an ATK event occurs. ATK implementors are discouraged from reimplementing this method. |
|
remove_key_event_listener |
r |
remove the specified function to the list of functions to be called when a key event occurs. |
Methods¶
None
Details¶
- class Atk.UtilClass¶