X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9ed3454e3d06f99510cd203419c40c46a0370c08..ba49d2acf95d53517719c4fd9ac2ad5aaa13540b:/samples/notebook/notebook.h diff --git a/samples/notebook/notebook.h b/samples/notebook/notebook.h index 914535986e..416e31918c 100644 --- a/samples/notebook/notebook.h +++ b/samples/notebook/notebook.h @@ -13,6 +13,7 @@ #include "wx/listbook.h" #include "wx/treebook.h" #include "wx/notebook.h" +#include "wx/simplebook.h" #include "wx/toolbook.h" #include "wx/aui/auibook.h" @@ -108,6 +109,7 @@ private: Type_Treebook, Type_Toolbook, Type_AuiNotebook, + Type_Simplebook, Type_Max } m_type; int m_orient; @@ -144,6 +146,7 @@ enum ID_COMMANDS ID_BOOK_TREEBOOK, ID_BOOK_TOOLBOOK, ID_BOOK_AUINOTEBOOK, + ID_BOOK_SIMPLEBOOK, ID_BOOK_MAX, ID_ORIENT_DEFAULT,