Module dui.CheckButton
| Constructor Summary | |
|---|---|
|
() Creates a new Check button |
|
|
(Button button) |
|
|
(char label) Creates a new chekc button with a label |
|
|
(char label, void delegate()) Creates a new chekc button with a label |
|
|
(char label, void delegate(CheckButton)) Creates a new chekc button with a label |
|
| Methods Summary | |
|---|---|
| alias |
EventHandler0!(CheckButton ) |
| alias |
EventHandler!(CheckButton ) |
| public void |
addOnButtonClicked(void delegate(CheckButton)) addOnBubttonClicked |
| char |
toString() |