]> git.saurik.com Git - wxWidgets.git/blob - include/wx/msw/missing.h
Tweaks for demos on MacOSX
[wxWidgets.git] / include / wx / msw / missing.h
1 /////////////////////////////////////////////////////////////////////////////
2 // Name: wx/msw/missing.h
3 // Purpose: Declarations for parts of the Win32 SDK that are missing in
4 // the versions that come with some compilers
5 // Created: 2002/04/23
6 // RCS-ID: $Id$
7 // Copyright: (c) 2002 Mattia Barbon
8 // Licence: wxWindows licence
9 /////////////////////////////////////////////////////////////////////////////
10
11 #ifndef _WX_MISSING_H_
12 #define _WX_MISSING_H_
13
14 /*
15 * The following are required for VC++ 6.
16 */
17
18 // Needed by cursor.cpp
19 #ifndef IDC_HAND
20 #define IDC_HAND MAKEINTRESOURCE(32649)
21 #endif
22
23 // Needed by strconv.cpp
24 #ifndef WC_NO_BEST_FIT_CHARS
25 #define WC_NO_BEST_FIT_CHARS 0x400
26 #endif
27
28 #ifndef WM_CONTEXTMENU
29 #define WM_CONTEXTMENU 0x007B
30 #endif
31
32 // Needed by toplevel.cpp
33 #ifndef WM_UPDATEUISTATE
34 #define WM_UPDATEUISTATE 0x0128
35 #endif
36
37 #ifndef WM_CHANGEUISTATE
38 #define WM_CHANGEUISTATE 0x0127
39 #endif
40
41 #ifndef WM_PRINTCLIENT
42 #define WM_PRINTCLIENT 0x318
43 #endif
44
45 // Needed by toplevel.cpp
46 #ifndef UIS_SET
47 #define UIS_SET 1
48 #define UIS_CLEAR 2
49 #define UIS_INITIALIZE 3
50 #endif
51
52 #ifndef UISF_HIDEFOCUS
53 #define UISF_HIDEFOCUS 1
54 #endif
55
56 #ifndef UISF_HIDEACCEL
57 #define UISF_HIDEACCEL 2
58 #endif
59
60 #ifndef OFN_EXPLORER
61 #define OFN_EXPLORER 0x00080000
62 #endif
63
64 #ifndef OFN_ENABLESIZING
65 #define OFN_ENABLESIZING 0x00800000
66 #endif
67
68 // Needed by window.cpp
69 #if wxUSE_MOUSEWHEEL
70 #ifndef WM_MOUSEWHEEL
71 #define WM_MOUSEWHEEL 0x020A
72 #endif
73 #ifndef WHEEL_DELTA
74 #define WHEEL_DELTA 120
75 #endif
76 #ifndef SPI_GETWHEELSCROLLLINES
77 #define SPI_GETWHEELSCROLLLINES 104
78 #endif
79 #endif // wxUSE_MOUSEWHEEL
80
81 // Needed by window.cpp
82 #ifndef VK_OEM_1
83 #define VK_OEM_1 0xBA
84 #define VK_OEM_2 0xBF
85 #define VK_OEM_3 0xC0
86 #define VK_OEM_4 0xDB
87 #define VK_OEM_5 0xDC
88 #define VK_OEM_6 0xDD
89 #define VK_OEM_7 0xDE
90 #endif
91
92 #ifndef VK_OEM_COMMA
93 #define VK_OEM_PLUS 0xBB
94 #define VK_OEM_COMMA 0xBC
95 #define VK_OEM_MINUS 0xBD
96 #define VK_OEM_PERIOD 0xBE
97 #endif
98
99 #ifndef SM_TABLETPC
100 #define SM_TABLETPC 86
101 #endif
102
103 #ifndef INKEDIT_CLASS
104 # define INKEDIT_CLASSW L"INKEDIT"
105 # ifdef UNICODE
106 # define INKEDIT_CLASS INKEDIT_CLASSW
107 # else
108 # define INKEDIT_CLASS "INKEDIT"
109 # endif
110 #endif
111
112 #ifndef EM_SETINKINSERTMODE
113 # define EM_SETINKINSERTMODE (WM_USER + 0x0204)
114 #endif
115
116 #ifndef EM_SETUSEMOUSEFORINPUT
117 #define EM_SETUSEMOUSEFORINPUT (WM_USER + 0x224)
118 #endif
119
120 // ----------------------------------------------------------------------------
121 // ListView common control
122 // Needed by listctrl.cpp
123 // ----------------------------------------------------------------------------
124
125 #ifndef LVS_EX_FULLROWSELECT
126 #define LVS_EX_FULLROWSELECT 0x00000020
127 #endif
128
129 #ifndef LVS_EX_LABELTIP
130 #define LVS_EX_LABELTIP 0x00004000
131 #endif
132
133 #ifndef LVS_EX_SUBITEMIMAGES
134 #define LVS_EX_SUBITEMIMAGES 0x00000002
135 #endif
136
137 #ifndef HDN_GETDISPINFOW
138 #define HDN_GETDISPINFOW (HDN_FIRST-29)
139 #endif
140
141 /*
142 * In addition to the above, the following are required for several compilers.
143 */
144
145 #if !defined(CCS_VERT)
146 #define CCS_VERT 0x00000080L
147 #endif
148
149 #if !defined(TB_SETDISABLEDIMAGELIST)
150 #define TB_SETDISABLEDIMAGELIST (WM_USER + 54)
151 #endif // !defined(TB_SETDISABLEDIMAGELIST)
152
153 #ifndef CFM_BACKCOLOR
154 #define CFM_BACKCOLOR 0x04000000
155 #endif
156
157 #ifndef HANGUL_CHARSET
158 #define HANGUL_CHARSET 129
159 #endif
160
161 #ifndef CCM_SETUNICODEFORMAT
162 #define CCM_SETUNICODEFORMAT 8197
163 #endif
164
165 // ----------------------------------------------------------------------------
166 // Tree control
167 // ----------------------------------------------------------------------------
168
169 #ifndef TV_FIRST
170 #define TV_FIRST 0x1100
171 #endif
172
173 #ifndef TVS_FULLROWSELECT
174 #define TVS_FULLROWSELECT 0x1000
175 #endif
176
177 #ifndef TVM_SETBKCOLOR
178 #define TVM_SETBKCOLOR (TV_FIRST + 29)
179 #define TVM_SETTEXTCOLOR (TV_FIRST + 30)
180 #endif
181
182 /*
183 * The following are required for BC++ 5.5 (none at present.)
184 */
185
186 /*
187 * The following are specifically required for Digital Mars C++
188 */
189
190 #ifdef __DMC__
191
192 typedef struct _OSVERSIONINFOEX {
193 DWORD dwOSVersionInfoSize;
194 DWORD dwMajorVersion;
195 DWORD dwMinorVersion;
196 DWORD dwBuildNumber;
197 DWORD dwPlatformId;
198 TCHAR szCSDVersion[ 128 ];
199 WORD wServicePackMajor;
200 WORD wServicePackMinor;
201 WORD wSuiteMask;
202 BYTE wProductType;
203 BYTE wReserved;
204 } OSVERSIONINFOEX;
205
206 #ifndef _TrackMouseEvent
207 #define _TrackMouseEvent TrackMouseEvent
208 #endif
209
210 #ifndef LVM_SETEXTENDEDLISTVIEWSTYLE
211 #define LVM_SETEXTENDEDLISTVIEWSTYLE (0x1000 + 54)
212 #endif
213
214 #ifndef LVCF_IMAGE
215 #define LVCF_IMAGE 0x0010
216 #endif
217
218 #ifndef Header_GetItemRect
219 #define Header_GetItemRect(w,i,r) \
220 (BOOL)SendMessage((w),HDM_GETITEMRECT,(WPARAM)(i),(LPARAM)(r))
221 #endif
222
223 #ifndef HDM_GETITEMRECT
224 #define HDM_GETITEMRECT (HDM_FIRST+7)
225 #endif
226
227 #ifndef ListView_GetHeader
228 #define ListView_GetHeader(w) (HWND)SendMessage((w),LVM_GETHEADER,0,0)
229 #endif
230
231 #ifndef LVM_GETHEADER
232 #define LVM_GETHEADER (LVM_FIRST+31)
233 #endif
234
235 #ifndef LVSICF_NOSCROLL
236 #define LVSICF_NOINVALIDATEALL 0x0001
237 #define LVSICF_NOSCROLL 0x0002
238 #endif
239
240 #ifndef CP_SYMBOL
241 #define CP_SYMBOL 42
242 #endif
243
244 // ----------------------------------------------------------------------------
245 // Tree control
246 // ----------------------------------------------------------------------------
247
248 #ifndef TVIS_FOCUSED
249 #define TVIS_FOCUSED 0x0001
250 #endif
251
252 #ifndef TVS_CHECKBOXES
253 #define TVS_CHECKBOXES 0x0100
254 #endif
255
256 #ifndef TVITEM
257 #define TVITEM TV_ITEM
258 #endif
259
260 #endif
261 // DMC++
262
263 /*
264 * The following are specifically required for OpenWatcom C++ (none at present)
265 */
266
267 #if defined(__WATCOMC__)
268 #endif
269
270 /*
271 * The following are specifically required for MinGW (none at present)
272 */
273
274 #if defined (__MINGW32__)
275 #endif
276
277 /*
278 * In addition to the declarations for VC++, the following are required for WinCE
279 */
280
281 #ifdef __WXWINCE__
282 #include "wx/msw/wince/missing.h"
283 #endif
284
285 #endif
286 // _WX_MISSING_H_