Description Usage Arguments Details Author(s)
This is a convenience routine to create a group of radio actions and add them to the action group.
1 2 | gtkActionGroupAddRadioActions(object, entries, value, on.change = NULL,
user.data = NULL)
|
|
the action group |
|
a list of radio action descriptions |
|
the value of the action to activate initially, or -1 if no action should be activated |
|
the callback to connect to the changed signal |
|
data to pass to the action callbacks |
The "changed" signal of the first radio action is connected to the
on.change
callback and the accel paths of the actions 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.