]> git.saurik.com Git - wxWidgets.git/commitdiff
Tile() now has a parameter
authorRobin Dunn <robin@alldunn.com>
Thu, 24 Mar 2005 16:47:23 +0000 (16:47 +0000)
committerRobin Dunn <robin@alldunn.com>
Thu, 24 Mar 2005 16:47:23 +0000 (16:47 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33026 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

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);
 };
 
 //---------------------------------------------------------------------------