Description Usage Arguments Details Value Author(s)
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.
1 | gtkRadioActionGetGroup(object)
|
|
the action object |
A common way to set up a group of radio group is the following:
1 2 3 4 5 6 | 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.