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

Allow WListBox items manipulation #66

Closed niseik closed 3 years ago

niseik commented 3 years ago

Hi, would it make sense for you to add this local items reference to the WListBox class?

I would use it to update the list items while a dialog is running.