Shows the steps to install information
This commit is contained in:
@@ -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 '''
|
||||
|
||||
Reference in New Issue
Block a user