X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/15aad3b9386e52524eefbd2619571a038070419b..ea8f6fc718c121d91e5026840d3f22160d83e512:/include/wx/mac/notebook.h diff --git a/include/wx/mac/notebook.h b/include/wx/mac/notebook.h index 9855ea47dc..7f3724805c 100644 --- a/include/wx/mac/notebook.h +++ b/include/wx/mac/notebook.h @@ -86,7 +86,7 @@ public: // calculate size for wxNotebookSizer wxSize CalcSizeFromPage(const wxSize& sizePage) const; - + wxRect GetPageRect() const ; /* // get number of pages in the dialog int GetPageCount() const; @@ -134,8 +134,9 @@ public: // ------------------- virtual void Command(wxCommandEvent& event); protected: - virtual wxNotebookPage *DoRemovePage(size_t page) ; - virtual void MacHandleControlClick( WXWidget control , wxInt16 controlpart , bool mouseStillDown ) ; + virtual wxSize DoGetBestSize() const ; + virtual wxNotebookPage *DoRemovePage(size_t page) ; + virtual void MacHandleControlClick( WXWidget control , wxInt16 controlpart , bool mouseStillDown ) ; // common part of all ctors void Init();