]>
git.saurik.com Git - wxWidgets.git/blob - include/wx/os2/setup.h
1 /////////////////////////////////////////////////////////////////////////////
3 // Purpose: Configuration for the library
4 // Author: Julian Smart
8 // Copyright: (c) Julian Smart
9 // Licence: wxWindows licence
10 /////////////////////////////////////////////////////////////////////////////
15 // ----------------------------------------------------------------------------
17 // ----------------------------------------------------------------------------
19 // define this to 1 if you want icons to behave as bitmaps
20 #define wxICON_IS_BITMAP 0
22 // define this to 0 when building wxBase library
25 // ----------------------------------------------------------------------------
27 // ----------------------------------------------------------------------------
29 #define wxUSE_FILESYSTEM 1 // better have this is you want to compile wxHTML
31 #if defined(__VISAGECPP__) && (__IBMCPP__ < 400 || __IBMC__ < 400 )
32 #define wxUSE_LONGLONG 1
35 #define wxUSE_NET_API 1 // Utilize OS/2's UPM netapi's
37 #define wxUSE_CONFIG 1
38 // Use wxConfig, with CreateConfig in wxApp
40 #define wxUSE_POSTSCRIPT 1
41 // 0 for no PostScript device context
42 #define wxUSE_AFM_FOR_POSTSCRIPT 1
43 // 1 to use font metric files in GetTextExtent
44 #define wxUSE_METAFILE 1
45 // 0 for no Metafile and metafile device context
47 // 0 for no interprocess comms
48 // Note: wxHELP uses IPC under X so these are interdependent!
50 // 0 for no help facility
51 #define wxUSE_RESOURCES 1
52 // 0 for no wxGetResource/wxWriteResource
53 #define wxUSE_CONSTRAINTS 1
54 // 0 for no window layout constraint system
56 #define wxUSE_TIMEDATE 1
57 // 0 for no wxTime/wxDate classes
62 #define wxUSE_JOYSTICK 1
63 // 0 for no joystick functions
65 #define wxUSE_CLIPBOARD 1
66 // 0 for no clipboard functions
69 // 0 for no generic plot functions
71 #define wxUSE_SPLINES 1
74 #define wxUSE_DRAG_AND_DROP 1
75 // 0 for no drag and drop
77 #define wxUSE_BUTTONBAR 1
78 // Define 1 to use buttonbar classes (enhanced toolbar
81 // Define 1 to use Microsoft's gauge (Windows)
82 // or Bull's gauge (Motif) library (both in contrib).
83 #define wxUSE_COMBOBOX 1
84 // Define 1 to use COMBOXBOX control (Windows)
85 // or FWW's ComboBox widget (Motif).
86 #define wxUSE_CHOICE 1
87 // Define 1 to use CHOICE
89 #define wxUSE_RADIOBUTTON 1
90 // Define 1 to use radio button control
91 #define wxUSE_RADIOBTN 1
92 // Unfortunately someone introduced this one, too
94 #define wxUSE_SCROLLBAR 1
95 // Define 1 to compile contributed wxScrollBar class
97 #define wxUSE_CHECKBOX 1
98 // Define 1 to compile checkbox
100 #define wxUSE_LISTBOX 1
101 // Define 1 to compile listbox
103 #define wxUSE_SPINBTN 1
104 // Define 1 to compile spin button
106 // use wxStaticLine class (separator line in the dialog)?
107 #define wxUSE_STATLINE 1
109 #define wxUSE_CHECKLISTBOX 1
110 // Define 1 to compile check listbox
111 #define wxUSE_CARET 1
112 // Define 1 to use wxCaret class
113 #define wxUSE_TREECTRL 1
114 // Define 1 to use wxTree* classes
115 #define wxUSE_XPM_IN_OS2 1
116 // Define 1 to support the XPM package in wxBitmap.
117 #define wxUSE_IMAGE_LOADING_IN_OS2 1
118 // Use dynamic DIB loading/saving code in utils/dib under OS2.
119 #define wxUSE_RESOURCE_LOADING_IN_OS2 1
120 // Use dynamic icon/cursor loading/saving code
122 #define wxUSE_WX_RESOURCES 1
123 // Use .wxr resource mechanism (requires PrologIO library)
125 // support for startup tips (wxShowTip &c)
126 #define wxUSE_STARTUP_TIPS 1
128 #define wxUSE_DOC_VIEW_ARCHITECTURE 1
129 // Set to 0 to disable document/view architecture
130 #define wxUSE_MDI_ARCHITECTURE 1
131 // Set to 0 to disable MDI document/view architecture
132 #define wxUSE_PRINTING_ARCHITECTURE 1
133 // Set to 0 to disable print/preview architecture code
134 #define wxUSE_POSTSCRIPT_ARCHITECTURE_IN_OS2 1
135 // Set to 0 to disable PostScript print/preview architecture code
136 // under OS/2 PM (just use PM printing).
137 #define wxUSE_DYNAMIC_CLASSES 1
138 // If 1, enables provision of run-time type information.
139 // NOW MANDATORY: don't change.
140 #define wxUSE_MEMORY_TRACING 1
141 // If 1, enables debugging versions of wxObject::new and
142 // wxObject::delete *IF* __WXDEBUG__ is also defined.
143 // WARNING: this code may not work with all architectures, especially
144 // if alignment is an issue.
145 #define wxUSE_DEBUG_CONTEXT 1
146 // If 1, enables wxDebugContext, for
147 // writing error messages to file, etc.
148 // If __WXDEBUG__ is not defined, will still use
149 // normal memory operators.
150 // It's recommended to set this to 1,
151 // since you may well need to output
152 // an error log in a production
153 // version (or non-debugging beta)
154 #if defined(__VISAGECPP__) && (__IBMCPP__ < 400 || __IBMC__ < 400 )
155 #define wxUSE_GLOBAL_MEMORY_OPERATORS 0
157 #define wxUSE_GLOBAL_MEMORY_OPERATORS 1
159 // In debug mode, cause new and delete to be redefined globally.
160 // If this causes problems (e.g. link errors), set this to 0.
162 #define wxUSE_DEBUG_NEW_ALWAYS 1
163 // In debug mode, causes new to be defined to
164 // be WXDEBUG_NEW (see object.h).
165 // If this causes problems (e.g. link errors), set this to 0.
166 // You may need to set this to 0 if using templates (at least
169 #define REMOVE_UNUSED_ARG 1
170 // Set this to 0 if your compiler can't cope
171 // with omission of prototype parameters.
174 // Define 1 to use ODBC classes
176 #define wxODBC_FWD_ONLY_CURSORS 1
177 // For backward compatibility reasons, this parameter now only
178 // controls the default scrolling method used by cursors. This
179 // default behavior can be overriden by setting the second param
180 // of wxDB::GetDbConnection() to indicate whether the connection
181 // (and any wxTable()s that use the connection) should support
182 // forward only scrolling of cursors, or both forward and backward
183 // Support for backward scrolling cursors is dependent on the
184 // data source as well as the ODBC driver being used.
186 #define wxODBC_BACKWARD_COMPATABILITY 0
187 // Default is 0. Set to 1 to use the deprecated classes, enum
188 // types, function, member variables. With a setting of 1, full
189 // backward compatability with the 2.0.x release is possible.
190 // It is STRONGLY recommended that this be set to 0, as
191 // future development will be done only on the non-deprecated
192 // functions/classes/member variables/etc.
194 #define wxUSE_IOSTREAMH 1
195 // VC++ 4.2 and above allows <iostream> and <iostream.h>
196 // but you can't mix them. Set to 1 for <iostream.h>,
199 #define wxUSE_STREAMS 1
200 // If enabled (1), compiles wxWindows streams classes
202 #define wxUSE_STD_IOSTREAM 1
203 // Use standard C++ streams if 1. If 0, use wxWin
204 // streams implementation.
206 #define wxUSE_WXCONFIG 1
207 // if enabled, compiles built-in OS independent wxConfig
208 // class and it's file (any platform) and registry (Win)
209 // based implementations
210 #define wxUSE_THREADS 1
211 // support for multithreaded applications: if
212 // 1, compile in thread classes (thread.h)
213 // and make the library thread safe
215 // Use zlib for compression in streams and PNG code
216 #define wxUSE_IMAGE 1
217 // Set to 1 for wxImage support (recommended).
218 #define wxUSE_LIBPNG 1
219 // Set to 1 for PNG format support
220 #define wxUSE_LIBJPEG 1
221 // Set to 1 for JPEG format support
222 #define wxUSE_LIBTIFF 1
223 // Set to 1 for TIFF format support
225 // Set to 1 for GIF format support
227 // Set to 1 for PNM format support
229 // Set to 1 for PCX format support
231 // Set to 1 for XPM format support
233 #define wxUSE_SERIAL 1
234 // Use serialization (requires utils/serialize)
235 #define wxUSE_DYNLIB_CLASS 1
236 // Compile in wxLibrary class for run-time
237 // DLL loading and function calling
238 #define wxUSE_TOOLTIPS 1
239 // Define to use wxToolTip class and
240 // wxWindow::SetToolTip() method
241 #define wxUSE_SOCKETS 1
242 // Set to 1 to use socket classes
244 // Set to 1 to use wxHTML sub-library
245 #define wxUSE_FS_ZIP 1
246 #define wxUSE_FS_INET 1 // Set to 1 to enable virtual file systems
248 #define wxUSE_BUSYINFO 1
249 // wxBusyInfo displays window with message
250 // when app is busy. Works in same way as
252 #define wxUSE_ZIPSTREAM 1
253 // input stream for reading from zip archives
260 #define wxUSE_APPLE_IEEE 1
261 // if enabled, the float codec written by Apple
262 // will be used to write, in a portable way,
265 // use wxFile class - required by i18n code, wxConfig and others - recommended
268 // use wxTextFile class: requires wxFile, required by wxConfig
269 #define wxUSE_TEXTFILE 1
271 // i18n support: _() macro, wxLocale class. Requires wxFile
274 // wxLogXXX functions - highly recommended
278 #define wxUSE_VALIDATORS 1
280 // wxAcceleratorTable/Entry classes and support for them in wxMenu(Bar)
281 #define wxUSE_ACCEL 1
283 // wxSashWindow class
286 // text entry dialog and wxGetTextFromUser function
287 #define wxUSE_TEXTDLG 1
290 #define wxUSE_TOOLBAR 1
291 #define wxUSE_TOOLBAR_NATIVE 1
294 #define wxUSE_STATUSBAR 1
297 #define wxUSE_SPINCTRL 1
299 // progress dialog class for lengthy operations
300 #define wxUSE_PROGRESSDLG 1
302 // wxDirDlg class for getting a directory name from user
303 #define wxUSE_DIRDLG 1
305 #define wxUSE_OWNER_DRAWN 1
306 // Owner-drawn menus and listboxes
308 #define wxUSE_NEW_GRID 1
309 // Define 1 to use the new drid classes
316 #define wxUSE_TYPEDEFS 0
317 // Use typedefs not classes for wxPoint
318 // and others, to reduce overhead and avoid
319 // MS C7 memory bug. Bounds checker
320 // complains about deallocating
321 // arrays of wxPoints if wxPoint is a class.
323 #define wxUSE_PORTABLE_FONTS_IN_OS2 0
324 // Define 1 to use new portable font scheme in Windows
325 // (used by default under X)
327 #define wxUSE_GENERIC_DIALOGS_IN_OS2 0
328 // Define 1 to use generic dialogs in Windows, even though
329 // they duplicate native common dialog (e.g. wxColourDialog)