X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0dbd6262a9ee7d735fb3930707346298f71b2cb7..dc1efb1d9f4e4ce7d8f889dad3aaab7026b73058:/include/wx/mac/mdi.h?ds=sidebyside diff --git a/include/wx/mac/mdi.h b/include/wx/mac/mdi.h index 6f9fc294e2..93038739f8 100644 --- a/include/wx/mac/mdi.h +++ b/include/wx/mac/mdi.h @@ -64,7 +64,7 @@ public: // Gets the size available for subwindows after menu size, toolbar size // and status bar size have been subtracted. If you want to manage your own // toolbar(s), don't call SetToolBar. - void GetClientSize(int *width, int *height) const; + void DoGetClientSize(int *width, int *height) const; // Get the active MDI child window (Windows only) wxMDIChildFrame *GetActiveChild() const ; @@ -125,6 +125,7 @@ public: // MDI operations virtual void Maximize(); + virtual void Maximize( bool ){ Maximize() ; } // this one is inherited from wxFrame virtual void Restore(); virtual void Activate(); };