pfalcon / picotui

Lightweight, pure-Python Text User Interface (TUI) widget toolkit with minimal dependencies. Dedicated to the Pycopy project.
https://github.com/pfalcon/pycopy
MIT License
811 stars 70 forks source link

examples/example_filter_listbox: Add example for "changed" events based on the status of a DropDown widget. #20

Closed peterjschroeder closed 6 years ago

peterjschroeder commented 6 years ago

An example showing how to update a Listbox depending on the status of a DropDown.

pfalcon commented 6 years ago

Sorry for the delay with processing this. Looks good, merged, thanks! Of course, the code in this example will likely change later as an outcome of https://github.com/pfalcon/picotui/issues/13.

Merry Christmas!