]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/Layoutf.py
fix text scrolling in GTK2 (patch 703988)
[wxWidgets.git] / wxPython / demo / Layoutf.py
index cde4ad405fb0456b6beebf6004f8a1b6fdd88cb2..b92faffedab377b1fe8ef5575bb9ce890ca315be 100644 (file)
@@ -60,3 +60,12 @@ def runTest(frame, nb, log):
 
 
 overview = Layoutf.__doc__
+
+
+
+
+if __name__ == '__main__':
+    import sys,os
+    import run
+    run.main(['', os.path.basename(sys.argv[0])])
+