GtkCheckMenuItem
A check box menu item.
Object Hierarchy
GObject
`-- GtkObject
      `-- GtkWidget
            `-- GtkContainer
                  `-- GtkBin
                        `-- GtkItem
                              `-- GtkMenuItem
                                    `-- GtkCheckMenuItem
Direct Subclasses
Description
Constructors
GtkCheckMenuItem (string label, boolean use_underline);-- Creates a new check menu item.GtkCheckMenuItem::new_with_label (string label);--GtkCheckMenuItem::new_with_mnemonic (string label);--
Methods
get_active() Â Returns whether the check menu item is active. get_draw_as_radio() Â Returns TRUE if the check menu item is drawn as a radio menu item. get_inconsistent() Â set_active() Â Changes the state of the menu item's check box, setting the state property according to the value of is_active parameter. set_draw_as_radio() Â It sets the check menu item to be displayed as a radio menu item if the value of draw_as_radio is TRUE. set_inconsistent() Â set_show_toggle() Â toggled() Â The toggled() method emits the "toggled". signal on the check menu item.
Fields
active: Â Represents the current state of the menu item. draw-as-radio: Â TRUE if the check menu item is shown as a radio menu item.
Signals
"toggled" Â The "toggled" signal is emitted when the check menu item changes state.