From 8c3f9495d5749b5d78138573c51038ec380e35a9 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Wed, 11 Feb 2004 15:11:03 +0000 Subject: [PATCH] common code git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25738 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/mac/notebook.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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(); -- 2.45.2