AtkUtil {RGtk2} | R Documentation |
This is a utility class which supports the adding and removal of event listeners.
atkAddFocusTracker(focus.tracker)
atkRemoveFocusTracker(tracker.id)
atkFocusTrackerInit(add.function)
atkFocusTrackerNotify(object)
atkAddGlobalEventListener(listener, event.type)
atkRemoveGlobalEventListener(listener.id)
atkAddKeyEventListener(listener, data)
atkRemoveKeyEventListener(listener.id)
atkGetRoot()
atkGetFocusObject()
atkGetToolkitName()
atkGetToolkitVersion()
GObject +----AtkUtil
This is a utility class which supports the adding and removal of event listeners. The adding and removing of the listeners must be done in the same thread. The file also contains a number of utility functions.
AtkUtil
AtkKeyEventStruct
type
state
keyval
length
string
keycode
timestamp
AtkCoordType
atkComponentGetPosition
and atkTextGetCharacterExtents
screen
window
AtkKeyEventType
press
release
last-defined
AtkEventListener(Param1)
Param1
AtkObject
]
AtkEventListenerInit()
AtkKeySnoopFunc(event, func.data)
event
AtkKeyEventStruct
] func.data
Derived by RGtkGen from GTK+ documentation
http://developer.gnome.org/doc/API/2.0/atk/AtkUtil.html