atk.global
Global functions for atk1 library
Functions 15
fn
void focusTrackerNotify(atk.object.ObjectWrap object)Cause the focus tracker functions which have been specified to be executed for the object.fn
uint 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 libraryfn
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 cal...fn
atk.object.ObjectWrap getFocusObject()Gets the currently focused object. Returns: the currently focused object for the current applicationfn
uint 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 libraryfn
uint getMajorVersion()Returns the major version number of the ATK library. (e.g. in ATK version 2.7.4 this is 2.)fn
uint getMicroVersion()Returns the micro version number of the ATK library. (e.g. in ATK version 2.7.4 this is 4.)fn
uint getMinorVersion()Returns the minor version number of the ATK library. (e.g. in ATK version 2.7.4 this is 7.)fn
atk.object.ObjectWrap getRoot()Gets the root accessible container for the current application. Returns: the root accessible container for the current applicationfn
string getToolkitName()Gets name string for the GUI toolkit implementing ATK for this application. Returns: name string for the GUI toolkit implementing ATK for this applicationfn
string getToolkitVersion()Gets version string for the GUI toolkit implementing ATK for this application. Returns: version string for the GUI toolkit implementing ATK for this applicationfn
void removeFocusTracker(uint trackerId)Removes the specified focus tracker from the list of functions to be called when any object receives focus.fn
void removeGlobalEventListener(uint listenerId)listenerid is the value returned by #atkaddglobalevent_listener when you registered that event listener.fn
void removeKeyEventListener(uint listenerId)listenerid is the value returned by #atkaddkeyevent_listener when you registered that event listener.