void Cascade();
wxMDIChildFrame* GetActiveChild();
wxMDIClientWindow* GetClientWindow();
- wxWindow* GetToolBar();
+// wxWindow* GetToolBar();
// TODO: This isn't handled by the standard event-table system...
//wxMDIClientWindow* OnCreateClient();
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`");
+
};
//---------------------------------------------------------------------------