From: Robin Dunn Date: Thu, 24 Mar 2005 16:47:23 +0000 (+0000) Subject: Tile() now has a parameter X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/3261b933ad7e7855f17387c88a2b20c639afe17a Tile() now has a parameter git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33026 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/src/_mdi.i b/wxPython/src/_mdi.i index d2791fe1b6..9264b85389 100644 --- a/wxPython/src/_mdi.i +++ b/wxPython/src/_mdi.i @@ -76,7 +76,7 @@ public: void SetWindowMenu(wxMenu* menu); void SetToolBar(wxToolBar* toolbar); #endif - void Tile(); + void Tile(wxOrientation orient = wxHORIZONTAL); }; //---------------------------------------------------------------------------