RadioButton.with_mnemonic_from_widget


Description:

[ CCode ( has_construct_function = false , type = "GtkWidget*" ) ]
public RadioButton.with_mnemonic_from_widget (RadioButton? radio_group_member, string label)

Creates a new RadioButton containing a label.

The label will be created using Label.with_mnemonic, so underscores in label indicate the mnemonic for the button.

Parameters:

radio_group_member

widget to get radio group from or null

label

the text of the button, with an underscore in front of the mnemonic character

Returns:

a new RadioButton