Removed dependency on wxTabView.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19884 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Mattia Barbon
2003-03-30 19:29:14 +00:00
parent 79fb264130
commit fdfd5d49eb
2 changed files with 31 additions and 12 deletions

View File

@@ -231,6 +231,8 @@ public:
// Implementation
void OnPageChanged(wxNotebookEvent& event);
int FindPage(const wxNotebookPage* page);
protected:
virtual void DoSetSize(int x, int y,
@@ -242,7 +244,6 @@ protected:
void DoGetSize(int *width, int *height) const ;
void DoGetPosition(int *x, int *y) const ;
private:
DECLARE_EVENT_TABLE()
};