Ryujinx-GtkSharp/gtk/RadioMenuItem.custom

12 lines
235 B
Plaintext
Raw Normal View History

//
// 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);
}