gtk-sharp 0.0.0.0 Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. A GtkMenuShell is the abstract base class used to derive the GtkMenu and GtkMenuBar subclasses. A is a container of objects arranged in a list which can be navigated, selected, and activated by the user to perform application functions. A can have a submenu associated with it, allowing for nested hierarchical menus. Gtk.Container Atk.Implementor GLib.IWrapper GLib.IWrapper System.IDisposable Method System.Void Adds a new to the beginning of the menu shell's item list. The to add. Activates the menu item within the menu shell. Adds a new to the beginning of the menu shell's item list. Method System.Void Deactivates the menu shell. Typically this results in the menu shell being erased from the screen. Method System.Void Activates the menu item within the menu shell. The to activate. If , force the deactivation of the menu shell after the menu item is activated. Activates the menu item within the menu shell. Method System.Void Adds a new to the menu shell's item list at the position indicated by . The to add. The position in the item list where is added. Positions are numbered from 0 to n-1. Adds a new to the menu shell's item list at the position indicated by position. Method System.Void Deselects the currently selected item from the menu shell, if any. Deselects the currently selected item from the menu shell, if any. Method System.Void Adds a new to the end of the menu shell's item list. The to add. Adds a new to the end of the menu shell's item list. Method System.Void Selects the menu item from the menu shell. The to select. Selects the menu item from the menu shell. Method System.Void Disposes the resources associated with the object. Constructor Internal constructor Pointer to the C object. An instance of MenuShell, wrapping the C object. This is an internal constructor, and should not be used by user code. Constructor A constructor. An instance of . Property System.UInt32 The GLib Type for Gtk.MenuShell The GLib Type for the Gtk.MenuShell class. Event An action signal that activates the current menu item within the menu shell. Event An action signal which moves the current menu item in the direction specified by . Event An action signal which cancels the selection within the menu shell.Causes the signal to be emitted. Event This signal is emitted when a selection has been completed within a menu shell. Event This signal is emitted when a menu shell is deactivated. Constructor Internal constructor GLib type for the type Creates a new instance of MenuShell, 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.