git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3721
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
def OnCloseWindow(self, event):
self.dying = true
self.window = None
def OnCloseWindow(self, event):
self.dying = true
self.window = None
self.Destroy()
#---------------------------------------------
self.Destroy()
#---------------------------------------------
def runTest(frame, nb, log):
dlg = wxMessageDialog(frame, 'Hello from Python and wxPython!',
'A Message Box', wxOK | wxICON_INFORMATION)
def runTest(frame, nb, log):
dlg = wxMessageDialog(frame, 'Hello from Python and wxPython!',
'A Message Box', wxOK | wxICON_INFORMATION)
+ #wxYES_NO | wxNO_DEFAULT | wxCANCEL | wxICON_INFORMATION)
dlg.ShowModal()
dlg.Destroy()
dlg.ShowModal()
dlg.Destroy()