X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8a33ea6250ef0e6ca34e3ff15875a726809c988b..da468d387db3b7e22b008bf08be2ff6b202508fb:/include/wx/msw/notebook.h diff --git a/include/wx/msw/notebook.h b/include/wx/msw/notebook.h index e56ebb8576..21540dac79 100644 --- a/include/wx/msw/notebook.h +++ b/include/wx/msw/notebook.h @@ -160,6 +160,8 @@ public: // ------------------- virtual void Command(wxCommandEvent& event); virtual bool MSWNotify(WXWPARAM wParam, WXLPARAM lParam); + virtual void SetConstraintSizes(bool recurse = TRUE); + virtual bool DoPhase(int nPhase); protected: // common part of all ctors @@ -167,7 +169,6 @@ protected: // helper functions void ChangePage(int nOldSel, int nSel); // change pages - void FitPage(wxNotebookPage *pPage); // fit a page in the tab control wxImageList *m_pImageList; // we can have an associated image list wxArrayPages m_aPages; // array of pages