X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/127eab18f80e5b298b8c0326609ed811035e6829..835a347314148e6facab05ceb51c14c704a0d8a7:/include/wx/univ/setup0.h diff --git a/include/wx/univ/setup0.h b/include/wx/univ/setup0.h index a397c63ecf..bcacd56b52 100644 --- a/include/wx/univ/setup0.h +++ b/include/wx/univ/setup0.h @@ -491,7 +491,7 @@ // // Default is 1. // -// Recommended setting: 1 +// Recommended setting: 1 #define wxUSE_MEDIACTRL 1 // Use QuickTime @@ -911,6 +911,14 @@ #define wxUSE_GLCANVAS 0 #endif +// wxRichTextCtrl allows editing of styled text. +// +// Default is 1. +// +// Recommended setting: 1, set to 0 if you want compile a +// smaller library. +#define wxUSE_RICHTEXT 1 + // wxTreeLayout class #define wxUSE_TREELAYOUT 1 @@ -991,7 +999,7 @@ #define wxUSE_WXHTML_HELP 1 // Use resources -#define wxUSE_RESOURCES 1 +#define wxUSE_RESOURCES 0 // Window layout constraint system #define wxUSE_CONSTRAINTS 1