]> git.saurik.com Git - wxWidgets.git/blob - include/wx/univ/setup.h
made wxLog::Set/GetVerbose() static back again
[wxWidgets.git] / include / wx / univ / setup.h
1 ///////////////////////////////////////////////////////////////////////////////
2 // Name: wx/univ/setup.h
3 // Purpose: configuration settings for wxUniversal/MSW
4 // Author: Vadim Zeitlin
5 // Modified by:
6 // Created: 14.08.00
7 // RCS-ID: $Id$
8 // Copyright: (c) 2000 SciTech Software, Inc. (www.scitechsoft.com)
9 // Licence: wxWindows license
10 ///////////////////////////////////////////////////////////////////////////////
11
12 #ifndef _WX_UNIV_SETUP_H_
13 #define _WX_UNIV_SETUP_H_
14
15 // ----------------------------------------------------------------------------
16 // undef everything
17 // ----------------------------------------------------------------------------
18 #ifdef __WXMAC__
19
20 #define wxUSE_GUI 1
21 #define WXWIN_COMPATIBILITY 0
22 #define wxICON_IS_BITMAP 0
23 #define wxFONT_SIZE_COMPATIBILITY 0
24 #define wxDIALOG_UNIT_COMPATIBILITY 0
25 #define wxUSE_DEBUG_CONTEXT 0
26 #define wxUSE_MEMORY_TRACING 0
27 #define wxUSE_GLOBAL_MEMORY_OPERATORS 0
28 #define wxUSE_DEBUG_NEW_ALWAYS 0
29 #define wxUSE_ON_FATAL_EXCEPTION 0
30
31 #define wxUSE_UNICODE 0
32 #define wxUSE_WCHAR_T 0
33 #define wxUSE_LOG 1
34 #define wxUSE_LOGGUI 1
35 #define wxUSE_LOGWINDOW 1
36 #define wxUSE_LOG_DIALOG 0
37 #define wxUSE_THREADS 0
38 #define wxUSE_STREAMS 0
39 #define wxUSE_STD_IOSTREAM 0
40 #define wxUSE_SERIAL 0
41 #define wxUSE_LONGLONG 1
42 #define wxUSE_TIMER 1
43 #define wxUSE_STOPWATCH 1
44 #define wxUSE_TIMEDATE 0
45 #define wxUSE_DATETIME 1
46 #define wxUSE_CONFIG 0
47 #define wxUSE_CONFIG_NATIVE 0
48 #define wxUSE_DIALUP_MANAGER 0
49 #define wxUSE_DYNLIB_CLASS 0
50 #define wxUSE_SOCKETS 0
51 #define wxUSE_FILESYSTEM 0
52 #define wxUSE_FS_ZIP 0
53 #define wxUSE_FS_INET 0
54 #define wxUSE_ZIPSTREAM 0
55 #define wxUSE_ZLIB 0
56 #define wxUSE_FILESYSTEM 0
57 #define wxUSE_FS_ZIP 0
58 #define wxUSE_FS_INET 0
59 #define wxUSE_ZIPSTREAM 0
60 #define wxUSE_ZLIB 0
61 #define wxUSE_APPLE_IEEE 0
62 #define wxUSE_FILE 1
63 #define wxUSE_FFILE 1
64 #define wxUSE_TEXTFILE 0
65 #define wxUSE_INTL 0
66 #define wxUSE_MENUS 0 // was 1
67 #define wxUSE_TOOLBAR 0
68 #define wxUSE_TOOLBAR_NATIVE 0
69 #define wxUSE_TOOLBAR_SIMPLE 0
70 #define wxUSE_NOTEBOOK 1
71 #define wxUSE_FONTMAP 0
72 #define wxUSE_MIMETYPE 0
73 #define wxUSE_IMAGE 1
74
75 #define wxUSE_CONTROLS 1
76 #define wxUSE_POPUPWIN 1
77 #define wxUSE_BUTTON 1
78 #define wxUSE_BMPBUTTON 1
79 #define wxUSE_CALENDARCTRL 0
80 #define wxUSE_CARET 1
81 #define wxUSE_CHECKBOX 1
82 #define wxUSE_CHECKLISTBOX 1
83 #define wxUSE_CHOICE 0
84 #define wxUSE_COMBOBOX 0 // was 1
85 #define wxUSE_GAUGE 1
86 #define wxUSE_IMAGLIST 1
87 #define wxUSE_LISTBOX 1
88 #define wxUSE_LISTCTRL 0
89 #define wxUSE_RADIOBOX 1
90 #define wxUSE_RADIOBTN 1
91 #define wxUSE_SASH 0
92 #define wxUSE_SCROLLBAR 1
93 #define wxUSE_SLIDER 1
94 #define wxUSE_SPINBTN 1
95 #define wxUSE_SPINCTRL 1
96 #define wxUSE_STATBOX 1
97 #define wxUSE_STATLINE 1
98 #define wxUSE_STATTEXT 1
99 #define wxUSE_STATBMP 1
100 #define wxUSE_STATUSBAR 0
101 #define wxUSE_TEXTCTRL 1
102 #define wxUSE_TOOLTIPS 0
103 #define wxUSE_TREECTRL 0
104
105 #define wxUSE_NATIVE_STATUSBAR 0
106 #define wxUSE_BUTTONBAR 0
107 #define wxUSE_GRID 0
108 #define wxUSE_NEW_GRID 0
109 #define wxUSE_VALIDATORS 0
110 #define wxUSE_ACCEL 1
111 #define wxUSE_GENERIC_DIALOGS_IN_MSW 0
112 #define wxUSE_COMMON_DIALOGS 0
113 #define wxUSE_TEXTDLG 0
114 #define wxUSE_PROGRESSDLG 0
115 #define wxUSE_BUSYINFO 0
116 #define wxUSE_DIRDLG 0
117 #define wxUSE_FONTDLG 0
118 #define wxUSE_FILEDLG 0
119 #define wxUSE_FILEDLG 0
120 #define wxUSE_COLOURDLG 0
121 #define wxUSE_CHOICEDLG 0
122 #define wxUSE_NUMBERDLG 0
123 #define wxUSE_STARTUP_TIPS 0
124 #define wxUSE_MSGDLG 1
125 #define wxUSE_SPLITTER 1
126 #define wxUSE_TAB_DIALOG 0
127
128 #define wxUSE_METAFILE 0
129 #define wxUSE_ENH_METAFILE 0
130 #define wxUSE_WIN_METAFILES_ALWAYS 0
131 #define wxUSE_DOC_VIEW_ARCHITECTURE 0
132 #define wxUSE_MDI_ARCHITECTURE 0
133 #define wxUSE_PRINTING_ARCHITECTURE 0
134 #define wxUSE_HTML 0
135 #define wxUSE_PLOT 0
136 #define wxUSE_GLCANVAS 0
137 #define wxUSE_TREELAYOUT 0
138 #define wxUSE_IPC 0
139 #define wxUSE_HELP 0
140 #define wxUSE_MS_HTML_HELP 0
141 #define wxUSE_RESOURCES 0
142 #define wxUSE_CONSTRAINTS 1
143 #define wxUSE_CLIPBOARD 0
144 #define wxUSE_DATAOBJ 1
145 #define wxUSE_SPLINES 0
146 #define wxUSE_DRAG_AND_DROP 0
147 #define wxUSE_XPM_IN_MSW 1
148 #define wxUSE_XPM 1
149 #define wxUSE_IMAGE_LOADING_IN_MSW 1
150 #define wxUSE_RESOURCE_LOADING_IN_MSW 0
151 #define wxUSE_WX_RESOURCES 0
152 #define wxUSE_POSTSCRIPT 0
153 #define wxUSE_AFM_FOR_POSTSCRIPT 0
154 #define wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW 0
155 #define wxUSE_ODBC 0
156 #define wxODBC_FWD_ONLY_CURSORS 0
157 #define wxODBC_BACKWARD_COMPATABILITY 0
158 #define REMOVE_UNUSED_ARG 1
159 #define wxUSE_IOSTREAMH 0
160 #define wxUSE_LIBPNG 0
161 #define wxUSE_LIBJPEG 0
162 #define wxUSE_LIBTIFF 0
163 #define wxUSE_GIF 0
164 #define wxUSE_PNM 0
165 #define wxUSE_PCX 0
166 #define wxUSE_MFC 0
167 #define wxUSE_OLE 0
168 #define wxUSE_CTL3D 0
169 #define wxUSE_ITSY_BITSY 0
170 #define wxUSE_DYNAMIC_CLASSES 1
171
172
173 #else
174
175 #define wxUSE_GUI 1
176 #define WXWIN_COMPATIBILITY 0
177 #define wxICON_IS_BITMAP 0
178 #define wxFONT_SIZE_COMPATIBILITY 0
179 #define wxDIALOG_UNIT_COMPATIBILITY 0
180 #define wxUSE_DEBUG_CONTEXT 0
181 #define wxUSE_MEMORY_TRACING 0
182 #define wxUSE_GLOBAL_MEMORY_OPERATORS 0
183 #define wxUSE_DEBUG_NEW_ALWAYS 0
184 #define wxUSE_ON_FATAL_EXCEPTION 0
185
186 #define wxUSE_UNICODE 0
187 #define wxUSE_WCHAR_T 0
188 #define wxUSE_LOG 1
189 #define wxUSE_LOGGUI 1
190 #define wxUSE_LOGWINDOW 1
191 #define wxUSE_LOG_DIALOG 0
192 #define wxUSE_THREADS 0
193 #define wxUSE_STREAMS 0
194 #define wxUSE_STD_IOSTREAM 0
195 #define wxUSE_SERIAL 0
196 #define wxUSE_LONGLONG 1
197 #define wxUSE_TIMER 1
198 #define wxUSE_STOPWATCH 1
199 #define wxUSE_TIMEDATE 0
200 #define wxUSE_DATETIME 1
201 #define wxUSE_CONFIG 0
202 #define wxUSE_CONFIG_NATIVE 0
203 #define wxUSE_DIALUP_MANAGER 0
204 #define wxUSE_DYNLIB_CLASS 0
205 #define wxUSE_SOCKETS 0
206 #define wxUSE_FILESYSTEM 0
207 #define wxUSE_FS_ZIP 0
208 #define wxUSE_FS_INET 0
209 #define wxUSE_ZIPSTREAM 0
210 #define wxUSE_ZLIB 0
211 #define wxUSE_APPLE_IEEE 0
212 #define wxUSE_FILE 1
213 #define wxUSE_FFILE 1
214 #define wxUSE_TEXTFILE 0
215 #define wxUSE_INTL 0
216 #define wxUSE_MENUS 1
217 #define wxUSE_TOOLBAR 0
218 #define wxUSE_TOOLBAR_NATIVE 0
219 #define wxUSE_TOOLBAR_SIMPLE 0
220 #define wxUSE_NOTEBOOK 1
221 #define wxUSE_FONTMAP 0
222 #define wxUSE_MIMETYPE 0
223 #define wxUSE_IMAGE 1
224
225 #define wxUSE_CONTROLS 1
226 #define wxUSE_POPUPWIN 1
227 #define wxUSE_BUTTON 1
228 #define wxUSE_BMPBUTTON 1
229 #define wxUSE_CALENDARCTRL 0
230 #define wxUSE_CARET 1
231 #define wxUSE_CHECKBOX 1
232 #define wxUSE_CHECKLISTBOX 1
233 #define wxUSE_CHOICE 0
234 #define wxUSE_COMBOBOX 1
235 #define wxUSE_GAUGE 1
236 #define wxUSE_IMAGLIST 1
237 #define wxUSE_LISTBOX 1
238 #define wxUSE_LISTCTRL 0
239 #define wxUSE_RADIOBOX 1
240 #define wxUSE_RADIOBTN 1
241 #define wxUSE_SASH 0
242 #define wxUSE_SCROLLBAR 1
243 #define wxUSE_SLIDER 1
244 #define wxUSE_SPINBTN 1
245 #define wxUSE_SPINCTRL 1
246 #define wxUSE_STATBOX 1
247 #define wxUSE_STATLINE 1
248 #define wxUSE_STATTEXT 1
249 #define wxUSE_STATBMP 1
250 #define wxUSE_STATUSBAR 0
251 #define wxUSE_TEXTCTRL 1
252 #define wxUSE_TOOLTIPS 0
253 #define wxUSE_TREECTRL 0
254
255 #define wxUSE_NATIVE_STATUSBAR 0
256 #define wxUSE_BUTTONBAR 0
257 #define wxUSE_GRID 0
258 #define wxUSE_NEW_GRID 0
259 #define wxUSE_VALIDATORS 0
260 #define wxUSE_ACCEL 1
261 #define wxUSE_GENERIC_DIALOGS_IN_MSW 0
262 #define wxUSE_COMMON_DIALOGS 0
263 #define wxUSE_TEXTDLG 0
264 #define wxUSE_PROGRESSDLG 0
265 #define wxUSE_BUSYINFO 0
266 #define wxUSE_DIRDLG 0
267 #define wxUSE_FONTDLG 0
268 #define wxUSE_FILEDLG 0
269 #define wxUSE_COLOURDLG 0
270 #define wxUSE_TEXTDLG 0
271 #define wxUSE_CHOICEDLG 0
272 #define wxUSE_NUMBERDLG 0
273 #define wxUSE_STARTUP_TIPS 0
274 #define wxUSE_MSGDLG 1
275 #define wxUSE_SPLITTER 1
276 #define wxUSE_TAB_DIALOG 0
277
278 #define wxUSE_METAFILE 0
279 #define wxUSE_ENH_METAFILE 0
280 #define wxUSE_WIN_METAFILES_ALWAYS 0
281 #define wxUSE_DOC_VIEW_ARCHITECTURE 0
282 #define wxUSE_MDI_ARCHITECTURE 0
283 #define wxUSE_PRINTING_ARCHITECTURE 0
284 #define wxUSE_HTML 0
285 #define wxUSE_PLOT 0
286 #define wxUSE_GLCANVAS 0
287 #define wxUSE_TREELAYOUT 0
288 #define wxUSE_IPC 0
289 #define wxUSE_HELP 0
290 #define wxUSE_MS_HTML_HELP 0
291 #define wxUSE_WXHTML_HELP 0
292 #define wxUSE_RESOURCES 0
293 #define wxUSE_CONSTRAINTS 1
294 #define wxUSE_CLIPBOARD 0
295 #define wxUSE_DATAOBJ 1
296 #define wxUSE_SPLINES 0
297 #define wxUSE_DRAG_AND_DROP 0
298 #define wxUSE_XPM_IN_MSW 1
299 #define wxUSE_XPM 1
300 #define wxUSE_IMAGE_LOADING_IN_MSW 1
301 #define wxUSE_RESOURCE_LOADING_IN_MSW 0
302 #define wxUSE_WX_RESOURCES 0
303 #define wxUSE_POSTSCRIPT 0
304 #define wxUSE_AFM_FOR_POSTSCRIPT 0
305 #define wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW 0
306 #define wxUSE_ODBC 0
307 #define wxODBC_FWD_ONLY_CURSORS 0
308 #define wxODBC_BACKWARD_COMPATABILITY 0
309 #define REMOVE_UNUSED_ARG 1
310 #define wxUSE_IOSTREAMH 0
311 #define wxUSE_LIBPNG 0
312 #define wxUSE_LIBJPEG 0
313 #define wxUSE_LIBTIFF 0
314 #define wxUSE_GIF 0
315 #define wxUSE_PNM 0
316 #define wxUSE_PCX 0
317 #define wxUSE_MFC 0
318 #define wxUSE_OLE 0
319 #define wxUSE_CTL3D 0
320 #define wxUSE_ITSY_BITSY 0
321 #define wxUSE_DYNAMIC_CLASSES 1
322
323 #endif
324
325 #endif // _WX_UNIV_SETUP_H_