Type: Python module or package
This module holds the GUI (Graphical User Interface) singleton. gui.choose() is there to instanciate the singleton, choosing from a wishlist of implementations. Implementations are instances of any Toolkit subclass.Refering articles:
- idea: use a lino.cfg file? (18.02.06) — a lino.cfg file could contain certain global site preferences (parameters used by all lino applications of a site). more
- 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