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