RadioButton.newWithLabelFromWidget

Creates a new #GtkRadioButton with a text label, adding it to the same group as radio_group_member.

class RadioButton
static
newWithLabelFromWidget

Parameters

radioGroupMember gtk.radio_button.RadioButton

widget to get radio group from or null

label string

a text string to display next to the radio button.

Return Value

Type: gtk.radio_button.RadioButton

a new radio button.