]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_mdi.i
Changes needed for building with Python 2.5
[wxWidgets.git] / wxPython / src / _mdi.i
index d2791fe1b6f952bcece053749e0847bde3d1e026..9264b8538947c5e2892bc9024033abef9cae33dc 100644 (file)
@@ -76,7 +76,7 @@ public:
     void SetWindowMenu(wxMenu* menu);
     void SetToolBar(wxToolBar* toolbar);
 #endif
-    void Tile();
+    void Tile(wxOrientation orient = wxHORIZONTAL);
 };
 
 //---------------------------------------------------------------------------