Module dui.ToggleButton
| Constructor Summary | |
|---|---|
|
(GtkWidget* gtkWidget) |
|
|
(Button button) |
|
| public |
() Creates a new toggle button |
|
(char label) Creates a new toggle button with a label |
|
|
(String label) |
|
| Methods Summary | |
|---|---|
| public static GType |
getType() Gets this class type |
| void |
setMode(gboolean drawIndicator) Set the mode (whatever that is) |
| bit |
getMode() Get the mode (whatever that is) |
| void |
setActive(bit isActive) Set the button state |
| bit |
getActive() Get the state of the button |
| void |
toggled() Do something (change the state?) |
| void |
setInconsistent(bit setting) Sets the inconsistent state |
| bit |
getInconsistent() Check is the state is neither true or false |