RadioButton.this

Creates a new RadioButton with a text label, adding it to the same group as group.

Parameters

radioButton RadioButton

an existing RadioButton.

label string

a text string to display next to the radio button.

mnemonic bool

if true the label will be created using Label.newWithMnemonic, so underscores in label indicate the mnemonic for the button.

Throws

ConstructionException GTK+ fails to create the object.