AtkUtilClass

Members

Variables

addGlobalEventListener
uint function(GSignalEmissionHook listener, const(char)* eventType) addGlobalEventListener;

adds the specified function to the list of functions to be called when an ATK event occurs. ATK implementors are discouraged from reimplementing this method.

addKeyEventListener
uint function(AtkKeySnoopFunc listener, void* data) addKeyEventListener;

adds the specified function to the list of functions to be called when a key event occurs.

getRoot
AtkObject* function() getRoot;

gets the root accessible container for the current application.

getToolkitName
const(char)* function() getToolkitName;

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

getToolkitVersion
const(char)* function() getToolkitVersion;

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

parent
GObjectClass parent;
removeGlobalEventListener
void function(uint listenerId) removeGlobalEventListener;

removes the specified function to the list of functions to be called when an ATK event occurs. ATK implementors are discouraged from reimplementing this method.

removeKeyEventListener
void function(uint listenerId) removeKeyEventListener;

remove the specified function to the list of functions to be called when a key event occurs.