]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/setup0.h
Spelling fixes from Andreas Mohr (patch #1360064)
[wxWidgets.git] / include / wx / mac / setup0.h
index dc853edc9fdcd56063b4a73e758ad909b2f7308e..caca6bd07f89137ffd2b753b930c72423572d937 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
 // ----------------------------------------------------------------------------