readme changed

This commit is contained in:
Vladimir Markelov 2015-11-24 17:51:06 -08:00
parent 0ffa3bbb13
commit 88c7a12429
1 changed files with 4 additions and 1 deletions

View File

@ -3,6 +3,7 @@ Command Line User Interface (Console UI inspired by TurboVision) with built-in t
## Introduction ## Introduction
The list of available controls: The list of available controls:
* 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) * EditFiled (One line text edit control with basic clipboard control)
@ -13,8 +14,10 @@ The list of available controls:
* CheckBox (Simple check box) * CheckBox (Simple check box)
* Radio (Simple radio button. Useless alone - should be used along with RadioGroup) * Radio (Simple radio button. Useless alone - should be used along with RadioGroup)
* RadioGroup (Non-visual control to manage a group of a few RadioButtons) * RadioGroup (Non-visual control to manage a group of a few RadioButtons)
* ConfirmationDialog (modal View to ask a user confirmation, button titles are custom)
* SelectDialog (modal View to ask a user to select an item from the list - list can be ListBox or RadioGroup)
### TODO #### TODO
* BarChart (Horizontal bar chart without scroll) * BarChart (Horizontal bar chart without scroll)
* Diagram (Show tabular data as a line graph or sparkle one) * Diagram (Show tabular data as a line graph or sparkle one)
* GridView (Table to show structured data - only virtual and readonly mode with scroll support) * GridView (Table to show structured data - only virtual and readonly mode with scroll support)