gtkKeySnooperInstall {RGtk2} | R Documentation |
Installs a key snooper function, which will get called on all key events before delivering them normally.
gtkKeySnooperInstall(snooper, func.data = NULL)
|
[GtkKeySnoopFunc ] a GtkKeySnoopFunc . |
|
[R object] data to pass to snooper . |
[numeric] a unique id for this key snooper for use with gtkKeySnooperRemove
.
Derived by RGtkGen from GTK+ documentation