Atk.UtilClass

Fields

Name

Type

Access

Description

add_global_event_listener

object

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

object

r

adds the specified function to the list of functions to be called when a key event occurs.

get_root

object

r

gets the root accessible container for the current application.

get_toolkit_name

object

r

gets name string for the GUI toolkit implementing ATK for this application.

get_toolkit_version

object

r

gets version string for the GUI toolkit implementing ATK for this application.

parent

GObject.ObjectClass

r

remove_global_event_listener

object

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

object

r

remove the specified function to the list of functions to be called when a key event occurs.

Methods

None

Details

class Atk.UtilClass