X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/29e92efbe7f6d97ed4c089297228d3475bec5353..e5ecf1fc2409dd724a99b7833a7c6240f7bb257a:/include/wx/mac/carbon/mdi.h diff --git a/include/wx/mac/carbon/mdi.h b/include/wx/mac/carbon/mdi.h index bde585e045..eb55fff2a1 100644 --- a/include/wx/mac/carbon/mdi.h +++ b/include/wx/mac/carbon/mdi.h @@ -68,6 +68,8 @@ public: // Get the client window inline wxMDIClientWindow *GetClientWindow() const { return m_clientWindow; }; + // Get rect to be used to center top-level children + virtual void GetRectForTopLevelChildren(int *x, int *y, int *w, int *h); // Create the client window class (don't Create the window, // just return a new class)