]>
Commit | Line | Data |
---|---|---|
462a08f1 SC |
1 | /* |
2 | * Name: wx/osx/iphone/chkconf.h | |
3 | * Purpose: Compiler-specific configuration checking | |
4 | * Author: Stefan Csomor | |
5 | * Modified by: | |
6 | * Created: 2008-07-30 | |
7 | * RCS-ID: $Id: chkconf.h 54833 2008-07-29 21:03:18Z SC $ | |
8 | * Copyright: (c) Stefan Csomor | |
9 | * Licence: wxWindows licence | |
10 | */ | |
11 | ||
12 | #ifndef _WX_OSX_IPHONE_CHKCONF_H_ | |
13 | #define _WX_OSX_IPHONE_CHKCONF_H_ | |
14 | ||
64afee85 FM |
15 | /* |
16 | * text rendering system | |
462a08f1 SC |
17 | */ |
18 | ||
64afee85 | 19 | /* we have different options and we turn on all that make sense |
462a08f1 SC |
20 | * under a certain platform |
21 | */ | |
22 | ||
23 | #define wxOSX_USE_CORE_TEXT 0 | |
24 | #define wxOSX_USE_ATSU_TEXT 0 | |
25 | ||
26 | /* | |
27 | * turning off capabilities that don't work under iphone yet | |
28 | */ | |
29 | ||
30 | #if wxUSE_MDI | |
31 | #undef wxUSE_MDI | |
32 | #define wxUSE_MDI 0 | |
33 | #endif | |
34 | ||
35 | #if wxUSE_MDI_ARCHITECTURE | |
36 | #undef wxUSE_MDI_ARCHITECTURE | |
37 | #define wxUSE_MDI_ARCHITECTURE 0 | |
38 | #endif | |
39 | ||
40 | #if wxUSE_DRAG_AND_DROP | |
41 | #undef wxUSE_DRAG_AND_DROP | |
42 | #define wxUSE_DRAG_AND_DROP 0 | |
43 | #endif | |
44 | ||
45 | #if wxUSE_TASKBARICON | |
46 | #undef wxUSE_TASKBARICON | |
47 | #define wxUSE_TASKBARICON 0 | |
48 | #endif | |
49 | ||
50 | #if wxUSE_TOOLTIPS | |
51 | #undef wxUSE_TOOLTIPS | |
52 | #define wxUSE_TOOLTIPS 0 | |
53 | #endif | |
54 | ||
55 | #if wxUSE_DATAVIEWCTRL | |
56 | #undef wxUSE_DATAVIEWCTRL | |
57 | #define wxUSE_DATAVIEWCTRL 0 | |
58 | #endif | |
59 | ||
60 | #if wxUSE_DRAG_AND_DROP | |
61 | #undef wxUSE_DRAG_AND_DROP | |
62 | #define wxUSE_DRAG_AND_DROP 0 | |
63 | #endif | |
64 | ||
65 | #if wxUSE_TASKBARICON | |
66 | #undef wxUSE_TASKBARICON | |
67 | #define wxUSE_TASKBARICON 0 | |
68 | #endif | |
69 | ||
524c47aa SC |
70 | #define wxUSE_BUTTON 1 |
71 | #define wxUSE_CARET 1 | |
72 | #define wxUSE_CHOICE 1 | |
73 | #define wxUSE_SCROLLBAR 1 | |
74 | #define wxUSE_STATUSBAR 1 | |
75 | #define wxUSE_NATIVE_STATUSBAR 0 | |
76 | #define wxUSE_TEXTCTRL 1 | |
77 | #define wxUSE_ABOUTDLG 1 | |
78 | #define wxUSE_STATTEXT 1 | |
79 | #define wxUSE_STATLINE 1 | |
80 | #define wxUSE_COLLPANE 1 | |
81 | #define wxUSE_STATBMP 1 | |
82 | #define wxUSE_STATBOX 1 | |
83 | #define wxUSE_CHECKBOX 1 | |
84 | #define wxUSE_RADIOBTN 1 | |
85 | #define wxUSE_RADIOBOX 1 | |
86 | #define wxUSE_TOGGLEBTN 1 | |
87 | ||
88 | #define wxUSE_TOOLBAR 0 | |
89 | #define wxUSE_HTML 0 | |
90 | ||
91 | #define wxUSE_RICHTEXT 0 | |
92 | ||
93 | #define wxUSE_ANIMATIONCTRL 0 | |
94 | #define wxUSE_CALENDARCTRL 0 | |
95 | #define wxUSE_COMBOBOX 0 | |
96 | #define wxUSE_COMBOCTRL 0 | |
97 | #define wxUSE_ODCOMBOBOX 0 | |
98 | #define wxUSE_BITMAPCOMBOBOX 0 | |
99 | #define wxUSE_BMPBUTTON 0 | |
100 | #define wxUSE_CHECKLISTBOX 0 | |
101 | #define wxUSE_GAUGE 0 | |
102 | #define wxUSE_GRID 0 | |
103 | #define wxUSE_LISTBOX 0 | |
104 | #define wxUSE_LISTCTRL 0 | |
105 | #define wxUSE_NOTEBOOK 0 | |
106 | #define wxUSE_SLIDER 0 | |
107 | #define wxUSE_SPINBTN 0 | |
108 | #define wxUSE_SPINCTRL 0 | |
109 | #define wxUSE_TREECTRL 0 | |
110 | #define wxUSE_DATEPICKCTRL 0 | |
111 | #define wxUSE_DATAVIEWCTRL 0 | |
112 | #define wxUSE_EDITABLELISTBOX 0 | |
113 | #define wxUSE_FILEPICKERCTRL 0 | |
114 | #define wxUSE_DIRPICKERCTRL 0 | |
115 | #define wxUSE_FILECTRL 0 | |
116 | #define wxUSE_COLOURPICKERCTRL 0 | |
117 | #define wxUSE_FONTPICKERCTRL 0 | |
118 | #define wxUSE_DEBUGREPORT 0 | |
119 | #define wxUSE_HYPERLINKCTRL 0 | |
120 | #define wxUSE_STC 0 | |
121 | #define wxUSE_AUI 0 | |
122 | #define wxUSE_BUSYINFO 0 | |
123 | #define wxUSE_SEARCHCTRL 0 | |
124 | ||
125 | #define wxUSE_LOGWINDOW 0 | |
126 | #define wxUSE_LOG_DIALOG 0 | |
127 | #define wxUSE_LISTBOOK 0 | |
128 | #define wxUSE_CHOICEBOOK 0 | |
129 | #define wxUSE_TREEBOOK 0 | |
130 | #define wxUSE_TOOLBOOK 0 | |
131 | #define wxUSE_CHOICEDLG 0 | |
132 | #define wxUSE_HELP 0 | |
133 | #define wxUSE_PROGRESSDLG 0 | |
134 | #define wxUSE_FONTDLG 0 | |
135 | #define wxUSE_FILEDLG 0 | |
136 | #define wxUSE_CHOICEDLG 0 | |
137 | #define wxUSE_NUMBERDLG 0 | |
138 | #define wxUSE_TEXTDLG 0 | |
139 | #define wxUSE_DIRDLG 0 | |
140 | #define wxUSE_STARTUP_TIPS 0 | |
141 | #define wxUSE_WIZARDDLG 0 | |
142 | #define wxUSE_TOOLBAR_NATIVE 0 | |
143 | #define wxUSE_FINDREPLDLG 0 | |
524c47aa SC |
144 | #define wxUSE_TASKBARICON 0 |
145 | ||
146 | ||
462a08f1 SC |
147 | /* |
148 | #if wxUSE_POPUPWIN | |
149 | #undef wxUSE_POPUPWIN | |
150 | #define wxUSE_POPUPWIN 0 | |
151 | #endif | |
152 | ||
153 | #if wxUSE_COMBOBOX | |
154 | #undef wxUSE_COMBOBOX | |
155 | #define wxUSE_COMBOBOX 0 | |
156 | #endif | |
157 | ||
158 | ||
159 | #if wxUSE_MENUS | |
160 | #undef wxUSE_MENUS | |
161 | #define wxUSE_MENUS 0 | |
162 | #endif | |
163 | ||
164 | #if wxUSE_CALENDARCTRL | |
165 | #undef wxUSE_CALENDARCTRL | |
166 | #define wxUSE_CALENDARCTRL 0 | |
167 | #endif | |
168 | ||
169 | #if wxUSE_WXHTML_HELP | |
170 | #undef wxUSE_WXHTML_HELP | |
171 | #define wxUSE_WXHTML_HELP 0 | |
172 | #endif | |
173 | ||
174 | #if wxUSE_DOC_VIEW_ARCHITECTURE | |
175 | #undef wxUSE_DOC_VIEW_ARCHITECTURE | |
176 | #define wxUSE_DOC_VIEW_ARCHITECTURE 0 | |
177 | #endif | |
178 | ||
179 | #if wxUSE_PRINTING_ARCHITECTURE | |
180 | #undef wxUSE_PRINTING_ARCHITECTURE | |
181 | #define wxUSE_PRINTING_ARCHITECTURE 0 | |
182 | #endif | |
183 | ||
184 | */ | |
185 | ||
186 | #if wxUSE_CLIPBOARD | |
187 | #undef wxUSE_CLIPBOARD | |
188 | #define wxUSE_CLIPBOARD 0 | |
189 | #endif // wxUSE_CLIPBOARD | |
190 | ||
191 | #endif | |
192 | /* _WX_OSX_IPHONE_CHKCONF_H_ */ | |
193 |