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