atk.global

Undocumented in source.

Members

Functions

focusTrackerNotify
void focusTrackerNotify(atk.object.ObjectAtk object)

Cause the focus tracker functions which have been specified to be executed for the object.

getBinaryAge
uint getBinaryAge()

Returns the binary age as passed to libtool when building the ATK library the process is running against.

getDefaultRegistry
atk.registry.Registry getDefaultRegistry()

Gets a default implementation of the #AtkObjectFactory/type registry. Note: For most toolkit maintainers, this will be the correct registry for registering new #AtkObject factories. Following a call to this function, maintainers may call atk.registry.Registry.setFactoryType to associate an #AtkObjectFactory subclass with the GType of objects for whom accessibility information will be provided.

getFocusObject
atk.object.ObjectAtk getFocusObject()

Gets the currently focused object.

getInterfaceAge
uint getInterfaceAge()

Returns the interface age as passed to libtool when building the ATK library the process is running against.

getMajorVersion
uint getMajorVersion()

Returns the major version number of the ATK library. (e.g. in ATK version 2.7.4 this is 2.)

getMicroVersion
uint getMicroVersion()

Returns the micro version number of the ATK library. (e.g. in ATK version 2.7.4 this is 4.)

getMinorVersion
uint getMinorVersion()

Returns the minor version number of the ATK library. (e.g. in ATK version 2.7.4 this is 7.)

getRoot
atk.object.ObjectAtk getRoot()

Gets the root accessible container for the current application.

getToolkitName
string getToolkitName()

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

getToolkitVersion
string getToolkitVersion()

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

getVersion
string getVersion()

Gets the current version for ATK.

removeFocusTracker
void removeFocusTracker(uint trackerId)

Removes the specified focus tracker from the list of functions to be called when any object receives focus.

removeGlobalEventListener
void removeGlobalEventListener(uint listenerId)

listener_id is the value returned by #atk_add_global_event_listener when you registered that event listener.

removeKeyEventListener
void removeKeyEventListener(uint listenerId)

listener_id is the value returned by #atk_add_key_event_listener when you registered that event listener.