0fb19cdc37
* gtk/Gtk.metadata: hide unneeded RadioMenuItem ctors * gtk/RadioMenuItem.custom: add ctor to create a new group * gtk/gtk-api.xml: regen svn path=/trunk/gtk-sharp/; revision=22841
11 lines
235 B
Text
11 lines
235 B
Text
//
|
|
// RadioMenuItem.custom
|
|
//
|
|
// Author: John Luke <jluke@cfl.rr.com>
|
|
//
|
|
|
|
// creates a new group for this RadioMenuItem
|
|
public RadioMenuItem (string label)
|
|
{
|
|
Raw = gtk_radio_menu_item_new_with_mnemonic (IntPtr.Zero, label);
|
|
}
|