Inheritance diagram for CheckMenuItem:
Public Member Functions | |
this () | |
Create a new check menu item. | |
this (String label) | |
Creates a new check menu item with a label. | |
this (MenuItemListener listener, String label, String action) | |
Creates a new check menu item with a label an action and set the MenuItemListener. | |
this (char[] label, void delegate(MenuItem) dlg) | |
Creates a new menu item with a label and a listener. | |
this (char[] label, void delegate(MenuItem) dlg, char[] action) | |
Creates a new menu item with a label and a listener and a action. | |
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 menu item with a label and a listener and a action.
|
|
Creates a new menu item with a label and a listener.
|
|
Creates a new check menu item with a label an action and set the MenuItemListener.
|
|
Creates a new check menu item with a label.
|
|
Create a new check menu item.
|
|
Toggles the button state.
|