]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/ContextHelp.py
focus setting must be possible even when not shown yet
[wxWidgets.git] / wxPython / demo / ContextHelp.py
index c115f22c443495c7ac741ba910a308070d9a7756..7bca0c5156a38a1aa025dcbb1d47d965c58edefd 100644 (file)
@@ -90,3 +90,10 @@ help into your applicaiton using the wxSimpleHelpProvider class.
 
 #----------------------------------------------------------------------
 
+
+
+if __name__ == '__main__':
+    import sys,os
+    import run
+    run.main(['', os.path.basename(sys.argv[0])])
+