atk.global

Global functions for atk1 library

Functions 15

fnvoid focusTrackerNotify(atk.object.ObjectWrap object)Cause the focus tracker functions which have been specified to be executed for the object.
fnuint getBinaryAge()Returns the binary age as passed to libtool when building the ATK library the process is running against. Returns: the binary age of the ATK library
fnatk.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 cal...
fnatk.object.ObjectWrap getFocusObject()Gets the currently focused object. Returns: the currently focused object for the current application
fnuint getInterfaceAge()Returns the interface age as passed to libtool when building the ATK library the process is running against. Returns: the interface age of the ATK library
fnuint getMajorVersion()Returns the major version number of the ATK library. (e.g. in ATK version 2.7.4 this is 2.)
fnuint getMicroVersion()Returns the micro version number of the ATK library. (e.g. in ATK version 2.7.4 this is 4.)
fnuint getMinorVersion()Returns the minor version number of the ATK library. (e.g. in ATK version 2.7.4 this is 7.)
fnatk.object.ObjectWrap getRoot()Gets the root accessible container for the current application. Returns: the root accessible container for the current application
fnstring getToolkitName()Gets name string for the GUI toolkit implementing ATK for this application. Returns: name string for the GUI toolkit implementing ATK for this application
fnstring getToolkitVersion()Gets version string for the GUI toolkit implementing ATK for this application. Returns: version string for the GUI toolkit implementing ATK for this application
fnstring getVersion()Gets the current version for ATK. Returns: version string for ATK
fnvoid removeFocusTracker(uint trackerId)Removes the specified focus tracker from the list of functions to be called when any object receives focus.
fnvoid removeGlobalEventListener(uint listenerId)listenerid is the value returned by #atkaddglobalevent_listener when you registered that event listener.
fnvoid removeKeyEventListener(uint listenerId)listenerid is the value returned by #atkaddkeyevent_listener when you registered that event listener.