Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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)

Arguments

object

the action object

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

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

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.