56 |
self.ShowMainWindow() |
self.ShowMainWindow() |
57 |
self.session = None |
self.session = None |
58 |
self.create_session() |
self.create_session() |
59 |
return true |
return True |
60 |
|
|
61 |
def OnExit(self): |
def OnExit(self): |
62 |
"""Clean up code. |
"""Clean up code. |
132 |
also arranges for ShowMainWindow to be called at the appropriate |
also arranges for ShowMainWindow to be called at the appropriate |
133 |
time. |
time. |
134 |
""" |
""" |
135 |
self.top.Show(true) |
self.top.Show(True) |
136 |
|
|
137 |
def CreateMainWindow(self): |
def CreateMainWindow(self): |
138 |
"""Create and return the main window for the application. |
"""Create and return the main window for the application. |