RadioMenuItem.newWithLabelFromWidget
gtk.radio_menu_item.RadioMenuItem newWithLabelFromWidget(gtk.radio_menu_item.RadioMenuItem group = null, string label = null)Creates a new GtkRadioMenuItem whose child is a simple GtkLabel. The new #GtkRadioMenuItem is added to the same group as group.
Parameters
group | an existing #GtkRadioMenuItem |
label | the text for the label |
Returns
The new #GtkRadioMenuItem