wxRibbonPage* GetPage(int n);
bool DismissExpandedPanel();
- virtual wxSize DoGetBestSize() const;
virtual bool HasMultiplePages() const { return true; }
void SetWindowStyleFlag(long style);
protected:
friend class wxRibbonPage;
+ virtual wxSize DoGetBestSize() const;
wxBorder GetDefaultBorder() const { return wxBORDER_NONE; }
wxRibbonPageTabInfo* HitTestTabs(wxPoint position, int* index = NULL);