constraints handling for the notebook pages fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@245 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -160,6 +160,8 @@ public:
|
|||||||
// -------------------
|
// -------------------
|
||||||
virtual void Command(wxCommandEvent& event);
|
virtual void Command(wxCommandEvent& event);
|
||||||
virtual bool MSWNotify(WXWPARAM wParam, WXLPARAM lParam);
|
virtual bool MSWNotify(WXWPARAM wParam, WXLPARAM lParam);
|
||||||
|
virtual void SetConstraintSizes(bool recurse = TRUE);
|
||||||
|
virtual bool DoPhase(int nPhase);
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
// common part of all ctors
|
// common part of all ctors
|
||||||
@@ -167,7 +169,6 @@ protected:
|
|||||||
|
|
||||||
// helper functions
|
// helper functions
|
||||||
void ChangePage(int nOldSel, int nSel); // change pages
|
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
|
wxImageList *m_pImageList; // we can have an associated image list
|
||||||
wxArrayPages m_aPages; // array of pages
|
wxArrayPages m_aPages; // array of pages
|
||||||
|
Reference in New Issue
Block a user