RadioButton.newWithLabel
gtk.radio_button.RadioButton newWithLabel(gtk.radio_button.RadioButton[] group, string label)Creates a new #GtkRadioButton with a text label.
Parameters
group | an existing radio button group, or null if you are creating a new group. |
label | the text label to display next to the radio button. |
Returns
a new radio button.