common code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25738 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -86,7 +86,7 @@ public:
|
|||||||
|
|
||||||
// calculate size for wxNotebookSizer
|
// calculate size for wxNotebookSizer
|
||||||
wxSize CalcSizeFromPage(const wxSize& sizePage) const;
|
wxSize CalcSizeFromPage(const wxSize& sizePage) const;
|
||||||
|
wxRect GetPageRect() const ;
|
||||||
/*
|
/*
|
||||||
// get number of pages in the dialog
|
// get number of pages in the dialog
|
||||||
int GetPageCount() const;
|
int GetPageCount() const;
|
||||||
@@ -134,6 +134,7 @@ public:
|
|||||||
// -------------------
|
// -------------------
|
||||||
virtual void Command(wxCommandEvent& event);
|
virtual void Command(wxCommandEvent& event);
|
||||||
protected:
|
protected:
|
||||||
|
virtual wxSize DoGetBestSize() const ;
|
||||||
virtual wxNotebookPage *DoRemovePage(size_t page) ;
|
virtual wxNotebookPage *DoRemovePage(size_t page) ;
|
||||||
virtual void MacHandleControlClick( WXWidget control , wxInt16 controlpart , bool mouseStillDown ) ;
|
virtual void MacHandleControlClick( WXWidget control , wxInt16 controlpart , bool mouseStillDown ) ;
|
||||||
// common part of all ctors
|
// common part of all ctors
|
||||||
|
Reference in New Issue
Block a user