]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/wxRightTextCtrl.py
Shell Script file to copy setup.h for ProjectBuilder
[wxWidgets.git] / wxPython / demo / wxRightTextCtrl.py
index c6ef3b9d2f1dd96171027093af2c9b1e03ba9b58..b2fa3e970b1f17c940098ae65e22fb2a29f98046 100644 (file)
@@ -33,7 +33,7 @@ class TestPanel(wxPanel):
         sizer.Add(fgs, 0, wxALL, 25)
 
         self.SetSizer(sizer)
-        self.SetAutoLayout(true)
+        self.SetAutoLayout(True)
 
 
 
@@ -47,3 +47,10 @@ def runTest(frame, nb, log):
 
 overview = wxPython.lib.rightalign.__doc__
 
+
+
+
+if __name__ == '__main__':
+    import sys,os
+    import run
+    run.main(['', os.path.basename(sys.argv[0])])