]> 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 1ad5530ff766c3d806971e1d04d0152099aaaab6..9264b8538947c5e2892bc9024033abef9cae33dc 100644 (file)
@@ -28,6 +28,7 @@
 #define IDM_WINDOWICONS         4003
 #define IDM_WINDOWNEXT          4004
 #define IDM_WINDOWTILEVERT      4005
+#define IDM_WINDOWPREV          4006
 #define wxFIRST_MDI_CHILD       4100
 #define wxLAST_MDI_CHILD        4600
 
@@ -75,7 +76,7 @@ public:
     void SetWindowMenu(wxMenu* menu);
     void SetToolBar(wxToolBar* toolbar);
 #endif
-    void Tile();
+    void Tile(wxOrientation orient = wxHORIZONTAL);
 };
 
 //---------------------------------------------------------------------------