Rdocumentation
powered by
Learn R Programming
RGtk2 (version 2.20.31)
gtkRadioButtonNew: gtkRadioButtonNew
Description
Creates a new
GtkRadioButton
. To be of any practical value, a widget should then be packed into the radio button.
Usage
gtkRadioButtonNew(group = NULL, show = TRUE)
Arguments
group
an existing radio button group, or
NULL
if you are creating a new group.
Value
GtkWidget
] a new radio button.