RadioButton.newWithLabelFromWidget

gtk.radio_button.RadioButton newWithLabelFromWidget(gtk.radio_button.RadioButton radioGroupMember, string label)

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

Parameters

radioGroupMemberwidget to get radio group from or null
labela text string to display next to the radio button.

Returns

a new radio button.