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.
If an accelerator was activated and handled this keypress, TRUE
is returned.
gtkAccelGroupsActivate(object, accel.key, accel.mods)
|
[GObject ] the GObject , usually a GtkWindow , on which
to activate the accelerator. |
|
[numeric] accelerator keyval from a key event |
|
[GdkModifierType ] keyboard state mask from a key event |
[logical] TRUE
if the accelerator was handled, FALSE
otherwise
Derived by RGtkGen from GTK+ documentation