constraints for notebook pages work (again)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@259 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
1998-07-13 16:57:43 +00:00
parent 85504caca9
commit 5a8c929eb4
4 changed files with 88 additions and 56 deletions

View File

@@ -137,8 +137,15 @@ public:
// get the panel which represents the given page
wxWindow *GetPage(int nPage) const;
// base class virtuals
// implementation
// --------------
// callbacks
void OnSize(wxSizeEvent&);
// base class virtuals
virtual void AddChild(wxWindow *child);
virtual void SetConstraintSizes(bool recurse);
virtual bool DoPhase(int phase);
private:
// common part of all ctors