Module dui.CheckMenuItem
Constructor Summary | |
---|---|
protected |
(GtkWidget* gtkWidget) |
public |
() Create a new check menu item |
(String label) Creates a new check menu item with a label |
|
(MenuItemListener listener, String label, String action) Creates a new check menu item with a label an action and set the MenuItemListener |
|
(char label, void delegate(MenuItem)dlg) Creates a new menu item with a label and a listener |
|
(String label, void delegate(MenuItem)dlg) |
|
(char label, void delegate(MenuItem)dlg, char action) Creates a new menu item with a label and a listener and a action |
|
(String label, void delegate(MenuItem)dlg, String action) |
Methods Summary | |
---|---|
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 |