Inheritance diagram for ToggleButton:

Public Member Functions | |
| this () | |
| Creates a new toggle button. | |
| this (char[] label) | |
| Creates a new toggle button with a label. | |
| 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. | |
Static Public Member Functions | |
| GType | getType () |
| Gets this class type. | |
|
|
Get the state of the button.
|
|
|
Check is the state is neither true or false.
|
|
|
Get the mode (whatever that is).
|
|
|
Gets this class type.
Reimplemented from Widget. Reimplemented in OptionMenu, and RadioButton. |
|
|
Set the button state.
|
|
|
Sets the inconsistent state.
|
|
|
Set the mode (whatever that is).
|
|
|
Creates a new toggle button with a label.
Reimplemented from Button. Reimplemented in CheckButton. |
|
|
Creates a new toggle button.
Reimplemented from Button. Reimplemented in CheckButton, and OptionMenu. |
|
|
Do something (change the state?).
|
1.3.4