
Public Member Functions | |
| this (Dialog parent, int id) | |
| Constructs a Button object to interface a given button control. | |
| this (WindowBase parent, int id, string text, Rect position) | |
| Constructs a button to be created at runtime. | |
| void | makeDefault () |
| Sets this button to be the default button. | |
| smjg.libs.sdwf.control.Button.this | ( | Dialog | parent, | |
| int | id | |||
| ) |
Constructs a Button object to interface a given button control.
Reimplemented from smjg.libs.sdwf.control.Control.
| smjg.libs.sdwf.control.Button.this | ( | WindowBase | parent, | |
| int | id, | |||
| string | text, | |||
| Rect | position | |||
| ) |
| void smjg.libs.sdwf.control.Button.makeDefault | ( | ) |
Sets this button to be the default button.
The default button is highlighted by a bold border, and can be activated using the Enter key.
1.5.4