Type: Python Package
File:lino:src/lino/forms/__init__.py                                                                                                                                                                         
- wxforms (Python module or package) : ,
 - forms (Python module or package) : , , , , , ,
 - gui (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.
 - testkit (Python module or package)
 - cherrygui.py (Python module or package)
 - tix (Python module or package) : lino:src/lino/formsold/tix/tixtable.py , lino:src/lino/formsold/tix/tixform.py ,
 - HK_CHAR — The character that is used to mark a single character in labels of menus and buttons to be a hotkey.
 - keyboard (Python module or package) : , , ,
 - wxtoolkit (Python module or package)
 - wx (Python Package) : lino:src/lino/forms/wx/wxgrid.py ,
 - toolkit (Python module or package) : ,
 - dbforms (Python module or package) : , , , , ,
 
Refering articles:
- Merge gendoc and forms? (26.05.06) — Just an idea: I could extend lino.forms so that it can replace lino.gendoc... more
 - Moved HK_CHAR (25.01.06) — HK_CHAR (the character used to mark hotkey chars in menu and button labels) is no longer a class var of Schema but a constant in forms. Currently I always use HK_CHAR="&", historically this comes from wxWindows who automagically recognizes this. This is no definitive solution because it doesn't allow API users to specify another value for it.