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

groupan existing #GtkRadioMenuItem
labelthe text for the label

Returns

The new #GtkRadioMenuItem