RadioMenuItem.with_label
Description:
[ CCode ( has_construct_function = false , type = "GtkWidget*" ) ]
public RadioMenuItem.with_label (SList<RadioMenuItem>? group, string label)
public RadioMenuItem.with_label (SList<RadioMenuItem>? group, string label)
Creates a new RadioMenuItem whose child is a simple Label.
Parameters:
group |
group the radio menu item is inside, or null |
label |
the text for the label |
Returns:
A new RadioMenuItem |