This commit is contained in:
Vladimir Markelov 2017-04-04 11:00:02 -07:00
parent 81c09077dc
commit ee96e7722c

View File

@ -9,7 +9,7 @@ The list of available controls:
* View (Main control container - with maximize, window order and other window features) * View (Main control container - with maximize, window order and other window features)
* Label (Horizontal and Vertical with basic color control tags) * Label (Horizontal and Vertical with basic color control tags)
* Button (Simple push button control) * Button (Simple push button control)
* EditFiled (One line text edit control with basic clipboard control) * EditField (One line text edit control with basic clipboard control)
* ListBox (string list control with vertical scroll) * ListBox (string list control with vertical scroll)
* TextView (ListBox-alike control with vertical and horizontal scroll, and wordwrap mode) * TextView (ListBox-alike control with vertical and horizontal scroll, and wordwrap mode)
* ProgressBar (Vertical and horizontal. The latter one supports custom text over control) * ProgressBar (Vertical and horizontal. The latter one supports custom text over control)