gtkAccelGroupsActivate {RGtk2} | R Documentation |
Finds the first accelerator in any GtkAccelGroup
attached
to object
that matches accel.key
and accel.mods
, and
activates that accelerator.
gtkAccelGroupsActivate(object, accel.key, accel.mods)
|
the |
|
accelerator keyval from a key event |
|
keyboard state mask from a key event |
[logical] TRUE
if an accelerator was activated and handled this keypress
Derived by RGtkGen from GTK+ documentation