gtkAccelGroupActivate {RGtk2} | R Documentation |
Finds the first accelerator in accel.group
that matches accel.key
and accel.mods
, and
activates it.
gtkAccelGroupActivate(object, accel.quark, acceleratable, accel.key, accel.mods)
|
|
|
the quark for the accelerator name |
|
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