atk.global

Global functions for atk1 library

Functions 15

fnvoid focusTrackerNotify(atk.object.ObjectWrap object) nothrowCause the focus tracker functions which have been specified to be executed for the object.
fnuint getBinaryAge() nothrowReturns 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() nothrowGets 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() nothrowGets the currently focused object. Returns: the currently focused object for the current application
fnuint getInterfaceAge() nothrowReturns 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() nothrowReturns the major version number of the ATK library. (e.g. in ATK version 2.7.4 this is 2.)
fnuint getMicroVersion() nothrowReturns the micro version number of the ATK library. (e.g. in ATK version 2.7.4 this is 4.)
fnuint getMinorVersion() nothrowReturns the minor version number of the ATK library. (e.g. in ATK version 2.7.4 this is 7.)
fnatk.object.ObjectWrap getRoot() nothrowGets the root accessible container for the current application. Returns: the root accessible container for the current application
fnstring getToolkitName() nothrowGets 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() nothrowGets 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() nothrowGets the current version for ATK. Returns: version string for ATK
fnvoid removeFocusTracker(uint trackerId) nothrowRemoves the specified focus tracker from the list of functions to be called when any object receives focus.
fnvoid removeGlobalEventListener(uint listenerId) nothrowlistener_id is the value returned by #atk_add_global_event_listener when you registered that event listener.
fnvoid removeKeyEventListener(uint listenerId) nothrowlistener_id is the value returned by #atk_add_key_event_listener when you registered that event listener.