]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/setup_inc.h
corrected handling of timeouts in wxConditionInternal::WaitTimeout(): check for wxSEM...
[wxWidgets.git] / include / wx / setup_inc.h
index c8e48f7d7de6121dfc186b8b75c199397332873b..b5b9d3b44383fdc32e9529205fd220bf86758d18 100644 (file)
 // Recommended setting: 1 if you intend to use OpenGL, 0 otherwise
 #define wxUSE_GLCANVAS       0
 
+// 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
+
 // ----------------------------------------------------------------------------
 // Data transfer
 // ----------------------------------------------------------------------------