Description Usage Arguments Details Author(s)
Installs an accelerator for accel.widget
in accel.group
, that causes
the ::activate signal to be emitted if the accelerator is activated.
WARNING: gtk_item_factory_add_foreign
has been deprecated since version 2.4 and should not be used in newly-written code. The recommended API for this purpose are the functions
gtkMenuItemSetAccelPath
and gtkWidgetSetAccelPath
; don't
use gtkItemFactoryAddForeign
in new code, since it is likely to
be removed in the future.
1 2 | gtkItemFactoryAddForeign(accel.widget, full.path, accel.group,
keyval, modifiers)
|
|
widget to install an accelerator on |
|
the full path for the |
|
the accelerator group to install the accelerator in |
|
key value of the accelerator |
|
modifier combination of the accelerator |
This function can be used to make widgets participate in the accel
saving/restoring functionality provided by gtkAccelMapSave
and
gtkAccelMapLoad
, even if they haven't been created by an item
factory.
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.