- addGlobalEventListener
uint function(GSignalEmissionHook listener, const(char)* eventType) addGlobalEventListener;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- addKeyEventListener
uint function(AtkKeySnoopFunc listener, void* data) addKeyEventListener;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- getRoot
AtkObject* function() getRoot;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- getToolkitName
const(char)* function() getToolkitName;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- getToolkitVersion
const(char)* function() getToolkitVersion;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- parent
GObjectClass parent;
Undocumented in source.
- removeGlobalEventListener
void function(uint listenerId) removeGlobalEventListener;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- removeKeyEventListener
void function(uint listenerId) removeKeyEventListener;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.