RadioMenuItem.this

Creates a new GtkRadioMenuItem whose child is a simple GtkLabel.

Parameters

group ListSG

the group to which the radio menu item is to be attached

label string

the text for the label

mnemonic bool

if true the label will be created using Label.newWithMnemonic, so underscores in label indicate the mnemonic for the menu item.

Throws

ConstructionException GTK+ fails to create the object.