X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9718534022aadded7bf3faf727bc07f2780ce6a8..84bc0d49e411fd74ddac8b13318fc2edfba9258a:/wxPython/src/_mdi.i

diff --git a/wxPython/src/_mdi.i b/wxPython/src/_mdi.i
index d2791fe1b6..8f34991457 100644
--- a/wxPython/src/_mdi.i
+++ b/wxPython/src/_mdi.i
@@ -65,7 +65,7 @@ public:
     void Cascade();
     wxMDIChildFrame* GetActiveChild();
     wxMDIClientWindow* GetClientWindow();
-    wxWindow* GetToolBar();
+//    wxWindow* GetToolBar();
 
     // TODO:  This isn't handled by the standard event-table system...
     //wxMDIClientWindow* OnCreateClient();
@@ -76,7 +76,12 @@ public:
     void SetWindowMenu(wxMenu* menu);
     void SetToolBar(wxToolBar* toolbar);
 #endif
-    void Tile();
+    void Tile(wxOrientation orient = wxHORIZONTAL);
+
+    %property(ActiveChild, GetActiveChild, doc="See `GetActiveChild`");
+    %property(ClientWindow, GetClientWindow, doc="See `GetClientWindow`");
+//    %property(ToolBar, GetToolBar, doc="See `GetToolBar`");
+    
 };
 
 //---------------------------------------------------------------------------