make access for virtuals match base
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62771 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -115,7 +115,6 @@ public:
|
||||
wxRibbonPage* GetPage(int n);
|
||||
bool DismissExpandedPanel();
|
||||
|
||||
virtual wxSize DoGetBestSize() const;
|
||||
virtual bool HasMultiplePages() const { return true; }
|
||||
|
||||
void SetWindowStyleFlag(long style);
|
||||
@@ -125,6 +124,7 @@ public:
|
||||
protected:
|
||||
friend class wxRibbonPage;
|
||||
|
||||
virtual wxSize DoGetBestSize() const;
|
||||
wxBorder GetDefaultBorder() const { return wxBORDER_NONE; }
|
||||
wxRibbonPageTabInfo* HitTestTabs(wxPoint position, int* index = NULL);
|
||||
|
||||
|
Reference in New Issue
Block a user