]>
Commit | Line | Data |
---|---|---|
4514447c FM |
1 | ///////////////////////////////////////////////////////////////////////////// |
2 | // Name: const_wxusedef.h | |
3 | // Purpose: wxUSE preprocessor symbols | |
4 | // Author: Tim Stahlhut | |
5 | // RCS-ID: $Id$ | |
6 | // Licence: wxWindows license | |
7 | ///////////////////////////////////////////////////////////////////////////// | |
8 | ||
9 | ||
880efa2a | 10 | /** |
4514447c FM |
11 | |
12 | @page page_wxusedef wxUSE preprocessor symbols defined by wxWidgets | |
13 | ||
14 | This section documents the wxUSE preprocessor symbols used in the wxWidgets | |
15 | source, grouped by category (and sorted by alphabetical order inside each | |
16 | category). These symbols are always defined and whether the given feature is | |
17 | active or not depends on their value: if defined as @c 1, feature is active, | |
18 | otherwise it is disabled. Because of this these symbols should be always tested | |
d54cf7ff | 19 | using @if_ and not @ifdef_. |
4514447c FM |
20 | |
21 | @li @ref page_wxusedef_multi | |
22 | @li @ref page_wxusedef_unix | |
23 | @li @ref page_wxusedef_x11 | |
24 | @li @ref page_wxusedef_gtk | |
25 | @li @ref page_wxusedef_mac | |
26 | @li @ref page_wxusedef_motif | |
27 | @li @ref page_wxusedef_cocoa | |
28 | @li @ref page_wxusedef_os2 | |
29 | @li @ref page_wxusedef_msw | |
30 | @li @ref page_wxusedef_univ | |
31 | ||
32 | ||
33 | <hr> | |
34 | ||
35 | ||
36 | ||
37 | @section page_wxusedef_multi Generic wxUSE preprocessor symbols | |
3c4f71cc | 38 | |
4514447c FM |
39 | @beginDefList |
40 | @itemdef{wxUSE_ABOUTDLG, Use wxAboutDialogInfo class.} | |
41 | @itemdef{wxUSE_ACCEL, Use wxAcceleratorTable/Entry classes and support for them in wxMenu, wxMenuBar.} | |
42 | @itemdef{wxUSE_AFM_FOR_POSTSCRIPT, In wxPostScriptDC class use AFM (adobe font metrics) file for character widths.} | |
43 | @itemdef{wxUSE_ANIMATIONCTRL, Use wxAnimationCtrl class.} | |
44 | @itemdef{wxUSE_APPLE_IEEE, IEEE Extended to/from double routines; see src/common/extended.c file.} | |
45 | @itemdef{wxUSE_ARCHIVE_STREAMS, Enable streams for archive formats.} | |
46 | @itemdef{wxUSE_AUI, Use AUI (dockable windows) library.} | |
47 | @itemdef{wxUSE_BASE64, Enables Base64 support.} | |
48 | @itemdef{wxUSE_BITMAPCOMBOBOX, Use wxBitmapComboBox class.} | |
49 | @itemdef{wxUSE_BMPBUTTON, Use wxBitmapButton class.} | |
50 | @itemdef{wxUSE_BUSYINFO, Use wxBusyInfo class.} | |
51 | @itemdef{wxUSE_BUTTON, Use wxButton class.} | |
52 | @itemdef{wxUSE_CALENDARCTRL, Use wxCalendarCtrl class.} | |
53 | @itemdef{wxUSE_CARET, Use wxCaret class.} | |
54 | @itemdef{wxUSE_CHECKBOX, Use wxCheckBox class.} | |
55 | @itemdef{wxUSE_CHECKLISTBOX, Use wxCheckListBox class.} | |
56 | @itemdef{wxUSE_CHOICE, Use wxChoice class.} | |
57 | @itemdef{wxUSE_CHOICEBOOK, Use wxChoicebook class.} | |
58 | @itemdef{wxUSE_CHOICEDLG, Use wxSingleChoiceDialog, or wxMultiChoiceDialog classes.} | |
59 | @itemdef{wxUSE_CLIPBOARD, Use wxClipboard class.} | |
60 | @itemdef{wxUSE_CMDLINE_PARSER, Use wxCmdLineParser class.} | |
61 | @itemdef{wxUSE_COLLPANE, Use wxCollapsiblePane class.} | |
62 | @itemdef{wxUSE_COLOURDLG, Use wxColourDialog class.} | |
63 | @itemdef{wxUSE_COLOURPICKERCTRL, Use wxColourPickerCtrl class.} | |
64 | @itemdef{wxUSE_COMBOBOX, Use wxComboBox class.} | |
65 | @itemdef{wxUSE_COMBOCTRL, Use wxComboCtrl class.} | |
66 | @itemdef{wxUSE_CONFIG, Use wxConfig and related classes.} | |
67 | @itemdef{wxUSE_CONFIG_NATIVE, When enabled use native OS configuration instead of the wxFileConfig class.} | |
68 | @itemdef{wxUSE_CONSOLE_EVENTLOOP, Enable event loop in console programs.} | |
69 | @itemdef{wxUSE_CONSTRAINTS, Use wxLayoutConstraints} | |
70 | @itemdef{wxUSE_CONTROLS, If set to $0$, no classes deriving from wxControl can be used.} | |
71 | @itemdef{wxUSE_DATAOBJ, Use wxDataObject and related classes.} | |
72 | @itemdef{wxUSE_DATAVIEWCTRL, Use wxDataViewCtrl class.} | |
73 | @itemdef{wxUSE_DATEPICKCTRL, Use wxDatePickerCtrl class.} | |
74 | @itemdef{wxUSE_DATETIME, Use wxDateTime and related classes.} | |
75 | @itemdef{wxUSE_DBGHELP, Use wxDbgHelpDLL class.} | |
76 | @itemdef{wxUSE_DEBUG_CONTEXT, Use wxDebugContext class.} | |
cd5d1e27 | 77 | @itemdef{wxUSE_DEBUG_NEW_ALWAYS, See @ref overview_debugging} |
4514447c FM |
78 | @itemdef{wxUSE_DEBUGREPORT, Use wxDebugReport class.} |
79 | @itemdef{wxUSE_DIALUP_MANAGER, Use wxDialUpManager and related classes.} | |
80 | @itemdef{wxUSE_DIRDLG, Use wxDirDialog class.} | |
81 | @itemdef{wxUSE_DIRPICKERCTRL, Use wxDirPickerCtrl class.} | |
82 | @itemdef{wxUSE_DISPLAY, Use wxDisplay and related classes.} | |
83 | @itemdef{wxUSE_DOC_VIEW_ARCHITECTURE, Use wxDocument and related classes.} | |
84 | @itemdef{wxUSE_DRAG_AND_DROP, Use Drag and drop classes.} | |
85 | @itemdef{wxUSE_DRAGIMAGE, Use wxDragImage class.} | |
86 | @itemdef{wxUSE_DYNAMIC_LOADER, Use wxPluginManager and related classes. Requires wxDynamicLibrary} | |
87 | @itemdef{wxUSE_DYNLIB_CLASS, Use wxDynamicLibrary} | |
88 | @itemdef{wxUSE_EDITABLELISTBOX, Use wxEditableListBox class.} | |
89 | @itemdef{wxUSE_EXCEPTIONS, Use exception handling.} | |
90 | @itemdef{wxUSE_EXPAT, enable XML support using expat parser.} | |
91 | @itemdef{wxUSE_EXTENDED_RTTI, Use extended RTTI, see also Runtime class information (RTTI)} | |
92 | @itemdef{wxUSE_FFILE, Use wxFFile class.} | |
93 | @itemdef{wxUSE_FILE, Use wxFile class.} | |
94 | @itemdef{wxUSE_FILECONFIG, Use wxFileConfig class.} | |
95 | @itemdef{wxUSE_FILECTRL, Use wxFileCtrl class.} | |
96 | @itemdef{wxUSE_FILEDLG, Use wxFileDialog class.} | |
97 | @itemdef{wxUSE_FILEPICKERCTRL, Use wxFilePickerCtrl class.} | |
98 | @itemdef{wxUSE_FILESYSTEM, Use wxFileSystem and related classes.} | |
99 | @itemdef{wxUSE_FINDREPLDLG, Use wxFindReplaceDialog class.} | |
100 | @itemdef{wxUSE_FONTDLG, Use wxFontDialog class.} | |
101 | @itemdef{wxUSE_FONTENUM, Use wxFontEnumerator class.} | |
102 | @itemdef{wxUSE_FONTMAP, Use wxFontMapper class.} | |
103 | @itemdef{wxUSE_FONTPICKERCTRL, Use wxFontPickerCtrl class.} | |
104 | @itemdef{wxUSE_FS_ARCHIVE, Use virtual archive filesystems like wxArchiveFSHandler in wxFileSystem class.} | |
105 | @itemdef{wxUSE_FS_INET, Use virtual HTTP/FTP filesystems like wxInternetFSHandler in wxFileSystem class.} | |
106 | @itemdef{wxUSE_FS_ZIP, Please use wxUSE_FS_ARCHIVE instead.} | |
107 | @itemdef{wxUSE_FSVOLUME, Use wxFSVolume class.} | |
108 | @itemdef{wxUSE_GAUGE, Use wxGauge class.} | |
109 | @itemdef{wxUSE_GENERIC_DRAGIMAGE, Used in wxDragImage sample.} | |
110 | @itemdef{wxUSE_GENERIC_DRAWELLIPSE, See comment in wx/dc.h file.} | |
111 | @itemdef{wxUSE_GEOMETRY, Use common geometry classes} | |
112 | @itemdef{wxUSE_GIF, Use GIF wxImageHandler} | |
113 | @itemdef{wxUSE_GLCANVAS, Enables OpenGL support.} | |
114 | @itemdef{wxUSE_GLOBAL_MEMORY_OPERATORS, Override global operators @c new and @c delete to use wxWidgets memory leak detection} | |
115 | @itemdef{wxUSE_GRAPHICS_CONTEXT, Use wxGraphicsContext and related classes.} | |
116 | @itemdef{wxUSE_GRID, Use wxGrid and related classes.} | |
117 | @itemdef{wxUSE_GUI, Use the GUI classes; if set to $0$ only non-GUI classes are available.} | |
118 | @itemdef{wxUSE_HELP, Use wxHelpController and related classes.} | |
119 | @itemdef{wxUSE_HTML, Use wxHtmlWindow and related classes.} | |
120 | @itemdef{wxUSE_HYPERLINKCTRL, Use wxHyperlinkCtrl} | |
121 | @itemdef{wxUSE_ICO_CUR, Support Windows ICO and CUR formats.} | |
122 | @itemdef{wxUSE_IFF, Enables the wxImage handler for Amiga IFF images.} | |
123 | @itemdef{wxUSE_IMAGE, Use wxImage and related classes.} | |
124 | @itemdef{wxUSE_IMAGLIST, Use wxImageList class.} | |
125 | @itemdef{wxUSE_INTL, Use wxLocale and related classes.} | |
126 | @itemdef{wxUSE_IOSTREAMH, Use header "iostream.h" instead of "iostream".} | |
127 | @itemdef{wxUSE_IPC, Use interprocess communication classes.} | |
128 | @itemdef{wxUSE_IPV6, Use experimental wxIPV6address and related classes.} | |
129 | @itemdef{wxUSE_JOYSTICK, Use wxJoystick class.} | |
130 | @itemdef{wxUSE_LIBJPEG, Enables JPEG format support (requires libjpeg).} | |
131 | @itemdef{wxUSE_LIBPNG, Enables PNG format support (requires libpng). Also requires wxUSE_ZLIB.} | |
132 | @itemdef{wxUSE_LIBTIFF, Enables TIFF format support (requires libtiff).} | |
133 | @itemdef{wxUSE_LISTBOOK, Use wxListbook class.} | |
134 | @itemdef{wxUSE_LISTBOX, Use wxListBox class.} | |
135 | @itemdef{wxUSE_LISTCTRL, Use wxListCtrl class.} | |
136 | @itemdef{wxUSE_LOG, Use wxLog and related classes.} | |
137 | @itemdef{wxUSE_LOG_DEBUG, Enabled when wxLog used with __WXDEBUG__ defined.} | |
138 | @itemdef{wxUSE_LOG_DIALOG, Use wxLogDialog class.} | |
139 | @itemdef{wxUSE_LOGGUI, Use wxLogGui class.} | |
140 | @itemdef{wxUSE_LOGWINDOW, Use wxLogFrame class.} | |
141 | @itemdef{wxUSE_LONGLONG, Use wxLongLong class.} | |
142 | @itemdef{wxUSE_LONGLONG_NATIVE, Use native <tt>long long</tt> type in wxLongLong implementation.} | |
143 | @itemdef{wxUSE_LONGLONG_WX, Use generic wxLongLong implementation.} | |
144 | @itemdef{wxUSE_MDI, Use wxMDIParentFrame, and wxMDIChildFrame} | |
145 | @itemdef{wxUSE_MDI_ARCHITECTURE, Use MDI-based document-view classes.} | |
146 | @itemdef{wxUSE_MEDIACTRL, Use wxMediaCtrl.} | |
147 | @itemdef{wxUSE_MEMORY_TRACING, Use wxWidgets memory leak detection, not recommended if using another memory debugging tool.} | |
148 | @itemdef{wxUSE_MENUS, Use wxMenu and related classes.} | |
149 | @itemdef{wxUSE_METAFILE, Use wxMetaFile and related classes.} | |
150 | @itemdef{wxUSE_MIMETYPE, Use wxFileType class.} | |
151 | @itemdef{wxUSE_MINIFRAME, Use wxMiniFrame class.} | |
152 | @itemdef{wxUSE_MOUSEWHEEL, Support mouse wheel events.} | |
153 | @itemdef{wxUSE_MSGDLG, Use wxMessageDialog class and wxMessageBox function.} | |
154 | @itemdef{wxUSE_NATIVE_STATUSBAR, Use native wxStatusBar class.} | |
155 | @itemdef{wxUSE_NOTEBOOK, Use wxNotebook and related classes.} | |
156 | @itemdef{wxUSE_NUMBERDLG, Use wxNumberEntryDialog class.} | |
157 | @itemdef{wxUSE_ODCOMBOBOX, Use wxOwnerDrawnComboBox class.} | |
158 | @itemdef{wxUSE_ON_FATAL_EXCEPTION, Catch signals in wxApp::OnFatalException method.} | |
159 | @itemdef{wxUSE_OPENGL, Please use wxUSE_GLCANVAS to test for enabled OpenGL support instead.} | |
160 | @itemdef{wxUSE_OWNER_DRAWN, Use interface for owner-drawn GUI elements.} | |
161 | @itemdef{wxUSE_PALETTE, Use wxPalette and related classes.} | |
162 | @itemdef{wxUSE_PCX, Enables wxImage PCX handler.} | |
163 | @itemdef{wxUSE_PNM, Enables wxImage PNM handler.} | |
164 | @itemdef{wxUSE_POPUPWIN, Use wxPopupWindow class.} | |
165 | @itemdef{wxUSE_POSTSCRIPT, Use wxPostScriptPrinter class.} | |
166 | @itemdef{wxUSE_PRINTF_POS_PARAMS, Use wxVsnprintf which supports positional parameters.} | |
167 | @itemdef{wxUSE_PRINTING_ARCHITECTURE, Enable printer classes.} | |
168 | @itemdef{wxUSE_PROGRESSDLG, Enables progress dialog classes.} | |
169 | @itemdef{wxUSE_PROTOCOL, Use wxProtocol and derived classes.} | |
170 | @itemdef{wxUSE_PROTOCOL_FILE, Use wxFileProto class. (requires wxProtocol)} | |
171 | @itemdef{wxUSE_PROTOCOL_FTP, Use wxFTP class. (requires wxProtocol)} | |
172 | @itemdef{wxUSE_PROTOCOL_HTTP, Use wxHTTP class. (requireswxProtocol)} | |
173 | @itemdef{wxUSE_RADIOBOX, Use wxRadioBox class.} | |
174 | @itemdef{wxUSE_RADIOBTN, Use wxRadioButton class.} | |
175 | @itemdef{wxUSE_REGEX, Use wxRegEx class.} | |
176 | @itemdef{wxUSE_RICHTEXT, Use wxRichTextCtrl class.} | |
177 | @itemdef{wxUSE_RICHTEXT_XML_HANDLER, See src/xrc/xh_richtext.cpp file.} | |
178 | @itemdef{wxUSE_SASH, Use wxSashWindow class.} | |
179 | @itemdef{wxUSE_SCROLLBAR, Use wxScrollBar class.} | |
180 | @itemdef{wxUSE_SEARCHCTRL, Use wxSearchCtrl class.} | |
181 | @itemdef{wxUSE_SELECT_DISPATCHER, Use wxSelectDispatcher class.} | |
182 | @itemdef{wxUSE_SLIDER, Use wxSlider class.} | |
183 | @itemdef{wxUSE_SNGLINST_CHECKER, Use wxSingleInstanceChecker class.} | |
184 | @itemdef{wxUSE_SOCKETS, Enables Network address classes.} | |
185 | @itemdef{wxUSE_SOUND, Use wxSound class.} | |
186 | @itemdef{wxUSE_SPINBTN, Use wxSpinButton class.} | |
187 | @itemdef{wxUSE_SPINCTRL, Use wxSpinCtrl class.} | |
188 | @itemdef{wxUSE_SPLASH, Use wxSplashScreen class.} | |
189 | @itemdef{wxUSE_SPLINES, Provide methods for spline drawing in wxDC.} | |
190 | @itemdef{wxUSE_SPLITTER, Use wxSplitterWindow class.} | |
191 | @itemdef{wxUSE_STACKWALKER, Enables wxStackWalker and related classes.} | |
192 | @itemdef{wxUSE_STARTUP_TIPS, Use startup tips, wxTipProvider class.} | |
193 | @itemdef{wxUSE_STATBMP, Use wxStaticBitmap class.} | |
194 | @itemdef{wxUSE_STATBOX, Use wxStaticBox class.} | |
195 | @itemdef{wxUSE_STATLINE, Use wxStaticLine class.} | |
196 | @itemdef{wxUSE_STATTEXT, Use wxStaticText class.} | |
197 | @itemdef{wxUSE_STATUSBAR, Use wxStatusBar class.} | |
198 | @itemdef{wxUSE_STC, Use wxStyledTextCtrl.} | |
199 | @itemdef{wxUSE_STD_IOSTREAM, Use standard C++ stream classes.} | |
200 | @itemdef{wxUSE_STD_STRING, Use standard C++ string classes.} | |
201 | @itemdef{wxUSE_STDPATHS, Use wxStandardPaths class.} | |
202 | @itemdef{wxUSE_STL, Use Standard Template Library for the container classes and wxString implementation.} | |
203 | @itemdef{wxUSE_STOPWATCH, Use wxStopWatch class.} | |
204 | @itemdef{wxUSE_STREAMS, Enable stream classes.} | |
205 | @itemdef{wxUSE_SVG, Use wxSVGFileDC class.} | |
206 | @itemdef{wxUSE_SYSTEM_OPTIONS, Use wxSystemOptions class.} | |
207 | @itemdef{wxUSE_TAB_DIALOG, Use the obsolete wxTabControl class.} | |
208 | @itemdef{wxUSE_TARSTREAM, Enable Tar files support.} | |
209 | @itemdef{wxUSE_TASKBARICON, Use wxTaskBarIcon class.} | |
210 | @itemdef{wxUSE_TEXTBUFFER, Use wxTextBuffer class.} | |
211 | @itemdef{wxUSE_TEXTCTRL, Use wxTextCtrl class.} | |
212 | @itemdef{wxUSE_TEXTDLG, Use wxTextEntryDialog class.} | |
213 | @itemdef{wxUSE_TEXTFILE, Use wxTextFile class.} | |
214 | @itemdef{wxUSE_TGA, Enable wxImage TGA handler.} | |
215 | @itemdef{wxUSE_THREADS, Use wxThread and related classes.} | |
216 | @itemdef{wxUSE_TIMER, Use wxTimer class.} | |
217 | @itemdef{wxUSE_TIPWINDOW, Use wxTipWindow class.} | |
218 | @itemdef{wxUSE_TOGGLEBTN, Use wxToggleButton class.} | |
219 | @itemdef{wxUSE_TOOLBAR, Use wxToolBar class.} | |
220 | @itemdef{wxUSE_TOOLBAR_NATIVE, Use native wxToolBar class.} | |
221 | @itemdef{wxUSE_TOOLBOOK, Use wxToolbook class.} | |
222 | @itemdef{wxUSE_TOOLTIPS, Use wxToolTip class.} | |
223 | @itemdef{wxUSE_TREEBOOK, Use wxTreebook class.} | |
224 | @itemdef{wxUSE_TREECTRL, Use wxTreeCtrl class.} | |
225 | @itemdef{wxUSE_TTM_WINDOWFROMPOINT, Obsolete, do not use.} | |
226 | @itemdef{wxUSE_UNICODE, Compiled with Unicode support.} | |
227 | @itemdef{wxUSE_UNICODE_UTF8, Compiled with UTF8 support.} | |
228 | @itemdef{wxUSE_UNICODE_WCHAR, Compiled with Unicode support and using wchar_t type.} | |
229 | @itemdef{wxUSE_URL, Use wxURL class.} | |
230 | @itemdef{wxUSE_URL_NATIVE, Use native support for some operations with wxURL.} | |
231 | @itemdef{wxUSE_UTF8_LOCALE_ONLY, Build wxWidgets to support running only under UTF-8 (and C) locale. This eliminates the code necessary for conversions from the other locales and reduces the library size; useful for embedded systems.} | |
232 | @itemdef{wxUSE_VALIDATORS, Use wxValidator class.} | |
233 | @itemdef{wxUSE_VARIANT, Use wxVariant class.} | |
234 | @itemdef{wxUSE_WIZARDDLG, Use wxWizard class.} | |
235 | @itemdef{wxUSE_WXHTML_HELP, Use wxHtmlHelpController and related classes.} | |
236 | @itemdef{wxUSE_XML, Use XML parsing classes.} | |
237 | @itemdef{wxUSE_XPM, Enable XPM reader for wxImage and wxBitmap classes.} | |
238 | @itemdef{wxUSE_XRC, Use XRC XML-based resource system.} | |
239 | @itemdef{wxUSE_ZIPSTREAM, Enable streams for Zip files.} | |
240 | @itemdef{wxUSE_ZLIB, Use wxZlibInput and wxZlibOutputStream classes, required by wxUSE_LIBPNG.} | |
3c4f71cc | 241 | @endDefList |
4514447c FM |
242 | |
243 | ||
244 | @section page_wxusedef_unix wxUSE preprocessor symbols used only under Unix platforms | |
245 | ||
246 | @beginDefList | |
247 | @itemdef{wxUSE_EPOLL_DISPATCHER, Use wxEpollDispatcher class. See also wxUSE_SELECT_DISPATCHER.} | |
248 | @itemdef{wxUSE_GSTREAMER, Use GStreamer library in wxMediaCtrl.} | |
249 | @itemdef{wxUSE_LIBMSPACK, Use libmspack library.} | |
250 | @itemdef{wxUSE_LIBSDL, Use SDL for wxSound implementation.} | |
251 | @itemdef{wxUSE_PLUGINS, See also wxUSE_LIBSDL.} | |
252 | @itemdef{wxUSE_UNIX, Enabled on Unix Platform.} | |
253 | @endDefList | |
254 | ||
255 | ||
256 | @section page_wxusedef_x11 wxUSE preprocessor symbols used only in wxX11 Platform | |
257 | ||
258 | @beginDefList | |
259 | @itemdef{wxUSE_NANOX, Use NanoX.} | |
260 | @itemdef{wxUSE_UNIV_TEXTCTRL, Use wxUniv's implementation of wxTextCtrl class.} | |
261 | @endDefList | |
3c4f71cc | 262 | |
4514447c FM |
263 | |
264 | @section page_wxusedef_gtk wxUSE preprocessor symbols used only in wxGTK port | |
3c4f71cc | 265 | |
4514447c FM |
266 | @beginDefList |
267 | @itemdef{wxUSE_DETECT_SM, Use code to detect X11 session manager.} | |
268 | @itemdef{wxUSE_GTKPRINT, Use GTK+ printing support.} | |
269 | @itemdef{wxUSE_LIBGNOMEPRINT, Use GNOME printing support.} | |
270 | @itemdef{wxUSE_LIBGNOMEVFS, Use GNOME VFS support. Currently has no effect. } | |
271 | @itemdef{wxUSE_LIBHILDON, Use Hildon framework for Nokia 770. Currently has no effect. } | |
272 | @endDefList | |
273 | ||
3c4f71cc | 274 | |
4514447c | 275 | @section page_wxusedef_mac wxUSE preprocessor symbols used only in wxMac port |
3c4f71cc | 276 | |
4514447c FM |
277 | @beginDefList |
278 | @itemdef{wxUSE_MAC_CRITICAL_REGION_MUTEX, See src/mac/carbon/thread.cpp file.} | |
279 | @itemdef{wxUSE_MAC_PTHREADS_MUTEX, See src/mac/carbon/thread.cpp file.} | |
280 | @itemdef{wxUSE_MAC_SEMAPHORE_MUTEX, See src/mac/carbon/thread.cpp file.} | |
281 | @itemdef{wxUSE_WEBKIT, Use wxWebKitCtrl class.} | |
282 | @endDefList | |
283 | ||
3c4f71cc | 284 | |
4514447c | 285 | @section page_wxusedef_motif wxUSE preprocessor symbols used only in wxMotif port |
3c4f71cc | 286 | |
4514447c FM |
287 | @beginDefList |
288 | @itemdef{wxUSE_GADGETS, Use xmCascadeButtonGadgetClass, xmLabelGadgetClass, xmPushButtonGadgetClass and xmToggleButtonGadgetClass classes.} | |
289 | @itemdef{wxUSE_INVISIBLE_RESIZE, See src/motif/dialog.cpp file.} | |
290 | @endDefList | |
291 | ||
3c4f71cc | 292 | |
4514447c | 293 | @section page_wxusedef_cocoa wxUSE preprocessor symbols used only in Cocoa port |
3c4f71cc | 294 | |
4514447c FM |
295 | @beginDefList |
296 | @itemdef{wxUSE_OBJC_UNIQUIFYING, Enable Objective-C class name uniquifying.} | |
297 | @endDefList | |
298 | ||
3c4f71cc | 299 | |
4514447c | 300 | @section page_wxusedef_os2 wxUSE preprocessor symbols used only in OS2 port |
3c4f71cc | 301 | |
4514447c FM |
302 | @beginDefList |
303 | @itemdef{wxUSE_CONSOLEDEBUG, See src/os2/app.cpp file.} | |
304 | @itemdef{wxUSE_DDE, See src/os2/mimetype.cpp file.} | |
305 | @itemdef{wxUSE_IMAGE_LOADING_IN_MSW, See src/os2/clipbrd.cpp file.} | |
306 | @itemdef{wxUSE_IMAGE_LOADING_IN_OS2, See src/os2/gdiimage.cpp file.} | |
307 | @itemdef{wxUSE_NET_API, Use NetBios32GetInfo API call.} | |
308 | @itemdef{wxUSE_RESOURCE_LOADING_IN_OS2, See src/os2/gdiimage.cpp file.} | |
309 | @endDefList | |
310 | ||
3c4f71cc | 311 | |
4514447c | 312 | @section page_wxusedef_msw wxUSE preprocessor symbols used only in wxMSW port |
3c4f71cc | 313 | |
4514447c FM |
314 | @beginDefList |
315 | @itemdef{wxUSE_ACCESSIBILITY, Enable accessibility support} | |
316 | @itemdef{wxUSE_ACTIVEX, Use wxActiveXContainer and related classes.} | |
317 | @itemdef{wxUSE_COMBOCTRL_POPUP_ANIMATION, See wx/msw/combo.h file.} | |
318 | @itemdef{wxUSE_COMCTL32_SAFELY, See src/msw/treectrl.cpp file.} | |
319 | @itemdef{wxUSE_COMMON_DIALOGS, Enable use of windows common dialogs from header commdlg.h; example PRINTDLG.} | |
320 | @itemdef{wxUSE_CRASHREPORT, Use wxCrashReport class.} | |
321 | @itemdef{wxUSE_DATEPICKCTRL_GENERIC, Use generic wxDatePickerCtrl implementation in addition to the native one.} | |
322 | @itemdef{wxUSE_DC_CACHEING, cache temporary wxDC objects.} | |
323 | @itemdef{wxUSE_DIRECTDRAW, Enable use of the system include file ddraw.h.} | |
324 | @itemdef{wxUSE_DDE_FOR_IPC, See wx/ipc.h file.} | |
325 | @itemdef{wxUSE_ENH_METAFILE, Use wxEnhMetaFile.} | |
326 | @itemdef{wxUSE_HOTKEY, Use wxWindow::RegisterHotKey() and wxWindow::UnregisterHotKey} | |
327 | @itemdef{wxUSE_INKEDIT, Use InkEdit library. Related to Tablet PCs.} | |
328 | @itemdef{wxUSE_MS_HTML_HELP, Use wxCHMHelpController class.} | |
329 | @itemdef{wxUSE_NO_MANIFEST, Use to prevent the auto generation, under MSVC, of manifest file needed by windows XP and above.} | |
330 | @itemdef{wxUSE_NORLANDER_HEADERS, Using headers whose author is Anders Norlander.} | |
331 | @itemdef{wxUSE_OLE, Enables OLE helper routines.} | |
332 | @itemdef{wxUSE_OLE_AUTOMATION, Enable OLE automation utilities.} | |
333 | @itemdef{wxUSE_OLE_CLIPBOARD, Use OLE clipboard.} | |
334 | @itemdef{wxUSE_PENWINDOWS, See src/msw/penwin.cpp file.} | |
335 | @itemdef{wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW, Use PS printing in wxMSW.} | |
336 | @itemdef{wxUSE_PS_PRINTING, See src/msw/dcprint.cpp file.} | |
337 | @itemdef{wxUSE_REGKEY, Use wxRegKey class.} | |
338 | @itemdef{wxUSE_RICHEDIT, Enable use of riched32.dll in wxTextCtrl} | |
339 | @itemdef{wxUSE_RICHEDIT2, Enable use of riched20.dll in wxTextCtrl} | |
340 | @itemdef{wxUSE_VC_CRTDBG, See wx/msw/msvcrt.h file.} | |
341 | @itemdef{wxUSE_UNICODE_MSLU, Use MSLU for Unicode support under Windows 9x systems.} | |
342 | @itemdef{wxUSE_UXTHEME, Enable support for XP themes.} | |
343 | @itemdef{wxUSE_WIN_METAFILES_ALWAYS, Use wxMetaFile even when wxUSE_ENH_METAFILE=$1$.} | |
344 | @itemdef{wxUSE_WXDIB, Use wxDIB class.} | |
345 | @itemdef{wxUSE_XPM_IN_MSW, See also wxUSE_XPM} | |
346 | @endDefList | |
347 | ||
3c4f71cc | 348 | |
4514447c | 349 | @section page_wxusedef_univ wxUSE preprocessor symbols used only in wxUniversal |
3c4f71cc | 350 | |
4514447c FM |
351 | @beginDefList |
352 | @itemdef{wxUSE_ALL_THEMES, Use all themes in wxUniversal; See wx/univ/theme.h file.} | |
353 | @itemdef{wxUSE_THEME_GTK, Use GTK+ 1-like theme in wxUniversal} | |
354 | @itemdef{wxUSE_THEME_METAL, Use GTK+ 2-like theme in wxUniversal} | |
355 | @itemdef{wxUSE_THEME_MONO, Use simple monochrome theme in wxUniversal} | |
356 | @itemdef{wxUSE_THEME_WIN32, Use Win32-like theme in wxUniversal} | |
357 | @endDefList | |
358 | ||
359 | */ |