Inheritance diagram for CheckMenuItem:
Public Member Functions | |
this () | |
Create a new check menu item. | |
this (char[] label) | |
Creates a new check menu item with a label. | |
this (MenuItemListener listener, char[] label, char[] action) | |
Creates a new check menu item with a label an action and set the MenuItemListener. | |
bit | getActive () |
Gets the current active state. | |
void | setActive (bit active) |
Sets the active state. | |
void | setShowToggle (bit always) |
Sets the show toggle policy. | |
void | toggled () |
Toggles the button state. | |
gboolean | getInconsistent () |
Gets the inconsistent state. | |
void | setInconsistent (bit setting) |
Sets the inconsisten state. |
|
Gets the current active state.
|
|
Gets the inconsistent state.
|
|
Sets the active state.
|
|
Sets the inconsisten state.
|
|
Sets the show toggle policy.
|
|
Creates a new check menu item with a label an action and set the MenuItemListener.
Reimplemented from MenuItem. |
|
Creates a new check menu item with a label.
Reimplemented from MenuItem. |
|
Create a new check menu item.
Reimplemented from MenuItem. |
|
Toggles the button state.
|