]>
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 SciTech Software, Inc. (www.scitechsoft.com)
9 // Licence: wxWindows license
10 ///////////////////////////////////////////////////////////////////////////////
12 #ifndef _WX_UNIV_SETUP_H_
13 #define _WX_UNIV_SETUP_H_
15 // ----------------------------------------------------------------------------
16 // not all ports implement everything...
17 // ----------------------------------------------------------------------------
19 #if defined(__WXMAC__)
22 #define WXWIN_COMPATIBILITY 0
23 #define wxICON_IS_BITMAP 0
24 #define wxFONT_SIZE_COMPATIBILITY 0
25 #define wxDIALOG_UNIT_COMPATIBILITY 0
26 #define wxUSE_DEBUG_CONTEXT 0
27 #define wxUSE_MEMORY_TRACING 0
28 #define wxUSE_GLOBAL_MEMORY_OPERATORS 0
29 #define wxUSE_DEBUG_NEW_ALWAYS 0
30 #define wxUSE_ON_FATAL_EXCEPTION 0
32 #define wxUSE_UNICODE 0
33 #define wxUSE_WCHAR_T 0
35 #define wxUSE_LOGGUI 1
36 #define wxUSE_LOGWINDOW 1
37 #define wxUSE_LOG_DIALOG 0
38 #define wxUSE_THREADS 0
39 #define wxUSE_STREAMS 0
40 #define wxUSE_STD_IOSTREAM 0
41 #define wxUSE_SERIAL 0
42 #define wxUSE_LONGLONG 1
44 #define wxUSE_STOPWATCH 1
45 #define wxUSE_TIMEDATE 0
46 #define wxUSE_DATETIME 1
47 #define wxUSE_CONFIG 0
48 #define wxUSE_CONFIG_NATIVE 0
49 #define wxUSE_DIALUP_MANAGER 0
50 #define wxUSE_DYNLIB_CLASS 0
51 #define wxUSE_SOCKETS 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_FILESYSTEM 0
58 #define wxUSE_FS_ZIP 0
59 #define wxUSE_FS_INET 0
60 #define wxUSE_ZIPSTREAM 0
62 #define wxUSE_APPLE_IEEE 0
65 #define wxUSE_TEXTFILE 0
67 #define wxUSE_MENUS 0 // was 1
68 #define wxUSE_TOOLBAR 0
69 #define wxUSE_TOOLBAR_NATIVE 0
70 #define wxUSE_TOOLBAR_SIMPLE 0
71 #define wxUSE_NOTEBOOK 1
72 #define wxUSE_FONTMAP 0
73 #define wxUSE_MIMETYPE 0
75 #define wxUSE_SYSTEM_OPTIONS 1
77 #define wxUSE_CONTROLS 1
78 #define wxUSE_POPUPWIN 1
79 #define wxUSE_BUTTON 1
80 #define wxUSE_BMPBUTTON 1
81 #define wxUSE_CALENDARCTRL 0
83 #define wxUSE_CHECKBOX 1
84 #define wxUSE_CHECKLISTBOX 1
85 #define wxUSE_CHOICE 0
86 #define wxUSE_COMBOBOX 0 // was 1
88 #define wxUSE_IMAGLIST 1
89 #define wxUSE_LISTBOX 1
90 #define wxUSE_LISTCTRL 0
91 #define wxUSE_RADIOBOX 1
92 #define wxUSE_RADIOBTN 1
94 #define wxUSE_SCROLLBAR 1
95 #define wxUSE_SLIDER 1
96 #define wxUSE_SPINBTN 1
97 #define wxUSE_SPINCTRL 1
98 #define wxUSE_STATBOX 1
99 #define wxUSE_STATLINE 1
100 #define wxUSE_STATTEXT 1
101 #define wxUSE_STATBMP 1
102 #define wxUSE_STATUSBAR 1
103 #define wxUSE_TEXTCTRL 1
104 #define wxUSE_TOOLTIPS 0
105 #define wxUSE_TREECTRL 0
107 #define wxUSE_NATIVE_STATUSBAR 0
108 #define wxUSE_BUTTONBAR 0
110 #define wxUSE_NEW_GRID 0
111 #define wxUSE_VALIDATORS 0
112 #define wxUSE_DC_CACHEING 0
113 #define wxUSE_ACCEL 1
114 #define wxUSE_GENERIC_DIALOGS_IN_MSW 0
115 #define wxUSE_COMMON_DIALOGS 0
116 #define wxUSE_TEXTDLG 0
117 #define wxUSE_PROGRESSDLG 0
118 #define wxUSE_BUSYINFO 0
119 #define wxUSE_DIRDLG 0
120 #define wxUSE_FONTDLG 0
121 #define wxUSE_FILEDLG 0
122 #define wxUSE_FILEDLG 0
123 #define wxUSE_COLOURDLG 0
124 #define wxUSE_CHOICEDLG 0
125 #define wxUSE_NUMBERDLG 1
126 #define wxUSE_STARTUP_TIPS 0
127 #define wxUSE_MSGDLG 1
128 #define wxUSE_SPLITTER 1
129 #define wxUSE_TAB_DIALOG 0
131 #define wxUSE_JOYSTICK 0
132 #define wxUSE_METAFILE 0
133 #define wxUSE_ENH_METAFILE 0
134 #define wxUSE_WIN_METAFILES_ALWAYS 0
135 #define wxUSE_DOC_VIEW_ARCHITECTURE 0
136 #define wxUSE_MDI_ARCHITECTURE 0
137 #define wxUSE_PRINTING_ARCHITECTURE 0
140 #define wxUSE_GLCANVAS 0
141 #define wxUSE_TREELAYOUT 0
144 #define wxUSE_MS_HTML_HELP 0
145 #define wxUSE_RESOURCES 0
146 #define wxUSE_CONSTRAINTS 1
147 #define wxUSE_CLIPBOARD 0
148 #define wxUSE_DATAOBJ 1
149 #define wxUSE_SPLINES 0
150 #define wxUSE_DRAG_AND_DROP 0
151 #define wxUSE_XPM_IN_MSW 1
153 #define wxUSE_IMAGE_LOADING_IN_MSW 1
154 #define wxUSE_RESOURCE_LOADING_IN_MSW 0
155 #define wxUSE_WX_RESOURCES 0
156 #define wxUSE_POSTSCRIPT 0
157 #define wxUSE_AFM_FOR_POSTSCRIPT 0
158 #define wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW 0
160 #define wxODBC_FWD_ONLY_CURSORS 0
161 #define wxODBC_BACKWARD_COMPATABILITY 0
162 #define REMOVE_UNUSED_ARG 1
163 #define wxUSE_IOSTREAMH 0
164 #define wxUSE_LIBPNG 0
165 #define wxUSE_LIBJPEG 0
166 #define wxUSE_LIBTIFF 0
172 #define wxUSE_CTL3D 0
173 #define wxUSE_ITSY_BITSY 0
174 #define wxUSE_DYNAMIC_CLASSES 1
177 #elif defined(__WXPM__)
180 #define WXWIN_COMPATIBILITY 0
181 #define wxICON_IS_BITMAP 0
182 #define wxFONT_SIZE_COMPATIBILITY 0
183 #define wxDIALOG_UNIT_COMPATIBILITY 0
184 #define wxUSE_DEBUG_CONTEXT 0
185 #define wxUSE_MEMORY_TRACING 0
186 #define wxUSE_GLOBAL_MEMORY_OPERATORS 0
187 #define wxUSE_DEBUG_NEW_ALWAYS 0
188 #define wxUSE_ON_FATAL_EXCEPTION 0
190 #define wxUSE_UNICODE 0
191 #define wxUSE_WCHAR_T 0
193 #define wxUSE_LOGGUI 1
194 #define wxUSE_LOGWINDOW 1
195 #define wxUSE_LOG_DIALOG 0
196 #define wxUSE_THREADS 0
197 #define wxUSE_STREAMS 0
198 #define wxUSE_STD_IOSTREAM 0
199 #define wxUSE_SERIAL 0
200 #define wxUSE_LONGLONG 1
201 #define wxUSE_TIMER 1
202 #define wxUSE_STOPWATCH 1
203 #define wxUSE_TIMEDATE 0
204 #define wxUSE_DATETIME 1
205 #define wxUSE_CONFIG 0
206 #define wxUSE_CONFIG_NATIVE 0
207 #define wxUSE_DIALUP_MANAGER 0
208 #define wxUSE_DYNLIB_CLASS 0
209 #define wxUSE_SOCKETS 0
210 #define wxUSE_FILESYSTEM 0
211 #define wxUSE_FS_ZIP 0
212 #define wxUSE_FS_INET 0
213 #define wxUSE_ZIPSTREAM 0
215 #define wxUSE_APPLE_IEEE 0
217 #define wxUSE_FFILE 1
218 #define wxUSE_TEXTFILE 0
220 #define wxUSE_MENUS 1
221 #define wxUSE_TOOLBAR 0
222 #define wxUSE_TOOLBAR_NATIVE 0
223 #define wxUSE_TOOLBAR_SIMPLE 0
224 #define wxUSE_NOTEBOOK 1
225 #define wxUSE_FONTMAP 0
226 #define wxUSE_MIMETYPE 0
227 #define wxUSE_IMAGE 1
228 #define wxUSE_SYSTEM_OPTIONS 1
230 #define wxUSE_CONTROLS 1
231 #define wxUSE_POPUPWIN 1
232 #define wxUSE_BUTTON 1
233 #define wxUSE_BMPBUTTON 1
234 #define wxUSE_CALENDARCTRL 0
235 #define wxUSE_CARET 1
236 #define wxUSE_CHECKBOX 1
237 #define wxUSE_CHECKLISTBOX 1
238 #define wxUSE_CHOICE 0
239 #define wxUSE_COMBOBOX 1
240 #define wxUSE_GAUGE 1
241 #define wxUSE_IMAGLIST 1
242 #define wxUSE_LISTBOX 1
243 #define wxUSE_LISTCTRL 0
244 #define wxUSE_RADIOBOX 1
245 #define wxUSE_RADIOBTN 1
247 #define wxUSE_SCROLLBAR 1
248 #define wxUSE_SLIDER 1
249 #define wxUSE_SPINBTN 1
250 #define wxUSE_SPINCTRL 1
251 #define wxUSE_STATBOX 1
252 #define wxUSE_STATLINE 1
253 #define wxUSE_STATTEXT 1
254 #define wxUSE_STATBMP 1
255 //#define wxUSE_STATUSBAR 0
256 #define wxUSE_TEXTCTRL 1
257 #define wxUSE_TOOLTIPS 0
258 #define wxUSE_TREECTRL 0
260 #define wxUSE_NATIVE_STATUSBAR 0
261 #define wxUSE_BUTTONBAR 0
263 #define wxUSE_NEW_GRID 0
264 #define wxUSE_VALIDATORS 0
265 #define wxUSE_DC_CACHEING 1
266 #define wxUSE_ACCEL 1
267 #define wxUSE_GENERIC_DIALOGS_IN_MSW 0
268 #define wxUSE_COMMON_DIALOGS 0
269 #define wxUSE_TEXTDLG 0
270 #define wxUSE_PROGRESSDLG 0
271 #define wxUSE_BUSYINFO 0
272 #define wxUSE_DIRDLG 0
273 #define wxUSE_FONTDLG 0
274 #define wxUSE_FILEDLG 0
275 #define wxUSE_COLOURDLG 0
276 #define wxUSE_TEXTDLG 0
277 #define wxUSE_CHOICEDLG 0
278 #define wxUSE_NUMBERDLG 0
279 #define wxUSE_STARTUP_TIPS 0
280 #define wxUSE_MSGDLG 1
281 #define wxUSE_SPLITTER 1
282 #define wxUSE_TAB_DIALOG 0
284 #define wxUSE_METAFILE 0
285 #define wxUSE_ENH_METAFILE 0
286 #define wxUSE_WIN_METAFILES_ALWAYS 0
287 #define wxUSE_DOC_VIEW_ARCHITECTURE 0
288 #define wxUSE_MDI_ARCHITECTURE 0
289 #define wxUSE_PRINTING_ARCHITECTURE 0
292 #define wxUSE_GLCANVAS 0
293 #define wxUSE_TREELAYOUT 0
296 #define wxUSE_MS_HTML_HELP 0
297 #define wxUSE_WXHTML_HELP 0
298 #define wxUSE_RESOURCES 0
299 #define wxUSE_CONSTRAINTS 1
300 #define wxUSE_CLIPBOARD 0
301 #define wxUSE_DATAOBJ 1
302 #define wxUSE_SPLINES 0
303 #define wxUSE_DRAG_AND_DROP 0
304 #define wxUSE_XPM_IN_MSW 1
306 #define wxUSE_IMAGE_LOADING_IN_MSW 1
307 #define wxUSE_RESOURCE_LOADING_IN_MSW 0
308 #define wxUSE_WX_RESOURCES 0
309 #define wxUSE_POSTSCRIPT 0
310 #define wxUSE_AFM_FOR_POSTSCRIPT 0
311 #define wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW 0
313 #define wxODBC_FWD_ONLY_CURSORS 0
314 #define wxODBC_BACKWARD_COMPATABILITY 0
315 #define REMOVE_UNUSED_ARG 1
316 #define wxUSE_IOSTREAMH 0
317 #define wxUSE_LIBPNG 0
318 #define wxUSE_LIBJPEG 0
319 #define wxUSE_LIBTIFF 0
325 #define wxUSE_CTL3D 0
326 #define wxUSE_ITSY_BITSY 0
327 #define wxUSE_DYNAMIC_CLASSES 1
329 #define wxUSE_JOYSTICK 1
330 #define wxUSE_REGEX 0
331 #define wxUSE_STATUSBAR 1
336 #define WXWIN_COMPATIBILITY 0
337 #define wxICON_IS_BITMAP 0
338 #define wxFONT_SIZE_COMPATIBILITY 0
339 #define wxDIALOG_UNIT_COMPATIBILITY 0
340 #define wxUSE_DEBUG_CONTEXT 0
341 #define wxUSE_MEMORY_TRACING 0
342 #define wxUSE_GLOBAL_MEMORY_OPERATORS 0
343 #define wxUSE_DEBUG_NEW_ALWAYS 0
344 #define wxUSE_ON_FATAL_EXCEPTION 0
345 #define wxUSE_REGEX 0
347 #define wxUSE_UNICODE 0
348 #define wxUSE_WCHAR_T 0
350 #define wxUSE_LOGGUI 1
351 #define wxUSE_LOGWINDOW 1
352 #define wxUSE_LOG_DIALOG 0
353 #define wxUSE_THREADS 0
354 #define wxUSE_STREAMS 0
355 #define wxUSE_STD_IOSTREAM 0
356 #define wxUSE_SERIAL 0
357 #define wxUSE_LONGLONG 1
358 #define wxUSE_TIMER 1
359 #define wxUSE_STOPWATCH 1
360 #define wxUSE_TIMEDATE 0
361 #define wxUSE_DATETIME 1
362 #define wxUSE_CONFIG 0
363 #define wxUSE_CONFIG_NATIVE 0
364 #define wxUSE_DIALUP_MANAGER 0
365 #define wxUSE_DYNLIB_CLASS 0
366 #define wxUSE_SOCKETS 0
367 #define wxUSE_FILESYSTEM 0
368 #define wxUSE_FS_ZIP 0
369 #define wxUSE_FS_INET 0
370 #define wxUSE_ZIPSTREAM 0
372 #define wxUSE_APPLE_IEEE 0
374 #define wxUSE_FFILE 1
375 #define wxUSE_TEXTFILE 0
376 #define wxUSE_TEXTBUFFER 0
378 #define wxUSE_MENUS 1
379 #define wxUSE_TOOLBAR 0
380 #define wxUSE_TOOLBAR_NATIVE 0
381 #define wxUSE_TOOLBAR_SIMPLE 0
382 #define wxUSE_NOTEBOOK 1
383 #define wxUSE_FONTMAP 0
384 #define wxUSE_MIMETYPE 0
385 #define wxUSE_IMAGE 1
386 #define wxUSE_SYSTEM_OPTIONS 1
388 #define wxUSE_CONTROLS 1
389 #define wxUSE_POPUPWIN 1
390 #define wxUSE_BUTTON 1
391 #define wxUSE_BMPBUTTON 1
392 #define wxUSE_CALENDARCTRL 0
393 #define wxUSE_CARET 1
394 #define wxUSE_CHECKBOX 1
395 #define wxUSE_CHECKLISTBOX 1
396 #define wxUSE_CHOICE 0
397 #define wxUSE_COMBOBOX 1
398 #define wxUSE_GAUGE 1
399 #define wxUSE_IMAGLIST 1
400 #define wxUSE_LISTBOX 1
401 #define wxUSE_LISTCTRL 0
402 #define wxUSE_RADIOBOX 1
403 #define wxUSE_RADIOBTN 1
405 #define wxUSE_SCROLLBAR 1
406 #define wxUSE_SLIDER 1
407 #define wxUSE_SPINBTN 1
408 #define wxUSE_SPINCTRL 1
409 #define wxUSE_STATBOX 1
410 #define wxUSE_STATLINE 1
411 #define wxUSE_STATTEXT 1
412 #define wxUSE_STATBMP 1
413 #define wxUSE_STATUSBAR 1
414 #define wxUSE_TEXTCTRL 1
415 #define wxUSE_TOOLTIPS 0
416 #define wxUSE_TREECTRL 0
418 #define wxUSE_NATIVE_STATUSBAR 0
419 #define wxUSE_BUTTONBAR 0
421 #define wxUSE_NEW_GRID 0
422 #define wxUSE_VALIDATORS 0
423 #define wxUSE_DC_CACHEING 1
424 #define wxUSE_ACCEL 1
425 #define wxUSE_GENERIC_DIALOGS_IN_MSW 0
426 #define wxUSE_COMMON_DIALOGS 0
427 #define wxUSE_TEXTDLG 0
428 #define wxUSE_PROGRESSDLG 0
429 #define wxUSE_BUSYINFO 0
430 #define wxUSE_DIRDLG 0
431 #define wxUSE_FONTDLG 0
432 #define wxUSE_FILEDLG 0
433 #define wxUSE_COLOURDLG 0
434 #define wxUSE_TEXTDLG 0
435 #define wxUSE_CHOICEDLG 0
436 #define wxUSE_NUMBERDLG 1
437 #define wxUSE_STARTUP_TIPS 0
438 #define wxUSE_MSGDLG 1
439 #define wxUSE_SPLITTER 1
440 #define wxUSE_TAB_DIALOG 0
442 #define wxUSE_SPLASH 1
443 #define wxUSE_JOYSTICK 0
444 #define wxUSE_METAFILE 0
445 #define wxUSE_ENH_METAFILE 0
446 #define wxUSE_WIN_METAFILES_ALWAYS 0
447 #define wxUSE_DOC_VIEW_ARCHITECTURE 0
448 #define wxUSE_MDI_ARCHITECTURE 0
449 #define wxUSE_PRINTING_ARCHITECTURE 0
452 #define wxUSE_GLCANVAS 0
453 #define wxUSE_TREELAYOUT 0
456 #define wxUSE_MS_HTML_HELP 0
457 #define wxUSE_WXHTML_HELP 0
458 #define wxUSE_RESOURCES 0
459 #define wxUSE_CONSTRAINTS 1
460 #define wxUSE_CLIPBOARD 0
461 #define wxUSE_DATAOBJ 1
462 #define wxUSE_SPLINES 0
463 #define wxUSE_DRAG_AND_DROP 0
464 #define wxUSE_XPM_IN_MSW 1
466 #define wxUSE_IMAGE_LOADING_IN_MSW 1
467 #define wxUSE_RESOURCE_LOADING_IN_MSW 0
468 #define wxUSE_WX_RESOURCES 0
469 #define wxUSE_POSTSCRIPT 0
470 #define wxUSE_AFM_FOR_POSTSCRIPT 0
471 #define wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW 0
473 #define wxODBC_FWD_ONLY_CURSORS 0
474 #define wxODBC_BACKWARD_COMPATABILITY 0
475 #define REMOVE_UNUSED_ARG 1
476 #define wxUSE_IOSTREAMH 0
477 #define wxUSE_LIBPNG 0
478 #define wxUSE_LIBJPEG 0
479 #define wxUSE_LIBTIFF 0
485 #define wxUSE_CTL3D 0
486 #define wxUSE_ITSY_BITSY 0
487 #define wxUSE_DYNAMIC_CLASSES 1
491 #define wxUSE_PALETTE 0
493 #endif // _WX_UNIV_SETUP_H_