gtkActionGroupAddRadioActions {RGtk2} | R Documentation |
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)
|
[GtkActionGroup ] the action group |
|
[GtkRadioActionEntry ] a list of radio action descriptions |
|
[integer] the value of the action to activate initially, or -1 if no action should be activated |
|
[GCallback] the callback to connect to the changed signal |
|
[R object] 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>/
.
Since 2.4
Derived by RGtkGen from GTK+ documentation