Type: Python module or package
File:lino:src/lino/forms/__init__.py
Refering articles:
- forms.tixforms now shows tabular data (code changes 11.02.06) — The Tkinter GUI (tix) can now display tables for the first time. I abandoned to try using Tix.TList after discovering another way. The other way slurps all data into memory and currently does not even react on keyboard events. But addrbook_demo.py now shows the data also when gui.choose("tix") is active. more
- Switching from wxPython to Tkinter (31.12.05) — I started to not like wxPython any more. I chose it mainly because it had a built-in widget to display tabular data. Meanwhile I discovered Tix. Now I seriously started the lino.forms.tix module. more