]>
git.saurik.com Git - wxWidgets.git/blob - include/wx/univ/setup.h
1 ///////////////////////////////////////////////////////////////////////////////
2 // Name: wx/univ/setup.h
3 // Purpose: configuration settings for wxUniversal/MSW
4 // Author: Vadim Zeitlin
8 // Copyright: (c) 2000 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>
9 // Licence: wxWindows license
10 ///////////////////////////////////////////////////////////////////////////////
12 #ifndef _WX_UNIV_SETUP_H_
13 #define _WX_UNIV_SETUP_H_
15 // ----------------------------------------------------------------------------
17 // ----------------------------------------------------------------------------
20 #define WXWIN_COMPATIBILITY 0
21 #define wxICON_IS_BITMAP 0
22 #define wxFONT_SIZE_COMPATIBILITY 0
23 #define wxDIALOG_UNIT_COMPATIBILITY 0
24 #define wxUSE_DEBUG_CONTEXT 0
25 #define wxUSE_MEMORY_TRACING 0
26 #define wxUSE_GLOBAL_MEMORY_OPERATORS 0
27 #define wxUSE_DEBUG_NEW_ALWAYS 0
28 #define wxUSE_ON_FATAL_EXCEPTION 0
30 #define wxUSE_UNICODE 0
31 #define wxUSE_WCHAR_T 0
33 #define wxUSE_THREADS 0
34 #define wxUSE_STREAMS 0
35 #define wxUSE_STD_IOSTREAM 0
36 #define wxUSE_SERIAL 0
37 #define wxUSE_LONGLONG 1
39 #define wxUSE_STOPWATCH 1
40 #define wxUSE_TIMEDATE 0
41 #define wxUSE_DATETIME 0
42 #define wxUSE_CONFIG 0
43 #define wxUSE_CONFIG_NATIVE 0
44 #define wxUSE_DIALUP_MANAGER 0
45 #define wxUSE_DYNLIB_CLASS 0
46 #define wxUSE_SOCKETS 0
47 #define wxUSE_FILESYSTEM 0
48 #define wxUSE_FS_ZIP 0
49 #define wxUSE_FS_INET 0
50 #define wxUSE_ZIPSTREAM 0
52 #define wxUSE_FILESYSTEM 0
53 #define wxUSE_FS_ZIP 0
54 #define wxUSE_FS_INET 0
55 #define wxUSE_ZIPSTREAM 0
57 #define wxUSE_APPLE_IEEE 0
60 #define wxUSE_TEXTFILE 0
63 #define wxUSE_TOOLBAR 0
64 #define wxUSE_TOOLBAR_NATIVE 0
65 #define wxUSE_TOOLBAR_SIMPLE 0
66 #define wxUSE_NOTEBOOK 1
67 #define wxUSE_FONTMAP 0
68 #define wxUSE_MIMETYPE 0
70 #define wxUSE_CONTROLS 1
71 #define wxUSE_POPUPWIN 1
72 #define wxUSE_BUTTON 1
73 #define wxUSE_BMPBUTTON 1
75 #define wxUSE_CHECKBOX 1
76 #define wxUSE_CHECKLISTBOX 1
77 #define wxUSE_CHOICE 0
78 #define wxUSE_COMBOBOX 1
80 #define wxUSE_LISTBOX 1
81 #define wxUSE_LISTCTRL 0
82 #define wxUSE_RADIOBOX 1
83 #define wxUSE_RADIOBTN 1
85 #define wxUSE_SCROLLBAR 1
86 #define wxUSE_SLIDER 1
87 #define wxUSE_SPINBTN 1
88 #define wxUSE_SPINCTRL 1
89 #define wxUSE_STATBOX 1
90 #define wxUSE_STATLINE 1
91 #define wxUSE_STATTEXT 1
92 #define wxUSE_STATBMP 1
93 #define wxUSE_STATUSBAR 0
94 #define wxUSE_TEXTCTRL 1
95 #define wxUSE_TOOLTIPS 0
96 #define wxUSE_TREECTRL 0
98 #define wxUSE_NATIVE_STATUSBAR 0
99 #define wxUSE_BUTTONBAR 0
101 #define wxUSE_NEW_GRID 0
102 #define wxUSE_VALIDATORS 0
103 #define wxUSE_ACCEL 1
104 #define wxUSE_GENERIC_DIALOGS_IN_MSW 0
105 #define wxUSE_COMMON_DIALOGS 0
106 #define wxUSE_TEXTDLG 0
107 #define wxUSE_PROGRESSDLG 0
108 #define wxUSE_BUSYINFO 0
109 #define wxUSE_DIRDLG 0
110 #define wxUSE_FONTDLG 0
111 #define wxUSE_FILEDLG 0
112 #define wxUSE_TEXTDLG 0
113 #define wxUSE_CHOICEDLG 0
114 #define wxUSE_NUMBERDLG 0
115 #define wxUSE_STARTUP_TIPS 0
117 #define wxUSE_METAFILE 0
118 #define wxUSE_ENH_METAFILE 0
119 #define wxUSE_WIN_METAFILES_ALWAYS 0
120 #define wxUSE_DOC_VIEW_ARCHITECTURE 0
121 #define wxUSE_MDI_ARCHITECTURE 0
122 #define wxUSE_PRINTING_ARCHITECTURE 0
125 #define wxUSE_GLCANVAS 0
126 #define wxUSE_TREELAYOUT 0
129 #define wxUSE_MS_HTML_HELP 0
130 #define wxUSE_RESOURCES 0
131 #define wxUSE_CONSTRAINTS 1
132 #define wxUSE_CLIPBOARD 1
133 #define wxUSE_DATAOBJ 1
134 #define wxUSE_SPLINES 0
135 #define wxUSE_DRAG_AND_DROP 0
136 #define wxUSE_XPM_IN_MSW 1
137 #define wxUSE_IMAGE_LOADING_IN_MSW 1
138 #define wxUSE_RESOURCE_LOADING_IN_MSW 0
139 #define wxUSE_WX_RESOURCES 0
140 #define wxUSE_POSTSCRIPT 0
141 #define wxUSE_AFM_FOR_POSTSCRIPT 0
142 #define wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW 0
144 #define wxODBC_FWD_ONLY_CURSORS 0
145 #define wxODBC_BACKWARD_COMPATABILITY 0
146 #define REMOVE_UNUSED_ARG 1
147 #define wxUSE_IOSTREAMH 0
148 #define wxUSE_LIBPNG 0
149 #define wxUSE_LIBJPEG 0
150 #define wxUSE_LIBTIFF 0
156 #define wxUSE_CTL3D 0
157 #define wxUSE_ITSY_BITSY 0
158 #define wxUSE_DYNAMIC_CLASSES 1
160 #endif // _WX_UNIV_SETUP_H_