]),
# managed windows == things with a (optional) caption you can close
- ('Base Frames and Dialogs', [
+ ('Frames and Dialogs', [
'Dialog',
'Frame',
'MDIWindows',
if loadSource:
self.LoadDemoSource()
- self.UpdateNotebook()
self.SetOverview(self.demoModules.name + " Overview", overviewText)
+ self.UpdateNotebook()
#---------------------------------------------
def ShutdownDemoModule(self):
os.chdir(demoPath)
except:
pass
- app = MyApp(0) ##wx.Platform == "__WXMAC__")
+ app = MyApp(False)
app.MainLoop()
#---------------------------------------------------------------------------