gtkRadioActionGetGroup
Returns the list representing the radio group for this object. Note that the returned list is only valid until the next change to the group.
gtkRadioActionGetGroup(object)
|
the action object |
A common way to set up a group of radio group is the following:
while (more_actions) { action <- gtkRadioAction(...) action$setGroup(group) group <- action$getGroup() }
Since 2.4
[list] the list representing the radio group for this object. [ element-type GtkAction][ transfer none ]
Derived by RGtkGen from GTK+ documentation
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.