RadioButton.newWithLabel

Creates a new #GtkRadioButton with a text label.

class RadioButton
static
newWithLabel

Parameters

group gtk.radio_button.RadioButton[]

an existing radio button group, or null if you are creating a new group.

label string

the text label to display next to the radio button.

Return Value

Type: gtk.radio_button.RadioButton

a new radio button.