projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
use wx/dynlib.h and not wx/dynload.h (patch 1448691)
[wxWidgets.git]
/
include
/
wx
/
msw
/
setup0.h
diff --git
a/include/wx/msw/setup0.h
b/include/wx/msw/setup0.h
index ac2f4af6ef2ddf2e6ffce20410f35b23d9484ea6..9dff5ecc8b3e832c429c99305cb82e8ebf3da668 100644
(file)
--- a/
include/wx/msw/setup0.h
+++ b/
include/wx/msw/setup0.h
@@
-559,6
+559,7
@@
#define wxUSE_TEXTCTRL 1 // wxTextCtrl
#define wxUSE_TOGGLEBTN 1 // requires wxButton
#define wxUSE_TREECTRL 1 // wxTreeCtrl
#define wxUSE_TEXTCTRL 1 // wxTextCtrl
#define wxUSE_TOGGLEBTN 1 // requires wxButton
#define wxUSE_TREECTRL 1 // wxTreeCtrl
+#define wxUSE_DATAVIEWCTRL 1 // wxDataViewCtrl
// Use a status bar class? Depending on the value of wxUSE_NATIVE_STATUSBAR
// below either wxStatusBar95 or a generic wxStatusBar will be used.
// Use a status bar class? Depending on the value of wxUSE_NATIVE_STATUSBAR
// below either wxStatusBar95 or a generic wxStatusBar will be used.
@@
-1097,7
+1098,12
@@
// bitmaps > 16MB on Win95/98/Me. Set to 0 to use DDB's only.
#define wxUSE_DIB_FOR_BITMAP 0
// bitmaps > 16MB on Win95/98/Me. Set to 0 to use DDB's only.
#define wxUSE_DIB_FOR_BITMAP 0
-// Set this to 1 to enable wxDIB
+// Set this to 1 to enable wxDIB class used internally for manipulating
+// wxBitmao data.
+//
+// Default is 1, set it to 0 only if you don't use wxImage neither
+//
+// Recommended setting: 1 (without it conversion to/from wxImage won't work)
#define wxUSE_WXDIB 1
// Set to 0 to disable PostScript print/preview architecture code under Windows
#define wxUSE_WXDIB 1
// Set to 0 to disable PostScript print/preview architecture code under Windows