]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/laywin.h
no message
[wxWidgets.git] / include / wx / generic / laywin.h
index cc2f79ce8bded4650b355fd390e8ae3f1a91d0f9..b6e89527cdf2a38023843c4bfeb52113970effc7 100644 (file)
@@ -171,10 +171,10 @@ public:
     wxLayoutAlgorithm() {}
 
     // The MDI client window is sized to whatever's left over.
     wxLayoutAlgorithm() {}
 
     // The MDI client window is sized to whatever's left over.
-    bool LayoutMDIFrame(wxMDIParentFrame* frame);
+    bool LayoutMDIFrame(wxMDIParentFrame* frame, wxRect* rect = (wxRect*) NULL);
 
     // mainWindow is sized to whatever's left over.
 
     // mainWindow is sized to whatever's left over.
-    bool LayoutFrame(wxFrame* frame, wxWindow* mainWindow);
+    bool LayoutFrame(wxFrame* frame, wxWindow* mainWindow = (wxWindow*) NULL);
 };
 
 #endif
 };
 
 #endif