mirror of https://github.com/buggins/dlangui.git
update readme with SwitchWidget
This commit is contained in:
parent
aca556d794
commit
a46cc90815
|
@ -52,6 +52,7 @@ Currently implemented widgets:
|
||||||
* TextImageButton - button with icon and label
|
* TextImageButton - button with icon and label
|
||||||
* CheckBox - check button with label
|
* CheckBox - check button with label
|
||||||
* RadioButton - radio button with label
|
* RadioButton - radio button with label
|
||||||
|
* SwitchWidget - switch button
|
||||||
* EditLine - single line edit
|
* EditLine - single line edit
|
||||||
* EditBox - multiline editor
|
* EditBox - multiline editor
|
||||||
* VSpacer - vertical spacer - just an empty widget with layoutHeight == FILL_PARENT, to fill vertical space in layouts
|
* VSpacer - vertical spacer - just an empty widget with layoutHeight == FILL_PARENT, to fill vertical space in layouts
|
||||||
|
|
Loading…
Reference in New Issue