gtkAccelGroupConnect {RGtk2} | R Documentation |
Installs an accelerator in this group. When accel.group
is being activated
in response to a call to gtkAccelGroupsActivate
, closure
will be
invoked if the accel.key
and accel.mods
from gtkAccelGroupsActivate
match those of this connection.
gtkAccelGroupConnect(object, accel.key, accel.mods, accel.flags, closure)
|
[GtkAccelGroup ] the accelerator group to install an accelerator in |
|
[numeric] key value of the accelerator |
|
[GdkModifierType ] modifier combination of the accelerator |
|
[GtkAccelFlags ] a flag mask to configure this accelerator |
|
[GClosure ] closure to be executed upon accelerator activation |
The signature used for the closure
is that of GtkAccelGroupActivate
.
Note that, due to implementation details, a single closure can only be connected to one accelerator group.
Derived by RGtkGen from GTK+ documentation