Make wxTreebook use wxControlContainer.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40316 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jamie Gadd
2006-07-25 09:30:19 +00:00
parent 89fdd421b4
commit 5e4a7f9196
2 changed files with 9 additions and 0 deletions

View File

@@ -18,6 +18,7 @@
#include "wx/bookctrl.h"
#include "wx/treectrl.h" // for wxArrayTreeItemIds
#include "wx/containr.h"
typedef wxWindow wxTreebookPage;
@@ -227,6 +228,7 @@ private:
DECLARE_EVENT_TABLE()
DECLARE_DYNAMIC_CLASS_NO_COPY(wxTreebook)
WX_DECLARE_CONTROL_CONTAINER();
};