RadioButton.this

Creates a new RadioButton with a text label.

Parameters

group ListSG

an existing radio button group.

label string

the text label to display next to the radio button.

mnemonic bool

if true the label will be created using gtk_label_new_with_mnemonic(), so underscores in label indicate the mnemonic for the button.

Throws

ConstructionException GTK+ fails to create the object.

Meta