A few tweaks and some cleanup for the wxPython demo

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14333 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2002-02-21 00:50:27 +00:00
parent ce22d615fe
commit a1bfae9d83
4 changed files with 31 additions and 24 deletions

View File

@@ -481,7 +481,7 @@ class MySplashScreen(wxSplashScreen):
frame = wxPythonDemo(None, -1, "wxPython: (A Demonstration)")
frame.Show(true)
self.ShowTip(frame)
evt.Skip()
self.Destroy()
def ShowTip(self, frame):
try: