gtk-sharp 0.0.0.0 Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. A widget used for items in menus. The and derived widgets are the only valid children for menus. Their function is to correctly handle highlighting, alignment, events and submenus. Gtk.Item Atk.Implementor GLib.IWrapper GLib.IWrapper System.IDisposable Method Gtk.MenuItem Creates a new whose child is . The text to appear on this menu item. A new . Method System.Void Removes the 's submenu, if it has one. Method System.Void Fires the event. Method System.Void Fires the event. Method System.Void Emits the event on the given item. The allocation to use as signal data. Method System.Void Emits the event on the given item. The requisition to use as signal data. Method System.Void Emits the event on the given item. Method System.Void Disposes the resources associated with the object. Constructor Internal constructor Pointer to the C object. An instance of MenuItem, wrapping the C object. This is an internal constructor, and should not be used by user code. Constructor A constructor. An instance of . Constructor To be added To be added: an object of type 'string' To be added: an object of type 'Gtk.MenuItem' To be added Property System.UInt32 The GLib Type for Gtk.MenuItem The GLib Type for the Gtk.MenuItem class. Property Gtk.Widget Sets or obtains the widget submenu. The submenu. A submenu for this menu item, or if none. Property System.String Sets the accelerator path. An accelerator path, corresponding to this menu item's functionality, or to unset the current path. The accelerator path of the menu item. Sets the accelerator path, through which runtime changes of the menu item's accelerator caused by the user can be identified and saved to persistant storage. Property System.Boolean Sets or obtains whether the menu item appears justified at the right side of a menu bar. If the menu item will appear at the far right if added to a menu bar. Returns if the menu item will appear at the far right if added to a menu bar. Event Emitted when the item is activated. Event Emitted when the item is activated, but also if the menu item has a submenu. For normal applications, the relevant event is . Event Emitted when size is allocated. Event Emitted when size is requested. Constructor Internal constructor GLib type for the type Creates a new instance of MenuItem, using the GLib-provided type This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code.