Description Usage Arguments Details Author(s)
Adds an action object to the action group and sets up the accelerator.
1 | gtkActionGroupAddActionWithAccel(object, action, accelerator = NULL)
|
|
the action group |
|
the action to add |
|
the accelerator for the action, in
the format understood by |
If accelerator
is NULL
, attempts to use the accelerator associated
with the stock_id of the action.
Accel paths are set to
<Actions>/ \var{group-name} / \var{action-name}
.
Since 2.4
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.