projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Unified flags for orienting wxBookCtrls (with backward compatibility). Centralised...
[wxWidgets.git]
/
include
/
wx
/
msw
/
setup0.h
diff --git
a/include/wx/msw/setup0.h
b/include/wx/msw/setup0.h
index 1f53738b08111eb11a86b9a039545cefd499834b..0062a402372e311f9bdd00cd64e80208e79f8cd3 100644
(file)
--- a/
include/wx/msw/setup0.h
+++ b/
include/wx/msw/setup0.h
@@
-613,6
+613,14
@@
// Recommended setting: 1
#define wxUSE_CHOICEBOOK 1
// 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.
//
// wxTabDialog is a generic version of wxNotebook but it is incompatible with
// the new class. It shouldn't be used in new code.
//
@@
-853,6
+861,14
@@
// Recommended setting: 1 if you intend to use OpenGL, 0 otherwise
#define wxUSE_GLCANVAS 0
// 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
// ----------------------------------------------------------------------------
// ----------------------------------------------------------------------------
// Data transfer
// ----------------------------------------------------------------------------