]>
git.saurik.com Git - wxWidgets.git/blob - contrib/include/wx/deprecated/setup.h
1 /////////////////////////////////////////////////////////////////////////////
2 // Name: wx/deprecated/setup.h
3 // Purpose: Configuration for deprecated features of the library
4 // Author: Julian Smart
8 // Copyright: (c) Julian Smart
9 // Licence: wxWindows licence
10 /////////////////////////////////////////////////////////////////////////////
12 #ifndef _WX_DEPRECATED_SETUP_H_
13 #define _WX_DEPRECATED_SETUP_H_
15 // wxUSE_TIMEDATE enables compilation of the old wxDate and wxTime classes (not
16 // the same as wxDateTime!). These classes are obsolete and shouldn't be used
21 // Recommended setting: 0 unless you have legacy code which uses these classes
22 #define wxUSE_TIMEDATE 0
24 // wxProperty[Value/Form/List] classes, used by Dialog Editor
25 #define wxUSE_PROPSHEET 1
28 #define wxUSE_TREELAYOUT 1
30 // use wxExpr (a.k.a. PrologIO)
31 #define wxUSE_PROLOGIO 1
33 // Use .wxr resource mechanism (requires PrologIO library)
34 #define wxUSE_WX_RESOURCES 1
37 // _WX_DEPRECATED_SETUP_H_