gtkRadioButtonNew {RGtk2} | R Documentation |
Creates a new GtkRadioButton
. To be of any practical value, a widget should
then be packed into the radio button.
gtkRadioButtonNew(group = NULL, show = TRUE)
|
[list] an existing radio button group, or NULL if you are creating a new group. |
[GtkWidget
] a new radio button.
Derived by RGtkGen from GTK+ documentation