| atkAddKeyEventListener {RGtk2} | R Documentation |
Adds the specified function to the list of functions to be called
when a key event occurs. The data element will be passed to the
AtkKeySnoopFunc (listener) as the func.data param, on notification.
atkAddKeyEventListener(listener, data)
|
[ |
|
[R object] a |
[numeric] added event listener id, or 0 on failure.
Derived by RGtkGen from GTK+ documentation