From 3261b933ad7e7855f17387c88a2b20c639afe17a Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Thu, 24 Mar 2005 16:47:23 +0000 Subject: [PATCH] Tile() now has a parameter git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33026 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/_mdi.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }; //--------------------------------------------------------------------------- -- 2.45.2