RadioButton.with_label


Description:

[ CCode ( has_construct_function = false , type = "GtkWidget*" ) ]
public RadioButton.with_label (SList<RadioButton>? group, string label)

Creates a new RadioButton with a text label.

Parameters:

group

an existing radio button group, or null if you are creating a new group.

label

the text label to display next to the radio button.

Returns:

a new radio button.