gtkRadioActionGetGroup: gtkRadioActionGetGroup

Description Usage Arguments Details Value Author(s)

View source: R/gtkFuncs.R

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

1

Arguments

object

the action object

Details

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

Value

[list] the list representing the radio group for this object. [ element-type GtkAction][ transfer none ]

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.