RadioMenuItem.with_label_from_widget


Description:

[ CCode ( has_construct_function = false , type = "GtkWidget*" ) ]
[ Version ( since = "2.4" ) ]
public RadioMenuItem.with_label_from_widget (RadioMenuItem? group, string? label)

Creates a new GtkRadioMenuItem whose child is a simple GtkLabel.

The new RadioMenuItem is added to the same group as group.

Parameters:

group

an existing RadioMenuItem

label

the text for the label

Returns:

The new RadioMenuItem