listbox_manager.py
listbox_manager.zip (22.6 KB)
A new control for managing lists designed as an alternative to wx.adv.EditableListBox.
It is entirely coded in python, it offers additional options and it is fully customizable.
This list manager is intended for use with .ini files and relies on a structure that configparser can parse.
Tested:
-
Windows 10/11 | Python 3.11.9 |
-
wxPython 4.2.2 | wxWidgets 3.2.3
-
Linux Mint 21 | Python 3.10.12 |
-
wxPython 4.2.1 gtk3 | wxWidgets 3.2.2.1
Bug fixes, improvements, suggestions and derivative versions are welcome.
Regards