gtkAccelGroupConnect
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)
|
the accelerator group to install an accelerator in |
|
key value of the accelerator |
|
modifier combination of the accelerator |
|
a flag mask to configure this accelerator |
|
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
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.