Shows the steps to install information

This commit is contained in:
root
2010-09-20 11:44:48 +08:00
parent c929db5482
commit f6667ff543
8 changed files with 125 additions and 22 deletions

View File

@@ -106,7 +106,8 @@ class MessageBox:
def show(self):
''' display dialog'''
display.create_message_box(self)
code = display.create_message_box(self)
return code
class TopWindow:
''' implement top_window in interface.xml - top_window corresponds to Toplevel in Tkinter '''