Description Usage Arguments Details Author(s)
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.
1 2 | 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.