aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/GUISkin.py
AgeCommit message (Collapse)Author
2006-06-15support for rendererFelix Domke
2006-03-02minimally improved LCD supportFelix Domke
2006-02-24generic show/hide support for GUIComponentsFelix Domke
2005-12-17GUI: child windows will no long be removed on parent destroy. listbox/window ↵Felix Domke
now destroy their private parents. python does no longer use thisown = 0.
2005-12-07add ability to append normal funktions to Screen.onLayoutFinish call listAndreas Monzner
2005-07-08 - skins are now loaded first and applied laterFelix Domke
- this allows use skin information to build special eWidgets, depending on skin - add "applet"-feature: code which is executed from skin - example: centering of messagebox
2005-05-05 - split of Components into different filesFelix Domke
- screen (will be split next) must import required modules