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
|
||||
wxSize CalcSizeFromPage(const wxSize& sizePage) const;
|
||||
|
||||
wxRect GetPageRect() const ;
|
||||
/*
|
||||
// get number of pages in the dialog
|
||||
int GetPageCount() const;
|
||||
@@ -134,6 +134,7 @@ public:
|
||||
// -------------------
|
||||
virtual void Command(wxCommandEvent& event);
|
||||
protected:
|
||||
virtual wxSize DoGetBestSize() const ;
|
||||
virtual wxNotebookPage *DoRemovePage(size_t page) ;
|
||||
virtual void MacHandleControlClick( WXWidget control , wxInt16 controlpart , bool mouseStillDown ) ;
|
||||
// common part of all ctors
|
||||
|
Reference in New Issue
Block a user