X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9ed3454e3d06f99510cd203419c40c46a0370c08..c4e9a71a14863d0a01570c43f11651ab99b01273:/samples/notebook/notebook.h diff --git a/samples/notebook/notebook.h b/samples/notebook/notebook.h index 914535986e..649c7f161f 100644 --- a/samples/notebook/notebook.h +++ b/samples/notebook/notebook.h @@ -4,7 +4,6 @@ // Author: Julian Smart // Modified by: Dimitri Schoolwerth // Created: 25/10/98 -// RCS-ID: $Id$ // Copyright: (c) 1998-2002 wxWidgets team // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -13,6 +12,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 +108,7 @@ private: Type_Treebook, Type_Toolbook, Type_AuiNotebook, + Type_Simplebook, Type_Max } m_type; int m_orient; @@ -144,6 +145,7 @@ enum ID_COMMANDS ID_BOOK_TREEBOOK, ID_BOOK_TOOLBOOK, ID_BOOK_AUINOTEBOOK, + ID_BOOK_SIMPLEBOOK, ID_BOOK_MAX, ID_ORIENT_DEFAULT,