]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/wxMDIWindows.py
fix text scrolling in GTK2 (patch 703988)
[wxWidgets.git] / wxPython / demo / wxMDIWindows.py
index 91d7a55eb0de3ca52f331ed8ed1b75eea89ba68e..9df21dc22171bc8bfc919013573627d3eb56a4ac 100644 (file)
@@ -18,7 +18,7 @@ class TestPanel(wxPanel):
         box.Add(20, 30)
         box.Add(b1, 0, wxALIGN_CENTER|wxALL, 15)
         box.Add(b2, 0, wxALIGN_CENTER|wxALL, 15)
-        self.SetAutoLayout(true)
+        self.SetAutoLayout(True)
         self.SetSizer(box)
 
 
@@ -52,3 +52,12 @@ it.  Here are a couple samples of how to use it.
 
 </body></html>
 """
+
+
+
+
+
+if __name__ == '__main__':
+    import sys,os
+    import run
+    run.main(['', os.path.basename(sys.argv[0])])