gtkRadioActionGetGroup: gtkRadioActionGetGroup
Description
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. Usage
gtkRadioActionGetGroup(object)
Value
[  element-type   GtkAction][  transfer none  ]
Details
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