]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxPython/demo/wxMessageDialog.py
Fixed wxWindowCreateEvent and wxWindowDestroyEvent to set m_eventType
[wxWidgets.git] / utils / wxPython / demo / wxMessageDialog.py
index 344d7190d5ea6f305334ed8dcb9ffd9f7581e82a..17dcf7d7417ac7d8f6f9929d6dcce945b1ca6089 100644 (file)
@@ -6,6 +6,7 @@ from wxPython.wx import *
 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()