gtkActionGroupAddRadioActions
This is a convenience routine to create a group of radio actions and add them to the action group.
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
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.