projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
define wxGetenv() for WinCE which doesn't have _tgetenv() to always return NULL
[wxWidgets.git]
/
include
/
wx
/
setup_inc.h
diff --git
a/include/wx/setup_inc.h
b/include/wx/setup_inc.h
index 91b4e5707cec485e45473543b1ac8ef8030633af..2ca2b7375890686277f1c589f78c8d607711bf5d 100644
(file)
--- a/
include/wx/setup_inc.h
+++ b/
include/wx/setup_inc.h
@@
-31,13
+31,14
@@
// Recommended setting: 0 (please update your code)
#define WXWIN_COMPATIBILITY_2_4 1
// Recommended setting: 0 (please update your code)
#define WXWIN_COMPATIBILITY_2_4 1
-// Set to 0 for accurate dialog units, else 1 to be as per 2.1.16 and before.
-// If migrating between versions, your dialogs may seem to shrink.
+// MSW-only: Set to 0 for accurate dialog units, else 1 for old behaviour when
+// default system font is used for wxWindow::GetCharWidth/Height() instead of
+// the current font.
//
//
-// Default is
1
+// Default is
0
//
//
-// Recommended setting: 0
(the new calculations are more correct!)
-#define wxDIALOG_UNIT_COMPATIBILITY
1
+// Recommended setting: 0
+#define wxDIALOG_UNIT_COMPATIBILITY
0
// ----------------------------------------------------------------------------
// debugging settings
// ----------------------------------------------------------------------------
// debugging settings
@@
-280,6
+281,14
@@
// Recommended setting: 1 (but may be safely disabled if you don't use it)
#define wxUSE_FSVOLUME 1
// Recommended setting: 1 (but may be safely disabled if you don't use it)
#define wxUSE_FSVOLUME 1
+// Use wxStandardPaths class which allows to retrieve some standard locations
+// in the file system
+//
+// Default is 1
+//
+// Recommended setting: 1 (may be disabled to save space, but not much)
+#define wxUSE_STDPATHS 1
+
// use wxTextBuffer class: required by wxTextFile
#define wxUSE_TEXTBUFFER 1
// use wxTextBuffer class: required by wxTextFile
#define wxUSE_TEXTBUFFER 1