gtkRadioButtonNewWithLabel {RGtk2} | R Documentation |
Creates a new GtkRadioButton
with a text label.
gtkRadioButtonNewWithLabel(group = NULL, label, show = TRUE)
|
[list] an existing radio button group, or NULL if you are creating a new
group. |
|
[character] the text label to display next to the radio button. |
[GtkWidget
] a new radio button.
Derived by RGtkGen from GTK+ documentation