gtk-sharp 0.0.0.0 neutral Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. A radio-style control (pick one of a list of options) for a menu. Gtk.CheckMenuItem Atk.Implementor GLib.IWrapper GLib.IWrapper System.IDisposable Method System.Void Disposes the resources associated with the object. Constructor Internal constructor Pointer to the C object. An instance of RadioMenuItem, wrapping the C object. This is an internal constructor, and should not be used by user code. Constructor Constructor A , the group this item belongs to A , this item's label. A Property GLib.SList The group the menu item is inside. A A Property GLib.GType GType Property. a Returns the native value for . Constructor Protected Constructor. a a Chain to this constructor if you have manually registered a native value for your subclass. Constructor Basic constructor. a a Event System.EventHandler Emitted when the group of radio menu items that a radio button belongs to changes. This is emitted when a radio button switches from being alone to being part of a group of 2 or more menu items, or vice-versa, and when a buttton is moved from one group of 2 or more menu items to a different one, but not when the composition of the group that a button belongs to changes. Method System.Void Default handler for the event. Override this method in a subclass to provide a default handler for the event. Constructor Basic constructor. a , group the menu item is inside (XXX: this type looks wrong) a Constructor Constructor with support for mnemonic labels. a , group the menu item is inside (XXX: this type looks wrong) a the text of the button, with an underscore in front of the mnemonic character a