X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dee1a63ff52bfe4da396187f8438aa1a29796737..015dca24cabea5750e808e7c5f9505165b023c90:/include/wx/univ/setup0.h diff --git a/include/wx/univ/setup0.h b/include/wx/univ/setup0.h index 1c2f618990..a397c63ecf 100644 --- a/include/wx/univ/setup0.h +++ b/include/wx/univ/setup0.h @@ -171,7 +171,7 @@ // Default is 1 // // Recommended setting: 1 for win32 else 0 -#if defined(__WIN32__) +#if defined(__WIN32__) || defined(__WATCOMC__) #define wxUSE_WCHAR_T 1 #else #define wxUSE_WCHAR_T 0 @@ -649,6 +649,14 @@ // Recommended setting: 1 #define wxUSE_CHOICEBOOK 1 +// wxTreebook control is similar to wxNotebook but uses wxTreeCtrl instead of +// the tabs +// +// Default is 1. +// +// Recommended setting: 1 +#define wxUSE_TREEBOOK 1 + // wxTabDialog is a generic version of wxNotebook but it is incompatible with // the new class. It shouldn't be used in new code. //