aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/MessageBox.py
AgeCommit message (Collapse)Author
2006-07-24add more useful __repr__Felix Domke
2006-07-19remove 'timeout' from titleFelix Domke
2006-05-25add timeout for MessageBox screens (just add timeout=<seconds> as argument ↵Stefan Pluecken
when creating MessageBox instances)
2006-02-24fix pixmapsFelix Domke
2006-02-24use new show/hideFelix Domke
2006-02-23fix newlineFelix Domke
2006-02-22add info icon to MessageBox when type of message box is TYPE_INFOStefan Pluecken
2005-12-23beautify messageboxStefan Pluecken
add functionality to the messagebox
2005-11-24use different messagebox actions and restore old OKCancelActionsStefan Pluecken
2005-11-24make messagebox look better and translate itStefan Pluecken
2005-10-16add openWithCallback and return valuesFelix Domke
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