gtkRadioButtonNewWithLabelFromWidget {RGtk2} | R Documentation |
Creates a new GtkRadioButton
with a text label, adding it to the same group
as group
.
gtkRadioButtonNewWithLabelFromWidget(group = NULL, label, show = TRUE)
|
[GtkRadioButton ] |
|
[character] a text string to display next to the radio button. |
[GtkWidget
] a new radio button.
Derived by RGtkGen from GTK+ documentation