]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/setup0.h
Further steps towards media control support in WinCE (Ryan Norton)
[wxWidgets.git] / include / wx / univ / setup0.h
index a397c63ecf23c157877208deab061492c60b5847..bcacd56b52c6565d1e9b6b425059c6d3fb416729 100644 (file)
 //
 // Default is 1.
 //
-// Recommended setting: 1 
+// Recommended setting: 1
 #define wxUSE_MEDIACTRL     1
 
 // Use QuickTime
     #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
 
 #define wxUSE_WXHTML_HELP 1
 
 // Use resources
-#define wxUSE_RESOURCES 1
+#define wxUSE_RESOURCES 0
 
 // Window layout constraint system
 #define wxUSE_CONSTRAINTS 1