cview/demos
Andreas Bieber f71273b9c8 feat(dropdown): Expose `DropDownOption`
BREAKING CHANGE:
DropDown:
- The signature of `GetCurrentOption` has been changed to return the index and the newly exposed `DropDownOption`
- `AddOption` has been renamed to `AddOptions` and accepts now multiple `DropDownOption`s. A convenience func called `AddOptionsSimple` has been added to simply add options by only providing its text.
- The signature of `SetOptions` has been changed to accept the global `selected` handler with the newly exposed `DropDownOption` and multiple `DropDownOption`s to set. A convenience func, namely `SetOptionsSimple`, has been added to simply add options by only providing its text.
- The signature of `SetSelectedFunc` has been changed to accept a handler expecting an index and the newly exposed `DropDownOption`

Form:
- The signature of `AddDropDown` has been changed to accept an array of the newly exposed `DropDownOption`. A convenience func, namely `AddDropDownSimple`, has been added to simply add a DropDown by only providing the option's text.
2020-09-23 20:46:36 +02:00
..
box Upgrade tcell to v2 2020-08-30 08:37:17 -07:00
button Merge pull request #422 from rivo/mouse 2020-03-30 10:22:55 -07:00
checkbox Rename CheckBox 2020-04-26 16:55:45 -07:00
dropdown feat(dropdown): Expose `DropDownOption` 2020-09-23 20:46:36 +02:00
flex Merge pull request #422 from rivo/mouse 2020-03-30 10:22:55 -07:00
form feat(dropdown): Expose `DropDownOption` 2020-09-23 20:46:36 +02:00
frame Upgrade tcell to v2 2020-08-30 08:37:17 -07:00
grid Merge pull request #422 from rivo/mouse 2020-03-30 10:22:55 -07:00
inputfield feat(List): Expose `ListItem` 2020-09-23 20:46:36 +02:00
list feat(List): Expose `ListItem` 2020-09-23 20:46:36 +02:00
modal Merge pull request #422 from rivo/mouse 2020-03-30 10:22:55 -07:00
pages Merge pull request #422 from rivo/mouse 2020-03-30 10:22:55 -07:00
presentation feat(dropdown): Expose `DropDownOption` 2020-09-23 20:46:36 +02:00
primitive Upgrade tcell to v2 2020-08-30 08:37:17 -07:00
progressbar Make ProgressBar fields private 2020-03-27 12:54:05 -07:00
table Upgrade tcell to v2 2020-08-30 08:37:17 -07:00
textview Upgrade tcell to v2 2020-08-30 08:37:17 -07:00
treeview Upgrade tcell to v2 2020-08-30 08:37:17 -07:00
unicode feat(dropdown): Expose `DropDownOption` 2020-09-23 20:46:36 +02:00
postgres.png List selections should be visible even when they don't have focus. Also added screenshot for Postgres demo. 2018-01-07 14:37:41 +01:00