]> git.saurik.com Git - wxWidgets.git/blame - src/msw/window.cpp
revert unintended changes in previous commit
[wxWidgets.git] / src / msw / window.cpp
CommitLineData
2bda0e17 1/////////////////////////////////////////////////////////////////////////////
faa49bfd
WS
2// Name: src/msw/window.cpp
3// Purpose: wxWindowMSW
2bda0e17 4// Author: Julian Smart
a23fd0e1 5// Modified by: VZ on 13.05.99: no more Default(), MSWOnXXX() reorganisation
2bda0e17
KB
6// Created: 04/01/98
7// RCS-ID: $Id$
6c9a19aa 8// Copyright: (c) Julian Smart
65571936 9// Licence: wxWindows licence
2bda0e17
KB
10/////////////////////////////////////////////////////////////////////////////
11
a23fd0e1
VZ
12// ===========================================================================
13// declarations
14// ===========================================================================
15
16// ---------------------------------------------------------------------------
17// headers
18// ---------------------------------------------------------------------------
19
2bda0e17
KB
20// For compilers that support precompilation, includes "wx.h".
21#include "wx/wxprec.h"
22
23#ifdef __BORLANDC__
09914df7 24 #pragma hdrstop
2bda0e17
KB
25#endif
26
e4db172a
WS
27#include "wx/window.h"
28
2bda0e17 29#ifndef WX_PRECOMP
9ed0d735 30 #include "wx/msw/wrapwin.h"
0c589ad0 31 #include "wx/accel.h"
3a19e16d
VZ
32 #include "wx/menu.h"
33 #include "wx/dc.h"
34 #include "wx/dcclient.h"
8e92ccef 35 #include "wx/dcmemory.h"
3a19e16d
VZ
36 #include "wx/utils.h"
37 #include "wx/app.h"
3a19e16d
VZ
38 #include "wx/layout.h"
39 #include "wx/dialog.h"
40 #include "wx/frame.h"
41 #include "wx/listbox.h"
42 #include "wx/button.h"
3a19e16d 43 #include "wx/msgdlg.h"
1f3943e0 44 #include "wx/settings.h"
8d753488 45 #include "wx/statbox.h"
1e2aa2f8 46 #include "wx/sizer.h"
88a7a4e1 47 #include "wx/intl.h"
e4db172a 48 #include "wx/log.h"
fec9cc08 49 #include "wx/textctrl.h"
2bda0e17
KB
50#endif
51
61fef19b 52#if wxUSE_OWNER_DRAWN && !defined(__WXUNIVERSAL__)
09914df7 53 #include "wx/ownerdrw.h"
2bda0e17
KB
54#endif
55
a3dc1da9 56#include "wx/evtloop.h"
d79df32c 57#include "wx/module.h"
355debca 58#include "wx/power.h"
c6430ed0 59#include "wx/sysopt.h"
d79df32c 60
9e2896e5
VZ
61#if wxUSE_DRAG_AND_DROP
62 #include "wx/dnd.h"
2bda0e17
KB
63#endif
64
ed5317e5
JS
65#if wxUSE_ACCESSIBILITY
66 #include "wx/access.h"
bef8d481 67 #include <ole2.h>
ed5317e5
JS
68 #include <oleacc.h>
69 #ifndef WM_GETOBJECT
70 #define WM_GETOBJECT 0x003D
71 #endif
72 #ifndef OBJID_CLIENT
73 #define OBJID_CLIENT 0xFFFFFFFC
74 #endif
75#endif
76
2bda0e17 77#include "wx/menuitem.h"
750b78ba 78
0c589ad0
BM
79#include "wx/msw/private.h"
80
750b78ba 81#if wxUSE_TOOLTIPS
42e69d6b 82 #include "wx/tooltip.h"
750b78ba
JS
83#endif
84
789295bf
VZ
85#if wxUSE_CARET
86 #include "wx/caret.h"
87#endif // wxUSE_CARET
88
6fe19057
VZ
89#if wxUSE_SPINCTRL
90 #include "wx/spinctrl.h"
91#endif // wxUSE_SPINCTRL
92
d9317fd4 93#include "wx/notebook.h"
5c6c3176 94#include "wx/listctrl.h"
2a47d3c1 95
2bda0e17
KB
96#include <string.h>
97
d61c1a6f 98#if (!defined(__GNUWIN32_OLD__) && !defined(__WXMICROWIN__) /* && !defined(__WXWINCE__) */ ) || defined(__CYGWIN10__)
3a19e16d
VZ
99 #include <shellapi.h>
100 #include <mmsystem.h>
2bda0e17
KB
101#endif
102
103#ifdef __WIN32__
3a19e16d 104 #include <windowsx.h>
2bda0e17
KB
105#endif
106
2bd6022f
WS
107// include <commctrl.h> "properly"
108#include "wx/msw/wrapcctl.h"
dbc74bcc
WS
109
110#ifndef __WXWINCE__
111 #include <pbt.h>
112#endif
2bda0e17 113
13c4e406 114#include "wx/msw/missing.h"
aedcc0dc 115
7f0586ef 116#if defined(__WXWINCE__)
4e5c6c33 117 #include "wx/msw/wince/missing.h"
7d4f65e3
JS
118#ifdef __POCKETPC__
119 #include <windows.h>
120 #include <shellapi.h>
121 #include <ole2.h>
122 #include <aygshell.h>
123#endif
7f0586ef
JS
124#endif
125
4e5c6c33
VZ
126#if defined(TME_LEAVE) && defined(WM_MOUSELEAVE)
127 #define HAVE_TRACKMOUSEEVENT
128#endif // everything needed for TrackMouseEvent()
129
7d86a2d4
VZ
130// if this is set to 1, we use deferred window sizing to reduce flicker when
131// resizing complicated window hierarchies, but this can in theory result in
132// different behaviour than the old code so we keep the possibility to use it
133// by setting this to 0 (in the future this should be removed completely)
f2197644
JS
134#ifdef __WXWINCE__
135#define USE_DEFERRED_SIZING 0
136#else
8e44f3ca 137#define USE_DEFERRED_SIZING 1
f2197644 138#endif
8e44f3ca 139
c358ea41
VZ
140// set this to 1 to filter out duplicate mouse events, e.g. mouse move events
141// when mouse position didnd't change
142#ifdef __WXWINCE__
143 #define wxUSE_MOUSEEVENT_HACK 0
144#else
145 #define wxUSE_MOUSEEVENT_HACK 1
146#endif
147
a23fd0e1 148// ---------------------------------------------------------------------------
42e69d6b 149// global variables
a23fd0e1 150// ---------------------------------------------------------------------------
47cbd6da 151
1e6feb95 152#if wxUSE_MENUS_NATIVE
2bda0e17 153wxMenu *wxCurrentPopupMenu = NULL;
1e6feb95
VZ
154#endif // wxUSE_MENUS_NATIVE
155
46fa338b
RR
156#ifdef __WXWINCE__
157extern wxChar *wxCanvasClassName;
158#else
2ffa221c 159extern const wxChar *wxCanvasClassName;
46fa338b 160#endif
42e69d6b 161
90c1530a
VZ
162// true if we had already created the std colour map, used by
163// wxGetStdColourMap() and wxWindow::OnSysColourChanged() (FIXME-MT)
08158721 164static bool gs_hasStdCmap = false;
90c1530a 165
c358ea41
VZ
166// last mouse event information we need to filter out the duplicates
167#if wxUSE_MOUSEEVENT_HACK
2b053ae9 168static struct MouseEventInfoDummy
c358ea41
VZ
169{
170 // mouse position (in screen coordinates)
171 wxPoint pos;
172
173 // last mouse event type
174 wxEventType type;
175} gs_lastMouseEvent;
176#endif // wxUSE_MOUSEEVENT_HACK
177
42e69d6b
VZ
178// ---------------------------------------------------------------------------
179// private functions
180// ---------------------------------------------------------------------------
181
182// the window proc for all our windows
3135f4a7 183LRESULT WXDLLEXPORT APIENTRY _EXPORT wxWndProc(HWND hWnd, UINT message,
42e69d6b 184 WPARAM wParam, LPARAM lParam);
577baeef 185
42e69d6b
VZ
186
187#ifdef __WXDEBUG__
4a712ba3 188 const wxChar *wxGetMessageName(int message);
42e69d6b 189#endif //__WXDEBUG__
2bda0e17 190
1e6feb95 191void wxRemoveHandleAssociation(wxWindowMSW *win);
cc972ac6 192extern void wxAssociateWinWithHandle(HWND hWnd, wxWindowMSW *win);
2bda0e17
KB
193wxWindow *wxFindWinFromHandle(WXHWND hWnd);
194
f6bcfd97 195// get the text metrics for the current font
1e6feb95
VZ
196static TEXTMETRIC wxGetTextMetrics(const wxWindowMSW *win);
197
42b1fb63 198#ifdef __WXWINCE__
dfafa702 199// find the window for the mouse event at the specified position
42b1fb63
VZ
200static wxWindowMSW *FindWindowForMouseEvent(wxWindowMSW *win, int *x, int *y);
201#endif // __WXWINCE__
dfafa702 202
c48926e1 203// wrapper around BringWindowToTop() API
44d5b352 204static inline void wxBringWindowToTop(HWND hwnd)
c48926e1
VZ
205{
206#ifdef __WXMICROWIN__
207 // It seems that MicroWindows brings the _parent_ of the window to the top,
208 // which can be the wrong one.
209
210 // activate (set focus to) specified window
211 ::SetFocus(hwnd);
313901f3 212#endif
c48926e1
VZ
213
214 // raise top level parent to top of z order
313901f3 215 if (!::SetWindowPos(hwnd, HWND_TOP, 0, 0, 0, 0, SWP_NOMOVE | SWP_NOSIZE))
c48926e1 216 {
313901f3 217 wxLogLastError(_T("SetWindowPos"));
c48926e1 218 }
c48926e1 219}
f6bcfd97 220
e0c5c96f
VZ
221#ifndef __WXWINCE__
222
ee471817
VZ
223// ensure that all our parent windows have WS_EX_CONTROLPARENT style
224static void EnsureParentHasControlParentStyle(wxWindow *parent)
225{
226 /*
227 If we have WS_EX_CONTROLPARENT flag we absolutely *must* set it for our
228 parent as well as otherwise several Win32 functions using
229 GetNextDlgTabItem() to iterate over all controls such as
230 IsDialogMessage() or DefDlgProc() would enter an infinite loop: indeed,
231 all of them iterate over all the controls starting from the currently
232 focused one and stop iterating when they get back to the focus but
233 unless all parents have WS_EX_CONTROLPARENT bit set, they would never
234 get back to the initial (focused) window: as we do have this style,
235 GetNextDlgTabItem() will leave this window and continue in its parent,
236 but if the parent doesn't have it, it wouldn't recurse inside it later
90e572f1 237 on and so wouldn't have a chance of getting back to this window either.
ee471817 238 */
ee471817
VZ
239 while ( parent && !parent->IsTopLevel() )
240 {
241 LONG exStyle = ::GetWindowLong(GetHwndOf(parent), GWL_EXSTYLE);
242 if ( !(exStyle & WS_EX_CONTROLPARENT) )
243 {
244 // force the parent to have this style
245 ::SetWindowLong(GetHwndOf(parent), GWL_EXSTYLE,
246 exStyle | WS_EX_CONTROLPARENT);
247 }
248
249 parent = parent->GetParent();
250 }
ee471817
VZ
251}
252
e0c5c96f
VZ
253#endif // !__WXWINCE__
254
f2325516
JS
255#ifdef __WXWINCE__
256// On Windows CE, GetCursorPos can return an error, so use this function
257// instead
258bool GetCursorPosWinCE(POINT* pt)
259{
7d30268c
JS
260 if (!GetCursorPos(pt))
261 {
262 DWORD pos = GetMessagePos();
263 pt->x = LOWORD(pos);
264 pt->y = HIWORD(pos);
265 }
f2325516
JS
266 return true;
267}
268#endif
269
a23fd0e1
VZ
270// ---------------------------------------------------------------------------
271// event tables
272// ---------------------------------------------------------------------------
273
1e6feb95
VZ
274// in wxUniv/MSW this class is abstract because it doesn't have DoPopupMenu()
275// method
276#ifdef __WXUNIVERSAL__
277 IMPLEMENT_ABSTRACT_CLASS(wxWindowMSW, wxWindowBase)
278#else // __WXMSW__
51596bcb 279#if wxUSE_EXTENDED_RTTI
6a89f9ee 280
f3291a82
SC
281// windows that are created from a parent window during its Create method, eg. spin controls in a calendar controls
282// must never been streamed out separately otherwise chaos occurs. Right now easiest is to test for negative ids, as
283// windows with negative ids never can be recreated anyway
284
285bool wxWindowStreamingCallback( const wxObject *object, wxWriter * , wxPersister * , wxxVariantArray & )
286{
287 const wxWindow * win = dynamic_cast<const wxWindow*>(object) ;
288 if ( win && win->GetId() < 0 )
289 return false ;
290 return true ;
291}
292
293IMPLEMENT_DYNAMIC_CLASS_XTI_CALLBACK(wxWindow, wxWindowBase,"wx/window.h", wxWindowStreamingCallback)
51596bcb 294
6a89f9ee
SC
295// make wxWindowList known before the property is used
296
321239b6 297wxCOLLECTION_TYPE_INFO( wxWindow* , wxWindowList ) ;
6a89f9ee
SC
298
299template<> void wxCollectionToVariantArray( wxWindowList const &theList, wxxVariantArray &value)
300{
0c6b0084 301 wxListCollectionToVariantArray<wxWindowList::compatibility_iterator>( theList , value ) ;
6a89f9ee
SC
302}
303
bc9fb572
JS
304WX_DEFINE_FLAGS( wxWindowStyle )
305
321239b6 306wxBEGIN_FLAGS( wxWindowStyle )
bc9fb572
JS
307 // new style border flags, we put them first to
308 // use them for streaming out
5c6c3176 309
321239b6
SC
310 wxFLAGS_MEMBER(wxBORDER_SIMPLE)
311 wxFLAGS_MEMBER(wxBORDER_SUNKEN)
312 wxFLAGS_MEMBER(wxBORDER_DOUBLE)
313 wxFLAGS_MEMBER(wxBORDER_RAISED)
314 wxFLAGS_MEMBER(wxBORDER_STATIC)
315 wxFLAGS_MEMBER(wxBORDER_NONE)
35bbb0c6 316
bc9fb572 317 // old style border flags
321239b6
SC
318 wxFLAGS_MEMBER(wxSIMPLE_BORDER)
319 wxFLAGS_MEMBER(wxSUNKEN_BORDER)
320 wxFLAGS_MEMBER(wxDOUBLE_BORDER)
321 wxFLAGS_MEMBER(wxRAISED_BORDER)
322 wxFLAGS_MEMBER(wxSTATIC_BORDER)
cb0afb26 323 wxFLAGS_MEMBER(wxBORDER)
bc9fb572
JS
324
325 // standard window styles
321239b6
SC
326 wxFLAGS_MEMBER(wxTAB_TRAVERSAL)
327 wxFLAGS_MEMBER(wxCLIP_CHILDREN)
328 wxFLAGS_MEMBER(wxTRANSPARENT_WINDOW)
329 wxFLAGS_MEMBER(wxWANTS_CHARS)
cb0afb26 330 wxFLAGS_MEMBER(wxFULL_REPAINT_ON_RESIZE)
321239b6
SC
331 wxFLAGS_MEMBER(wxALWAYS_SHOW_SB )
332 wxFLAGS_MEMBER(wxVSCROLL)
333 wxFLAGS_MEMBER(wxHSCROLL)
334
335wxEND_FLAGS( wxWindowStyle )
336
337wxBEGIN_PROPERTIES_TABLE(wxWindow)
3a3c8603
DS
338 wxEVENT_PROPERTY( Close , wxEVT_CLOSE_WINDOW , wxCloseEvent)
339 wxEVENT_PROPERTY( Create , wxEVT_CREATE , wxWindowCreateEvent )
340 wxEVENT_PROPERTY( Destroy , wxEVT_DESTROY , wxWindowDestroyEvent )
51741307
SC
341 // Always constructor Properties first
342
af498247 343 wxREADONLY_PROPERTY( Parent,wxWindow*, GetParent, EMPTY_MACROVALUE , 0 /*flags*/ , wxT("Helpstring") , wxT("group"))
fb7e28db 344 wxPROPERTY( Id,wxWindowID, SetId, GetId, -1 /*wxID_ANY*/ , 0 /*flags*/ , wxT("Helpstring") , wxT("group") )
abb74e0f
WS
345 wxPROPERTY( Position,wxPoint, SetPosition , GetPosition, wxDefaultPosition , 0 /*flags*/ , wxT("Helpstring") , wxT("group")) // pos
346 wxPROPERTY( Size,wxSize, SetSize, GetSize, wxDefaultSize , 0 /*flags*/ , wxT("Helpstring") , wxT("group")) // size
af498247 347 wxPROPERTY( WindowStyle , long , SetWindowStyleFlag , GetWindowStyleFlag , EMPTY_MACROVALUE , 0 /*flags*/ , wxT("Helpstring") , wxT("group")) // style
51741307
SC
348
349 // Then all relations of the object graph
350
321239b6 351 wxREADONLY_PROPERTY_COLLECTION( Children , wxWindowList , wxWindowBase* , GetWindowChildren , wxPROP_OBJECT_GRAPH /*flags*/ , wxT("Helpstring") , wxT("group"))
51741307
SC
352
353 // and finally all other properties
354
3a3c8603
DS
355 wxPROPERTY( ExtraStyle , long , SetExtraStyle , GetExtraStyle , EMPTY_MACROVALUE , 0 /*flags*/ , wxT("Helpstring") , wxT("group")) // extstyle
356 wxPROPERTY( BackgroundColour , wxColour , SetBackgroundColour , GetBackgroundColour , EMPTY_MACROVALUE , 0 /*flags*/ , wxT("Helpstring") , wxT("group")) // bg
357 wxPROPERTY( ForegroundColour , wxColour , SetForegroundColour , GetForegroundColour , EMPTY_MACROVALUE , 0 /*flags*/ , wxT("Helpstring") , wxT("group")) // fg
358 wxPROPERTY( Enabled , bool , Enable , IsEnabled , wxxVariant((bool)true) , 0 /*flags*/ , wxT("Helpstring") , wxT("group"))
359 wxPROPERTY( Shown , bool , Show , IsShown , wxxVariant((bool)true) , 0 /*flags*/ , wxT("Helpstring") , wxT("group"))
51741307
SC
360#if 0
361 // possible property candidates (not in xrc) or not valid in all subclasses
8b5d5223 362 wxPROPERTY( Title,wxString, SetTitle, GetTitle, wxEmptyString )
3a3c8603 363 wxPROPERTY( Font , wxFont , SetFont , GetWindowFont , )
8b5d5223 364 wxPROPERTY( Label,wxString, SetLabel, GetLabel, wxEmptyString )
3a3c8603
DS
365 // MaxHeight, Width , MinHeight , Width
366 // TODO switch label to control and title to toplevels
6a89f9ee 367
3a3c8603
DS
368 wxPROPERTY( ThemeEnabled , bool , SetThemeEnabled , GetThemeEnabled , )
369 //wxPROPERTY( Cursor , wxCursor , SetCursor , GetCursor , )
370 // wxPROPERTY( ToolTip , wxString , SetToolTip , GetToolTipText , )
371 wxPROPERTY( AutoLayout , bool , SetAutoLayout , GetAutoLayout , )
6a89f9ee
SC
372
373
374
51741307 375#endif
321239b6 376wxEND_PROPERTIES_TABLE()
51596bcb 377
321239b6
SC
378wxBEGIN_HANDLERS_TABLE(wxWindow)
379wxEND_HANDLERS_TABLE()
51596bcb 380
321239b6 381wxCONSTRUCTOR_DUMMY(wxWindow)
6a89f9ee 382
51596bcb 383#else
1e6feb95 384 IMPLEMENT_DYNAMIC_CLASS(wxWindow, wxWindowBase)
51596bcb 385#endif
1e6feb95
VZ
386#endif // __WXUNIVERSAL__/__WXMSW__
387
388BEGIN_EVENT_TABLE(wxWindowMSW, wxWindowBase)
1e6feb95 389 EVT_SYS_COLOUR_CHANGED(wxWindowMSW::OnSysColourChanged)
8681b094 390 EVT_ERASE_BACKGROUND(wxWindowMSW::OnEraseBackground)
79099b80 391#ifdef __WXWINCE__
1e6feb95 392 EVT_INIT_DIALOG(wxWindowMSW::OnInitDialog)
79099b80 393#endif
2bda0e17
KB
394END_EVENT_TABLE()
395
a23fd0e1
VZ
396// ===========================================================================
397// implementation
398// ===========================================================================
399
42e69d6b
VZ
400// ---------------------------------------------------------------------------
401// wxWindow utility functions
402// ---------------------------------------------------------------------------
403
2bda0e17 404// Find an item given the MS Windows id
1e6feb95 405wxWindow *wxWindowMSW::FindItem(long id) const
2bda0e17 406{
1e6feb95 407#if wxUSE_CONTROLS
f7637829 408 wxControl *item = wxDynamicCastThis(wxControl);
f048e32f
VZ
409 if ( item )
410 {
90e572f1 411 // is it us or one of our "internal" children?
1e6feb95
VZ
412 if ( item->GetId() == id
413#ifndef __WXUNIVERSAL__
414 || (item->GetSubcontrols().Index(id) != wxNOT_FOUND)
415#endif // __WXUNIVERSAL__
416 )
f048e32f
VZ
417 {
418 return item;
419 }
420 }
1e6feb95 421#endif // wxUSE_CONTROLS
f048e32f 422
222ed1d6 423 wxWindowList::compatibility_iterator current = GetChildren().GetFirst();
2d0a075d
JS
424 while (current)
425 {
42e69d6b 426 wxWindow *childWin = current->GetData();
2bda0e17 427
42e69d6b 428 wxWindow *wnd = childWin->FindItem(id);
cc2b7472 429 if ( wnd )
42e69d6b 430 return wnd;
2bda0e17 431
42e69d6b 432 current = current->GetNext();
2bda0e17 433 }
42e69d6b 434
2d0a075d 435 return NULL;
2bda0e17
KB
436}
437
438// Find an item given the MS Windows handle
1e6feb95 439wxWindow *wxWindowMSW::FindItemByHWND(WXHWND hWnd, bool controlOnly) const
2bda0e17 440{
222ed1d6 441 wxWindowList::compatibility_iterator current = GetChildren().GetFirst();
2d0a075d 442 while (current)
2bda0e17 443 {
42e69d6b
VZ
444 wxWindow *parent = current->GetData();
445
2d0a075d 446 // Do a recursive search.
42e69d6b 447 wxWindow *wnd = parent->FindItemByHWND(hWnd);
cc2b7472 448 if ( wnd )
42e69d6b 449 return wnd;
2d0a075d 450
1e6feb95
VZ
451 if ( !controlOnly
452#if wxUSE_CONTROLS
453 || parent->IsKindOf(CLASSINFO(wxControl))
454#endif // wxUSE_CONTROLS
455 )
2d0a075d 456 {
42e69d6b
VZ
457 wxWindow *item = current->GetData();
458 if ( item->GetHWND() == hWnd )
2d0a075d
JS
459 return item;
460 else
461 {
462 if ( item->ContainsHWND(hWnd) )
463 return item;
464 }
465 }
42e69d6b
VZ
466
467 current = current->GetNext();
2bda0e17 468 }
2d0a075d 469 return NULL;
2bda0e17
KB
470}
471
472// Default command handler
1e6feb95 473bool wxWindowMSW::MSWCommand(WXUINT WXUNUSED(param), WXWORD WXUNUSED(id))
2bda0e17 474{
08158721 475 return false;
2bda0e17
KB
476}
477
fd3f686c
VZ
478// ----------------------------------------------------------------------------
479// constructors and such
480// ----------------------------------------------------------------------------
481
1e6feb95 482void wxWindowMSW::Init()
2bda0e17 483{
cc2b7472 484 // MSW specific
08158721 485 m_isBeingDeleted = false;
5a403e3f 486 m_oldWndProc = NULL;
08158721
DS
487 m_mouseInWindow = false;
488 m_lastKeydownProcessed = false;
2bda0e17 489
d7cbabe0 490 m_childrenDisabled = NULL;
a1037371 491 m_frozenness = 0;
d7cbabe0 492
319fefa9 493 m_hWnd = 0;
220f77b0 494 m_hDWP = 0;
319fefa9 495
2d0a075d
JS
496 m_xThumbSize = 0;
497 m_yThumbSize = 0;
2bda0e17 498
67644c1d
RD
499 m_pendingPosition = wxDefaultPosition;
500 m_pendingSize = wxDefaultSize;
7d4f65e3
JS
501
502#ifdef __POCKETPC__
503 m_contextMenuEnabled = false;
504#endif
fd3f686c
VZ
505}
506
2bda0e17 507// Destructor
1e6feb95 508wxWindowMSW::~wxWindowMSW()
2bda0e17 509{
08158721 510 m_isBeingDeleted = true;
2bda0e17 511
2e9f62da 512#ifndef __WXUNIVERSAL__
4a41c655 513 // VS: make sure there's no wxFrame with last focus set to us:
2e9f62da 514 for ( wxWindow *win = GetParent(); win; win = win->GetParent() )
4a41c655 515 {
085ad686 516 wxTopLevelWindow *frame = wxDynamicCast(win, wxTopLevelWindow);
4a41c655
VS
517 if ( frame )
518 {
c5053639 519 if ( frame->GetLastFocus() == this )
2e9f62da 520 {
085ad686 521 frame->SetLastFocus(NULL);
2e9f62da 522 }
4552892f
VZ
523
524 // apparently sometimes we can end up with our grand parent
525 // pointing to us as well: this is surely a bug in focus handling
526 // code but it's not clear where it happens so for now just try to
527 // fix it here by not breaking out of the loop
528 //break;
4a41c655
VS
529 }
530 }
2e9f62da 531#endif // __WXUNIVERSAL__
2bda0e17 532
cc0c7cd8 533 // VS: destroy children first and _then_ detach *this from its parent.
90e572f1 534 // If we did it the other way around, children wouldn't be able
cc0c7cd8
VS
535 // find their parent frame (see above).
536 DestroyChildren();
537
cc2b7472 538 if ( m_hWnd )
42e69d6b 539 {
98440bc3
VZ
540 // VZ: test temp removed to understand what really happens here
541 //if (::IsWindow(GetHwnd()))
df61c009
JS
542 {
543 if ( !::DestroyWindow(GetHwnd()) )
f6bcfd97 544 wxLogLastError(wxT("DestroyWindow"));
df61c009 545 }
2bda0e17 546
c50f1fb9
VZ
547 // remove hWnd <-> wxWindow association
548 wxRemoveHandleAssociation(this);
549 }
d7cbabe0
VZ
550
551 delete m_childrenDisabled;
da78f3b1 552
2bda0e17
KB
553}
554
fd3f686c 555// real construction (Init() must have been called before!)
1e6feb95
VZ
556bool wxWindowMSW::Create(wxWindow *parent,
557 wxWindowID id,
558 const wxPoint& pos,
559 const wxSize& size,
560 long style,
561 const wxString& name)
2d0a075d 562{
08158721 563 wxCHECK_MSG( parent, false, wxT("can't create wxWindow without parent") );
2bda0e17 564
8d99be5f 565 if ( !CreateBase(parent, id, pos, size, style, wxDefaultValidator, name) )
08158721 566 return false;
42e69d6b 567
fd3f686c 568 parent->AddChild(this);
2bda0e17 569
b2d5a7ee 570 WXDWORD exstyle;
e49d97e6 571 DWORD msflags = MSWGetCreateWindowFlags(&exstyle);
1e6feb95
VZ
572
573#ifdef __WXUNIVERSAL__
d1fe917b 574 // no borders, we draw them ourselves
76c79ff4
VZ
575 exstyle &= ~(WS_EX_DLGMODALFRAME |
576 WS_EX_STATICEDGE |
577 WS_EX_CLIENTEDGE |
578 WS_EX_WINDOWEDGE);
d1fe917b 579 msflags &= ~WS_BORDER;
b2d5a7ee 580#endif // wxUniversal
1e6feb95 581
ff792344 582 if ( IsShown() )
e49d97e6
VZ
583 {
584 msflags |= WS_VISIBLE;
585 }
1e6feb95 586
45956e37
VZ
587 if ( !MSWCreate(wxCanvasClassName, NULL, pos, size, msflags, exstyle) )
588 return false;
589
590 InheritAttributes();
591
592 return true;
2bda0e17
KB
593}
594
42e69d6b
VZ
595// ---------------------------------------------------------------------------
596// basic operations
597// ---------------------------------------------------------------------------
598
1e6feb95 599void wxWindowMSW::SetFocus()
2bda0e17 600{
a23fd0e1 601 HWND hWnd = GetHwnd();
1e6feb95
VZ
602 wxCHECK_RET( hWnd, _T("can't set focus to invalid window") );
603
7f0586ef 604#if !defined(__WXMICROWIN__) && !defined(__WXWINCE__)
1e6feb95 605 ::SetLastError(0);
8cb172b4 606#endif
d0a3d109 607
1e6feb95
VZ
608 if ( !::SetFocus(hWnd) )
609 {
5262eb0a 610#if defined(__WXDEBUG__) && !defined(__WXMICROWIN__)
1e6feb95
VZ
611 // was there really an error?
612 DWORD dwRes = ::GetLastError();
613 if ( dwRes )
614 {
5262eb0a
VZ
615 HWND hwndFocus = ::GetFocus();
616 if ( hwndFocus != hWnd )
617 {
618 wxLogApiError(_T("SetFocus"), dwRes);
619 }
1e6feb95 620 }
5262eb0a 621#endif // Debug
1e6feb95 622 }
2bda0e17
KB
623}
624
ddf9d04f
VZ
625void wxWindowMSW::SetFocusFromKbd()
626{
ddf9d04f
VZ
627 // when the focus is given to the control with DLGC_HASSETSEL style from
628 // keyboard its contents should be entirely selected: this is what
629 // ::IsDialogMessage() does and so we should do it as well to provide the
630 // same LNF as the native programs
631 if ( ::SendMessage(GetHwnd(), WM_GETDLGCODE, 0, 0) & DLGC_HASSETSEL )
632 {
633 ::SendMessage(GetHwnd(), EM_SETSEL, 0, -1);
634 }
1b1ca07a
VZ
635
636 // do this after (maybe) setting the selection as like this when
637 // wxEVT_SET_FOCUS handler is called, the selection would have been already
638 // set correctly -- this may be important
639 wxWindowBase::SetFocusFromKbd();
ddf9d04f
VZ
640}
641
42e69d6b 642// Get the window with the focus
0fe02759 643wxWindow *wxWindowBase::DoFindFocus()
42e69d6b
VZ
644{
645 HWND hWnd = ::GetFocus();
646 if ( hWnd )
647 {
a2242341 648 return wxGetWindowFromHWND((WXHWND)hWnd);
42e69d6b
VZ
649 }
650
651 return NULL;
652}
653
1e6feb95 654bool wxWindowMSW::Enable(bool enable)
2bda0e17 655{
cc2b7472 656 if ( !wxWindowBase::Enable(enable) )
08158721 657 return false;
cc2b7472 658
a23fd0e1 659 HWND hWnd = GetHwnd();
cc2b7472 660 if ( hWnd )
2d0a075d 661 ::EnableWindow(hWnd, (BOOL)enable);
cc2b7472 662
83a16cfa
VZ
663 // the logic below doesn't apply to the top level windows -- otherwise
664 // showing a modal dialog would result in total greying out (and ungreying
665 // out later) of everything which would be really ugly
666 if ( IsTopLevel() )
08158721 667 return true;
83a16cfa 668
d7cbabe0
VZ
669 // when the parent is disabled, all of its children should be disabled as
670 // well but when it is enabled back, only those of the children which
671 // hadn't been already disabled in the beginning should be enabled again,
672 // so we have to keep the list of those children
222ed1d6 673 for ( wxWindowList::compatibility_iterator node = GetChildren().GetFirst();
fa3d9b4e
VZ
674 node;
675 node = node->GetNext() )
87a1e308
VZ
676 {
677 wxWindow *child = node->GetData();
fa3d9b4e
VZ
678 if ( child->IsTopLevel() )
679 {
680 // the logic below doesn't apply to top level children
681 continue;
682 }
d7cbabe0
VZ
683
684 if ( enable )
685 {
90e572f1 686 // re-enable the child unless it had been disabled before us
d7cbabe0
VZ
687 if ( !m_childrenDisabled || !m_childrenDisabled->Find(child) )
688 child->Enable();
689 }
690 else // we're being disabled
691 {
692 if ( child->IsEnabled() )
693 {
694 // disable it as children shouldn't stay enabled while the
695 // parent is not
696 child->Disable();
697 }
698 else // child already disabled, remember it
699 {
700 // have we created the list of disabled children already?
701 if ( !m_childrenDisabled )
702 m_childrenDisabled = new wxWindowList;
703
704 m_childrenDisabled->Append(child);
705 }
706 }
87a1e308 707 }
d7cbabe0
VZ
708
709 if ( enable && m_childrenDisabled )
710 {
711 // we don't need this list any more, don't keep unused memory
712 delete m_childrenDisabled;
713 m_childrenDisabled = NULL;
714 }
87a1e308 715
08158721 716 return true;
2bda0e17
KB
717}
718
1e6feb95 719bool wxWindowMSW::Show(bool show)
42e69d6b
VZ
720{
721 if ( !wxWindowBase::Show(show) )
08158721 722 return false;
42e69d6b
VZ
723
724 HWND hWnd = GetHwnd();
42e69d6b 725
a068160f
VZ
726 // we could be called before the underlying window is created (this is
727 // actually useful to prevent it from being initially shown), e.g.
728 //
729 // wxFoo *foo = new wxFoo;
730 // foo->Hide();
731 // foo->Create(parent, ...);
732 //
733 // should work without errors
734 if ( hWnd )
42e69d6b 735 {
a068160f 736 ::ShowWindow(hWnd, show ? SW_SHOW : SW_HIDE);
42e69d6b
VZ
737 }
738
08158721 739 return true;
42e69d6b
VZ
740}
741
742// Raise the window to the top of the Z order
1e6feb95 743void wxWindowMSW::Raise()
42e69d6b 744{
c48926e1 745 wxBringWindowToTop(GetHwnd());
42e69d6b
VZ
746}
747
748// Lower the window to the bottom of the Z order
1e6feb95 749void wxWindowMSW::Lower()
42e69d6b
VZ
750{
751 ::SetWindowPos(GetHwnd(), HWND_BOTTOM, 0, 0, 0, 0,
752 SWP_NOMOVE | SWP_NOSIZE | SWP_NOACTIVATE);
753}
754
94633ad9 755void wxWindowMSW::DoCaptureMouse()
2bda0e17 756{
a23fd0e1 757 HWND hWnd = GetHwnd();
1e6feb95 758 if ( hWnd )
2d0a075d 759 {
1e6feb95 760 ::SetCapture(hWnd);
2d0a075d 761 }
2bda0e17
KB
762}
763
94633ad9 764void wxWindowMSW::DoReleaseMouse()
2bda0e17 765{
1e6feb95 766 if ( !::ReleaseCapture() )
2d0a075d 767 {
1e6feb95 768 wxLogLastError(_T("ReleaseCapture"));
2d0a075d 769 }
2bda0e17
KB
770}
771
1e6feb95
VZ
772/* static */ wxWindow *wxWindowBase::GetCapture()
773{
774 HWND hwnd = ::GetCapture();
775 return hwnd ? wxFindWinFromHandle((WXHWND)hwnd) : (wxWindow *)NULL;
776}
777
778bool wxWindowMSW::SetFont(const wxFont& font)
2bda0e17 779{
42e69d6b
VZ
780 if ( !wxWindowBase::SetFont(font) )
781 {
782 // nothing to do
08158721 783 return false;
2d0a075d 784 }
195896c7 785
42e69d6b
VZ
786 HWND hWnd = GetHwnd();
787 if ( hWnd != 0 )
788 {
789 WXHANDLE hFont = m_font.GetResourceHandle();
2bda0e17 790
223d09f6 791 wxASSERT_MSG( hFont, wxT("should have valid font") );
3a19e16d 792
c50f1fb9 793 ::SendMessage(hWnd, WM_SETFONT, (WPARAM)hFont, MAKELPARAM(TRUE, 0));
42e69d6b 794 }
2bda0e17 795
08158721 796 return true;
42e69d6b 797}
1e6feb95 798bool wxWindowMSW::SetCursor(const wxCursor& cursor)
2bda0e17 799{
42e69d6b
VZ
800 if ( !wxWindowBase::SetCursor(cursor) )
801 {
802 // no change
08158721 803 return false;
42e69d6b
VZ
804 }
805
8e75dca8
VZ
806 // don't "overwrite" busy cursor
807 if ( m_cursor.Ok() && !wxIsBusy() )
8a9c2246 808 {
8e75dca8 809 ::SetCursor(GetHcursorOf(m_cursor));
8a9c2246 810 }
3a19e16d 811
08158721 812 return true;
3a19e16d
VZ
813}
814
d7e0024b 815void wxWindowMSW::WarpPointer(int x, int y)
2bda0e17 816{
1e6feb95 817 ClientToScreen(&x, &y);
42e69d6b 818
1e6feb95
VZ
819 if ( !::SetCursorPos(x, y) )
820 {
821 wxLogLastError(_T("SetCursorPos"));
822 }
2bda0e17
KB
823}
824
1ca78aa1 825void wxWindowMSW::MSWUpdateUIState(int action, int state)
d7e0024b 826{
1ca78aa1 827 // WM_CHANGEUISTATE only appeared in Windows 2000 so it can do us no good
d7e0024b
VZ
828 // to use it on older systems -- and could possibly do some harm
829 static int s_needToUpdate = -1;
830 if ( s_needToUpdate == -1 )
831 {
832 int verMaj, verMin;
833 s_needToUpdate = wxGetOsVersion(&verMaj, &verMin) == wxWINDOWS_NT &&
834 verMaj >= 5;
835 }
836
837 if ( s_needToUpdate )
838 {
1ca78aa1
JS
839 // we send WM_CHANGEUISTATE so if nothing needs changing then the system
840 // won't send WM_UPDATEUISTATE
841 ::SendMessage(GetHwnd(), WM_CHANGEUISTATE, MAKEWPARAM(action, state), 0);
d7e0024b
VZ
842 }
843}
844
42e69d6b
VZ
845// ---------------------------------------------------------------------------
846// scrolling stuff
847// ---------------------------------------------------------------------------
2d0a075d 848
9cd6d737
VZ
849inline int GetScrollPosition(HWND hWnd, int wOrient)
850{
851#ifdef __WXMICROWIN__
852 return ::GetScrollPosWX(hWnd, wOrient);
853#else
f676b387 854 WinStruct<SCROLLINFO> scrollInfo;
4676948b 855 scrollInfo.cbSize = sizeof(SCROLLINFO);
7f0586ef 856 scrollInfo.fMask = SIF_POS;
e795e8b5 857 ::GetScrollInfo(hWnd, wOrient, &scrollInfo );
a71d815b 858
7f0586ef 859 return scrollInfo.nPos;
e795e8b5 860
9cd6d737
VZ
861#endif
862}
863
1e6feb95 864int wxWindowMSW::GetScrollPos(int orient) const
2bda0e17 865{
42e69d6b 866 HWND hWnd = GetHwnd();
9cd6d737
VZ
867 wxCHECK_MSG( hWnd, 0, _T("no HWND in GetScrollPos") );
868
0cf5de11 869 return GetScrollPosition(hWnd, orient == wxHORIZONTAL ? SB_HORZ : SB_VERT);
42e69d6b 870}
2bda0e17 871
42e69d6b
VZ
872// This now returns the whole range, not just the number
873// of positions that we can scroll.
1e6feb95 874int wxWindowMSW::GetScrollRange(int orient) const
42e69d6b 875{
7f0586ef 876 int maxPos;
a23fd0e1 877 HWND hWnd = GetHwnd();
0cf5de11 878 if ( !hWnd )
42e69d6b 879 return 0;
7f0586ef 880#if 0
0cf5de11
VZ
881 ::GetScrollRange(hWnd, orient == wxHORIZONTAL ? SB_HORZ : SB_VERT,
882 &minPos, &maxPos);
7f0586ef 883#endif
f676b387 884 WinStruct<SCROLLINFO> scrollInfo;
7f0586ef
JS
885 scrollInfo.fMask = SIF_RANGE;
886 if ( !::GetScrollInfo(hWnd,
f676b387
RD
887 orient == wxHORIZONTAL ? SB_HORZ : SB_VERT,
888 &scrollInfo) )
7f0586ef 889 {
f676b387
RD
890 // Most of the time this is not really an error, since the return
891 // value can also be zero when there is no scrollbar yet.
892 // wxLogLastError(_T("GetScrollInfo"));
7f0586ef
JS
893 }
894 maxPos = scrollInfo.nMax;
0cf5de11
VZ
895
896 // undo "range - 1" done in SetScrollbar()
897 return maxPos + 1;
cc2b7472 898}
2bda0e17 899
1e6feb95 900int wxWindowMSW::GetScrollThumb(int orient) const
2bda0e17 901{
0cf5de11 902 return orient == wxHORIZONTAL ? m_xThumbSize : m_yThumbSize;
2bda0e17
KB
903}
904
1e6feb95 905void wxWindowMSW::SetScrollPos(int orient, int pos, bool refresh)
2bda0e17 906{
5f3286d1
VZ
907 HWND hWnd = GetHwnd();
908 wxCHECK_RET( hWnd, _T("SetScrollPos: no HWND") );
72fd19a1 909
0cf5de11 910 WinStruct<SCROLLINFO> info;
42e69d6b
VZ
911 info.nPage = 0;
912 info.nMin = 0;
913 info.nPos = pos;
914 info.fMask = SIF_POS;
a647d42a
VZ
915 if ( HasFlag(wxALWAYS_SHOW_SB) )
916 {
917 // disable scrollbar instead of removing it then
918 info.fMask |= SIF_DISABLENOSCROLL;
919 }
2d0a075d 920
0cf5de11
VZ
921 ::SetScrollInfo(hWnd, orient == wxHORIZONTAL ? SB_HORZ : SB_VERT,
922 &info, refresh);
2bda0e17
KB
923}
924
42e69d6b 925// New function that will replace some of the above.
0cf5de11
VZ
926void wxWindowMSW::SetScrollbar(int orient,
927 int pos,
928 int pageSize,
929 int range,
930 bool refresh)
931{
932 WinStruct<SCROLLINFO> info;
933 info.nPage = pageSize;
934 info.nMin = 0; // range is nMax - nMin + 1
935 info.nMax = range - 1; // as both nMax and nMax are inclusive
42e69d6b
VZ
936 info.nPos = pos;
937 info.fMask = SIF_RANGE | SIF_PAGE | SIF_POS;
a647d42a
VZ
938 if ( HasFlag(wxALWAYS_SHOW_SB) )
939 {
940 // disable scrollbar instead of removing it then
941 info.fMask |= SIF_DISABLENOSCROLL;
942 }
2bda0e17 943
42e69d6b
VZ
944 HWND hWnd = GetHwnd();
945 if ( hWnd )
81d66cf3 946 {
55a667b6
JS
947 // We have to set the variables here to make them valid in events
948 // triggered by ::SetScrollInfo()
949 *(orient == wxHORIZONTAL ? &m_xThumbSize : &m_yThumbSize) = pageSize;
521bf4ff 950
0cf5de11
VZ
951 ::SetScrollInfo(hWnd, orient == wxHORIZONTAL ? SB_HORZ : SB_VERT,
952 &info, refresh);
81d66cf3
JS
953 }
954}
955
1e6feb95 956void wxWindowMSW::ScrollWindow(int dx, int dy, const wxRect *prect)
2bda0e17 957{
574c939e
KB
958 RECT rect;
959 RECT *pr;
1e6feb95 960 if ( prect )
2d0a075d 961 {
1e6feb95
VZ
962 rect.left = prect->x;
963 rect.top = prect->y;
964 rect.right = prect->x + prect->width;
965 rect.bottom = prect->y + prect->height;
f797e53d
VZ
966 pr = &rect;
967 }
968 else
969 {
970 pr = NULL;
304b8bc1 971
2d0a075d 972 }
2bda0e17 973
7f0586ef
JS
974#ifdef __WXWINCE__
975 // FIXME: is this the exact equivalent of the line below?
304b8bc1 976 ::ScrollWindowEx(GetHwnd(), dx, dy, pr, pr, 0, 0, SW_SCROLLCHILDREN|SW_ERASE|SW_INVALIDATE);
7f0586ef 977#else
f797e53d 978 ::ScrollWindow(GetHwnd(), dx, dy, pr, pr);
7f0586ef 979#endif
2bda0e17
KB
980}
981
9cd6d737 982static bool ScrollVertically(HWND hwnd, int kind, int count)
b9b3393e 983{
9cd6d737
VZ
984 int posStart = GetScrollPosition(hwnd, SB_VERT);
985
986 int pos = posStart;
c0cdd6cc
VZ
987 for ( int n = 0; n < count; n++ )
988 {
989 ::SendMessage(hwnd, WM_VSCROLL, kind, 0);
9cd6d737
VZ
990
991 int posNew = GetScrollPosition(hwnd, SB_VERT);
992 if ( posNew == pos )
993 {
994 // don't bother to continue, we're already at top/bottom
995 break;
996 }
997
998 pos = posNew;
c0cdd6cc 999 }
9cd6d737
VZ
1000
1001 return pos != posStart;
b9b3393e
VZ
1002}
1003
9cd6d737 1004bool wxWindowMSW::ScrollLines(int lines)
b9b3393e
VZ
1005{
1006 bool down = lines > 0;
1007
9cd6d737
VZ
1008 return ScrollVertically(GetHwnd(),
1009 down ? SB_LINEDOWN : SB_LINEUP,
1010 down ? lines : -lines);
b9b3393e
VZ
1011}
1012
9cd6d737 1013bool wxWindowMSW::ScrollPages(int pages)
b9b3393e
VZ
1014{
1015 bool down = pages > 0;
1016
9cd6d737
VZ
1017 return ScrollVertically(GetHwnd(),
1018 down ? SB_PAGEDOWN : SB_PAGEUP,
1019 down ? pages : -pages);
b9b3393e
VZ
1020}
1021
42e69d6b
VZ
1022// ---------------------------------------------------------------------------
1023// subclassing
1024// ---------------------------------------------------------------------------
1025
1e6feb95 1026void wxWindowMSW::SubclassWin(WXHWND hWnd)
2bda0e17 1027{
223d09f6 1028 wxASSERT_MSG( !m_oldWndProc, wxT("subclassing window twice?") );
2bda0e17 1029
c50f1fb9 1030 HWND hwnd = (HWND)hWnd;
223d09f6 1031 wxCHECK_RET( ::IsWindow(hwnd), wxT("invalid HWND in SubclassWin") );
c50f1fb9
VZ
1032
1033 wxAssociateWinWithHandle(hwnd, this);
2bda0e17 1034
975b6bcf 1035 m_oldWndProc = (WXFARPROC)wxGetWindowProc((HWND)hWnd);
b2d5a7ee 1036
b225f659
VZ
1037 // we don't need to subclass the window of our own class (in the Windows
1038 // sense of the word)
3a3c8603 1039 if ( !wxCheckWindowWndProc(hWnd, (WXFARPROC)wxWndProc) )
b225f659 1040 {
975b6bcf 1041 wxSetWindowProc(hwnd, wxWndProc);
b225f659
VZ
1042 }
1043 else
1044 {
90e572f1 1045 // don't bother restoring it either: this also makes it easy to
08158721 1046 // implement IsOfStandardClass() method which returns true for the
77ffb593 1047 // standard controls and false for the wxWidgets own windows as it can
5a403e3f 1048 // simply check m_oldWndProc
b225f659
VZ
1049 m_oldWndProc = NULL;
1050 }
e7c652bc
VZ
1051
1052 // we're officially created now, send the event
1053 wxWindowCreateEvent event((wxWindow *)this);
1054 (void)GetEventHandler()->ProcessEvent(event);
2bda0e17
KB
1055}
1056
1e6feb95 1057void wxWindowMSW::UnsubclassWin()
2bda0e17 1058{
42e69d6b 1059 wxRemoveHandleAssociation(this);
2bda0e17 1060
42e69d6b 1061 // Restore old Window proc
c50f1fb9
VZ
1062 HWND hwnd = GetHwnd();
1063 if ( hwnd )
42e69d6b 1064 {
ed4780ea 1065 SetHWND(0);
c50f1fb9 1066
223d09f6 1067 wxCHECK_RET( ::IsWindow(hwnd), wxT("invalid HWND in UnsubclassWin") );
c50f1fb9 1068
b225f659 1069 if ( m_oldWndProc )
42e69d6b 1070 {
eb5e4d9a 1071 if ( !wxCheckWindowWndProc((WXHWND)hwnd, m_oldWndProc) )
b225f659 1072 {
975b6bcf 1073 wxSetWindowProc(hwnd, (WNDPROC)m_oldWndProc);
b225f659
VZ
1074 }
1075
1076 m_oldWndProc = NULL;
42e69d6b 1077 }
42e69d6b 1078 }
2bda0e17
KB
1079}
1080
a4d1972d 1081void wxWindowMSW::AssociateHandle(WXWidget handle)
ed4780ea
VZ
1082{
1083 if ( m_hWnd )
1084 {
1085 if ( !::DestroyWindow(GetHwnd()) )
1086 wxLogLastError(wxT("DestroyWindow"));
1087 }
a4d1972d 1088
ed4780ea
VZ
1089 WXHWND wxhwnd = (WXHWND)handle;
1090
1091 SetHWND(wxhwnd);
1092 SubclassWin(wxhwnd);
1093}
1094
1095void wxWindowMSW::DissociateHandle()
a4d1972d 1096{
ed4780ea 1097 // this also calls SetHWND(0) for us
a4d1972d 1098 UnsubclassWin();
ed4780ea
VZ
1099}
1100
1101
0c0d1521 1102bool wxCheckWindowWndProc(WXHWND hWnd,
11f104e5 1103 WXFARPROC WXUNUSED(wndProc))
eb5e4d9a 1104{
f57f984c
RD
1105// TODO: This list of window class names should be factored out so they can be
1106// managed in one place and then accessed from here and other places, such as
1107// wxApp::RegisterWindowClasses() and wxApp::UnregisterWindowClasses()
521bf4ff
WS
1108
1109#ifdef __WXWINCE__
3a3c8603
DS
1110 extern wxChar *wxCanvasClassName;
1111 extern wxChar *wxCanvasClassNameNR;
f57f984c
RD
1112#else
1113 extern const wxChar *wxCanvasClassName;
1114 extern const wxChar *wxCanvasClassNameNR;
1115#endif
3a3c8603
DS
1116 extern const wxChar *wxMDIFrameClassName;
1117 extern const wxChar *wxMDIFrameClassNameNoRedraw;
1118 extern const wxChar *wxMDIChildFrameClassName;
1119 extern const wxChar *wxMDIChildFrameClassNameNoRedraw;
1120 wxString str(wxGetWindowClass(hWnd));
1121 if (str == wxCanvasClassName ||
1122 str == wxCanvasClassNameNR ||
26c2a266
JG
1123#if wxUSE_GLCANVAS
1124 str == _T("wxGLCanvasClass") ||
1125 str == _T("wxGLCanvasClassNR") ||
1126#endif // wxUSE_GLCANVAS
3a3c8603
DS
1127 str == wxMDIFrameClassName ||
1128 str == wxMDIFrameClassNameNoRedraw ||
1129 str == wxMDIChildFrameClassName ||
1130 str == wxMDIChildFrameClassNameNoRedraw ||
1131 str == _T("wxTLWHiddenParent"))
1132 return true; // Effectively means don't subclass
f57f984c 1133 else
08158721 1134 return false;
eb5e4d9a
VS
1135}
1136
b2d5a7ee
VZ
1137// ----------------------------------------------------------------------------
1138// Style handling
1139// ----------------------------------------------------------------------------
1140
1141void wxWindowMSW::SetWindowStyleFlag(long flags)
1142{
1143 long flagsOld = GetWindowStyleFlag();
1144 if ( flags == flagsOld )
1145 return;
1146
1147 // update the internal variable
1148 wxWindowBase::SetWindowStyleFlag(flags);
1149
7bd6bf45
VZ
1150 // and the real window flags
1151 MSWUpdateStyle(flagsOld, GetExtraStyle());
1152}
1153
1154void wxWindowMSW::SetExtraStyle(long exflags)
1155{
1156 long exflagsOld = GetExtraStyle();
1157 if ( exflags == exflagsOld )
1158 return;
1159
1160 // update the internal variable
1161 wxWindowBase::SetExtraStyle(exflags);
1162
1163 // and the real window flags
1164 MSWUpdateStyle(GetWindowStyleFlag(), exflagsOld);
1165}
1166
1167void wxWindowMSW::MSWUpdateStyle(long flagsOld, long exflagsOld)
1168{
5b2f31eb
VZ
1169 // now update the Windows style as well if needed - and if the window had
1170 // been already created
1171 if ( !GetHwnd() )
1172 return;
1173
9ce75461
VZ
1174 // we may need to call SetWindowPos() when we change some styles
1175 bool callSWP = false;
1176
7bd6bf45
VZ
1177 WXDWORD exstyle;
1178 long style = MSWGetStyle(GetWindowStyleFlag(), &exstyle);
1179
1180 // this is quite a horrible hack but we need it because MSWGetStyle()
1181 // doesn't take exflags as parameter but uses GetExtraStyle() internally
1182 // and so we have to modify the window exflags temporarily to get the
1183 // correct exstyleOld
1184 long exflagsNew = GetExtraStyle();
1185 wxWindowBase::SetExtraStyle(exflagsOld);
1186
1187 WXDWORD exstyleOld;
1188 long styleOld = MSWGetStyle(flagsOld, &exstyleOld);
1189
1190 wxWindowBase::SetExtraStyle(exflagsNew);
1191
b2d5a7ee
VZ
1192
1193 if ( style != styleOld )
1194 {
1195 // some flags (e.g. WS_VISIBLE or WS_DISABLED) should not be changed by
1196 // this function so instead of simply setting the style to the new
1197 // value we clear the bits which were set in styleOld but are set in
1198 // the new one and set the ones which were not set before
1199 long styleReal = ::GetWindowLong(GetHwnd(), GWL_STYLE);
1200 styleReal &= ~styleOld;
1201 styleReal |= style;
1202
1203 ::SetWindowLong(GetHwnd(), GWL_STYLE, styleReal);
9ce75461 1204
7bd6bf45
VZ
1205 // we need to call SetWindowPos() if any of the styles affecting the
1206 // frame appearance have changed
9ce75461
VZ
1207 callSWP = ((styleOld ^ style ) & (WS_BORDER |
1208 WS_THICKFRAME |
1209 WS_CAPTION |
1210 WS_DLGFRAME |
1211 WS_MAXIMIZEBOX |
1212 WS_MINIMIZEBOX |
1213 WS_SYSMENU) ) != 0;
b2d5a7ee
VZ
1214 }
1215
1216 // and the extended style
9ce75461
VZ
1217 long exstyleReal = ::GetWindowLong(GetHwnd(), GWL_EXSTYLE);
1218
b2d5a7ee
VZ
1219 if ( exstyle != exstyleOld )
1220 {
b2d5a7ee
VZ
1221 exstyleReal &= ~exstyleOld;
1222 exstyleReal |= exstyle;
1223
1224 ::SetWindowLong(GetHwnd(), GWL_EXSTYLE, exstyleReal);
1225
9ce75461
VZ
1226 // ex style changes don't take effect without calling SetWindowPos
1227 callSWP = true;
1228 }
1229
1230 if ( callSWP )
1231 {
85d8df29 1232 // we must call SetWindowPos() to flush the cached extended style and
b2d5a7ee
VZ
1233 // also to make the change to wxSTAY_ON_TOP style take effect: just
1234 // setting the style simply doesn't work
1235 if ( !::SetWindowPos(GetHwnd(),
1236 exstyleReal & WS_EX_TOPMOST ? HWND_TOPMOST
1237 : HWND_NOTOPMOST,
1238 0, 0, 0, 0,
9ce75461 1239 SWP_NOMOVE | SWP_NOSIZE | SWP_FRAMECHANGED) )
b2d5a7ee
VZ
1240 {
1241 wxLogLastError(_T("SetWindowPos"));
1242 }
1243 }
1244}
1245
1246WXDWORD wxWindowMSW::MSWGetStyle(long flags, WXDWORD *exstyle) const
1247{
77ffb593 1248 // translate common wxWidgets styles to Windows ones
af495479
VZ
1249
1250 // most of windows are child ones, those which are not (such as
1251 // wxTopLevelWindow) should remove WS_CHILD in their MSWGetStyle()
1252 WXDWORD style = WS_CHILD;
b2d5a7ee 1253
9b6ae450
VZ
1254 // using this flag results in very significant reduction in flicker,
1255 // especially with controls inside the static boxes (as the interior of the
90e572f1 1256 // box is not redrawn twice), but sometimes results in redraw problems, so
c7e1d004
VZ
1257 // optionally allow the old code to continue to use it provided a special
1258 // system option is turned on
1259 if ( !wxSystemOptions::GetOptionInt(wxT("msw.window.no-clip-children"))
1260 || (flags & wxCLIP_CHILDREN) )
c6430ed0 1261 style |= WS_CLIPCHILDREN;
9b6ae450
VZ
1262
1263 // it doesn't seem useful to use WS_CLIPSIBLINGS here as we officially
1264 // don't support overlapping windows and it only makes sense for them and,
1265 // presumably, gives the system some extra work (to manage more clipping
1266 // regions), so avoid it alltogether
b2d5a7ee 1267
b2d5a7ee 1268
f9007c32
JS
1269 if ( flags & wxVSCROLL )
1270 style |= WS_VSCROLL;
1271
1272 if ( flags & wxHSCROLL )
1273 style |= WS_HSCROLL;
1274
65bc172c 1275 const wxBorder border = GetBorder(flags);
577baeef 1276
65bc172c
VZ
1277 // WS_BORDER is only required for wxBORDER_SIMPLE
1278 if ( border == wxBORDER_SIMPLE )
b2d5a7ee 1279 style |= WS_BORDER;
577baeef 1280
b2d5a7ee
VZ
1281 // now deal with ext style if the caller wants it
1282 if ( exstyle )
1283 {
1284 *exstyle = 0;
1285
7f0586ef 1286#ifndef __WXWINCE__
b2d5a7ee
VZ
1287 if ( flags & wxTRANSPARENT_WINDOW )
1288 *exstyle |= WS_EX_TRANSPARENT;
7f0586ef 1289#endif
b2d5a7ee 1290
fe3d9123 1291 switch ( border )
b2d5a7ee
VZ
1292 {
1293 default:
65bc172c 1294 case wxBORDER_DEFAULT:
b2d5a7ee
VZ
1295 wxFAIL_MSG( _T("unknown border style") );
1296 // fall through
1297
1298 case wxBORDER_NONE:
1299 case wxBORDER_SIMPLE:
1300 break;
1301
1302 case wxBORDER_STATIC:
1303 *exstyle |= WS_EX_STATICEDGE;
1304 break;
1305
1306 case wxBORDER_RAISED:
7699361c 1307 *exstyle |= WS_EX_DLGMODALFRAME;
b2d5a7ee
VZ
1308 break;
1309
b2d5a7ee
VZ
1310 case wxBORDER_SUNKEN:
1311 *exstyle |= WS_EX_CLIENTEDGE;
fe3d9123 1312 style &= ~WS_BORDER;
b2d5a7ee
VZ
1313 break;
1314
1315 case wxBORDER_DOUBLE:
1316 *exstyle |= WS_EX_DLGMODALFRAME;
1317 break;
1318 }
d515c32d 1319
09168de7 1320 // wxUniv doesn't use Windows dialog navigation functions at all
7f0586ef 1321#if !defined(__WXUNIVERSAL__) && !defined(__WXWINCE__)
5b9c12e1 1322 // to make the dialog navigation work with the nested panels we must
09168de7
VZ
1323 // use this style (top level windows such as dialogs don't need it)
1324 if ( (flags & wxTAB_TRAVERSAL) && !IsTopLevel() )
d515c32d
VZ
1325 {
1326 *exstyle |= WS_EX_CONTROLPARENT;
1327 }
09168de7 1328#endif // __WXUNIVERSAL__
b2d5a7ee
VZ
1329 }
1330
1331 return style;
1332}
eb5e4d9a 1333
42e69d6b 1334// Setup background and foreground colours correctly
1e6feb95 1335void wxWindowMSW::SetupColours()
42e69d6b
VZ
1336{
1337 if ( GetParent() )
1338 SetBackgroundColour(GetParent()->GetBackgroundColour());
1339}
a23fd0e1 1340
1e6feb95
VZ
1341bool wxWindowMSW::IsMouseInWindow() const
1342{
1343 // get the mouse position
1344 POINT pt;
f2325516
JS
1345#ifdef __WXWINCE__
1346 ::GetCursorPosWinCE(&pt);
1347#else
1e6feb95 1348 ::GetCursorPos(&pt);
f2325516 1349#endif
1e6feb95
VZ
1350
1351 // find the window which currently has the cursor and go up the window
1352 // chain until we find this window - or exhaust it
1353 HWND hwnd = ::WindowFromPoint(pt);
1354 while ( hwnd && (hwnd != GetHwnd()) )
1355 hwnd = ::GetParent(hwnd);
1356
1357 return hwnd != NULL;
1358}
1359
e39af974 1360void wxWindowMSW::OnInternalIdle()
42e69d6b 1361{
4e5c6c33 1362#ifndef HAVE_TRACKMOUSEEVENT
42e69d6b
VZ
1363 // Check if we need to send a LEAVE event
1364 if ( m_mouseInWindow )
2d0a075d 1365 {
ee74faf9
VZ
1366 // note that we should generate the leave event whether the window has
1367 // or doesn't have mouse capture
1368 if ( !IsMouseInWindow() )
42e69d6b 1369 {
51e4e266 1370 GenerateMouseLeave();
42e69d6b
VZ
1371 }
1372 }
4e5c6c33 1373#endif // !HAVE_TRACKMOUSEEVENT
c085e333 1374
e39af974
JS
1375 if (wxUpdateUIEvent::CanUpdate(this))
1376 UpdateWindowUI(wxUPDATE_UI_FROMIDLE);
42e69d6b 1377}
568cb543 1378
42e69d6b 1379// Set this window to be the child of 'parent'.
1e6feb95 1380bool wxWindowMSW::Reparent(wxWindowBase *parent)
42e69d6b
VZ
1381{
1382 if ( !wxWindowBase::Reparent(parent) )
08158721 1383 return false;
c085e333 1384
42e69d6b
VZ
1385 HWND hWndChild = GetHwnd();
1386 HWND hWndParent = GetParent() ? GetWinHwnd(GetParent()) : (HWND)0;
a23fd0e1 1387
42e69d6b 1388 ::SetParent(hWndChild, hWndParent);
a23fd0e1 1389
ee471817
VZ
1390#ifndef __WXWINCE__
1391 if ( ::GetWindowLong(hWndChild, GWL_EXSTYLE) & WS_EX_CONTROLPARENT )
1392 {
1393 EnsureParentHasControlParentStyle(GetParent());
1394 }
1395#endif // !__WXWINCE__
1396
08158721 1397 return true;
42e69d6b 1398}
a23fd0e1 1399
a0e449ff
VZ
1400static inline void SendSetRedraw(HWND hwnd, bool on)
1401{
c67d6888 1402#ifndef __WXMICROWIN__
a0e449ff 1403 ::SendMessage(hwnd, WM_SETREDRAW, (WPARAM)on, 0);
c67d6888 1404#endif
a0e449ff
VZ
1405}
1406
1407void wxWindowMSW::Freeze()
1408{
a1037371
VZ
1409 if ( !m_frozenness++ )
1410 {
dc993cbf
VZ
1411 if ( IsShown() )
1412 SendSetRedraw(GetHwnd(), false);
a1037371 1413 }
a0e449ff
VZ
1414}
1415
1416void wxWindowMSW::Thaw()
1417{
a1037371 1418 wxASSERT_MSG( m_frozenness > 0, _T("Thaw() without matching Freeze()") );
c0cdd6cc 1419
8d7eaf91 1420 if ( --m_frozenness == 0 )
a1037371 1421 {
dc993cbf
VZ
1422 if ( IsShown() )
1423 {
1424 SendSetRedraw(GetHwnd(), true);
a1037371 1425
dc993cbf
VZ
1426 // we need to refresh everything or otherwise the invalidated area
1427 // is not going to be repainted
1428 Refresh();
1429 }
a1037371 1430 }
a0e449ff
VZ
1431}
1432
1e6feb95 1433void wxWindowMSW::Refresh(bool eraseBack, const wxRect *rect)
42e69d6b
VZ
1434{
1435 HWND hWnd = GetHwnd();
1436 if ( hWnd )
1437 {
d181e053
VZ
1438 RECT mswRect;
1439 const RECT *pRect;
42e69d6b
VZ
1440 if ( rect )
1441 {
42e69d6b
VZ
1442 mswRect.left = rect->x;
1443 mswRect.top = rect->y;
1444 mswRect.right = rect->x + rect->width;
1445 mswRect.bottom = rect->y + rect->height;
a23fd0e1 1446
d181e053 1447 pRect = &mswRect;
42e69d6b
VZ
1448 }
1449 else
d181e053
VZ
1450 {
1451 pRect = NULL;
1452 }
1453
82e3664e 1454 // RedrawWindow not available on SmartPhone or eVC++ 3
41527143 1455#if !defined(__SMARTPHONE__) && !(defined(_WIN32_WCE) && _WIN32_WCE < 400)
d181e053
VZ
1456 UINT flags = RDW_INVALIDATE | RDW_ALLCHILDREN;
1457 if ( eraseBack )
1458 flags |= RDW_ERASE;
1459
1460 ::RedrawWindow(hWnd, pRect, NULL, flags);
480e9098 1461#else
16d652a5 1462 ::InvalidateRect(hWnd, pRect, eraseBack);
480e9098 1463#endif
42e69d6b
VZ
1464 }
1465}
a23fd0e1 1466
1e6feb95
VZ
1467void wxWindowMSW::Update()
1468{
1469 if ( !::UpdateWindow(GetHwnd()) )
1470 {
1471 wxLogLastError(_T("UpdateWindow"));
1472 }
2b5f62a0 1473
7f0586ef 1474#if !defined(__WXMICROWIN__) && !defined(__WXWINCE__)
1e6feb95
VZ
1475 // just calling UpdateWindow() is not enough, what we did in our WM_PAINT
1476 // handler needs to be really drawn right now
1477 (void)::GdiFlush();
1478#endif // __WIN32__
1479}
1480
42e69d6b
VZ
1481// ---------------------------------------------------------------------------
1482// drag and drop
1483// ---------------------------------------------------------------------------
a23fd0e1 1484
006b8dff
JG
1485// we need to lower the sibling static boxes so controls contained within can be
1486// a drop target
1487static inline void AdjustStaticBoxZOrder(wxWindow *parent)
1488{
deb0d191
JG
1489 // no sibling static boxes if we have no parent (ie TLW)
1490 if ( !parent )
1491 return;
1492
006b8dff
JG
1493 for ( wxWindowList::compatibility_iterator node = parent->GetChildren().GetFirst();
1494 node;
1495 node = node->GetNext() )
1496 {
1497 wxStaticBox *statbox = wxDynamicCast(node->GetData(), wxStaticBox);
1498 if ( statbox )
1499 {
1500 ::SetWindowPos(GetHwndOf(statbox), HWND_BOTTOM, 0, 0, 0, 0,
1501 SWP_NOMOVE | SWP_NOSIZE | SWP_NOACTIVATE);
1502 }
1503 }
1504}
a23fd0e1 1505
4ce1efe1 1506#if wxUSE_DRAG_AND_DROP
1e6feb95 1507void wxWindowMSW::SetDropTarget(wxDropTarget *pDropTarget)
42e69d6b
VZ
1508{
1509 if ( m_dropTarget != 0 ) {
1510 m_dropTarget->Revoke(m_hWnd);
1511 delete m_dropTarget;
1512 }
a23fd0e1 1513
42e69d6b
VZ
1514 m_dropTarget = pDropTarget;
1515 if ( m_dropTarget != 0 )
006b8dff
JG
1516 {
1517 AdjustStaticBoxZOrder(GetParent());
42e69d6b 1518 m_dropTarget->Register(m_hWnd);
006b8dff 1519 }
42e69d6b 1520}
42e69d6b 1521#endif // wxUSE_DRAG_AND_DROP
2a47d3c1 1522
90e572f1 1523// old-style file manager drag&drop support: we retain the old-style
42e69d6b 1524// DragAcceptFiles in parallel with SetDropTarget.
0c0d1521 1525void wxWindowMSW::DragAcceptFiles(bool WXUNUSED_IN_WINCE(accept))
42e69d6b 1526{
0c0d1521 1527#ifndef __WXWINCE__
42e69d6b
VZ
1528 HWND hWnd = GetHwnd();
1529 if ( hWnd )
006b8dff
JG
1530 {
1531 AdjustStaticBoxZOrder(GetParent());
42e69d6b 1532 ::DragAcceptFiles(hWnd, (BOOL)accept);
006b8dff 1533 }
7f0586ef 1534#endif
42e69d6b 1535}
a23fd0e1 1536
42e69d6b
VZ
1537// ----------------------------------------------------------------------------
1538// tooltips
1539// ----------------------------------------------------------------------------
dbda9e86 1540
42e69d6b 1541#if wxUSE_TOOLTIPS
2d0a075d 1542
1e6feb95 1543void wxWindowMSW::DoSetToolTip(wxToolTip *tooltip)
42e69d6b
VZ
1544{
1545 wxWindowBase::DoSetToolTip(tooltip);
839b865d 1546
42e69d6b 1547 if ( m_tooltip )
d4e5272b 1548 m_tooltip->SetWindow((wxWindow *)this);
42e69d6b 1549}
9a05fd8d 1550
42e69d6b 1551#endif // wxUSE_TOOLTIPS
9a05fd8d 1552
42e69d6b
VZ
1553// ---------------------------------------------------------------------------
1554// moving and resizing
1555// ---------------------------------------------------------------------------
839b865d 1556
f7040b5f
VZ
1557bool wxWindowMSW::IsSizeDeferred() const
1558{
1559#if USE_DEFERRED_SIZING
1560 if ( m_pendingPosition != wxDefaultPosition ||
1561 m_pendingSize != wxDefaultSize )
1562 return true;
1563#endif // USE_DEFERRED_SIZING
1564
1565 return false;
1566}
1567
42e69d6b 1568// Get total size
1e6feb95 1569void wxWindowMSW::DoGetSize(int *x, int *y) const
42e69d6b 1570{
11cfa8ef
VZ
1571 // if SetSize() had been called at wx level but not realized at Windows
1572 // level yet (i.e. EndDeferWindowPos() not called), we still should return
1573 // the new and not the old position to the other wx code
1574 if ( m_pendingSize != wxDefaultSize )
1575 {
1576 if ( x )
1577 *x = m_pendingSize.x;
1578 if ( y )
1579 *y = m_pendingSize.y;
1580 }
1581 else // use current size
1582 {
1583 RECT rect = wxGetWindowRect(GetHwnd());
82c9f85c 1584
11cfa8ef
VZ
1585 if ( x )
1586 *x = rect.right - rect.left;
1587 if ( y )
1588 *y = rect.bottom - rect.top;
1589 }
42e69d6b
VZ
1590}
1591
82c9f85c
VZ
1592// Get size *available for subwindows* i.e. excluding menu bar etc.
1593void wxWindowMSW::DoGetClientSize(int *x, int *y) const
42e69d6b 1594{
f2197644 1595#if USE_DEFERRED_SIZING
0d7f75df 1596 if ( IsTopLevel() || m_pendingSize == wxDefaultSize )
f2197644
JS
1597#endif
1598 { // top level windows resizing is never deferred, so we can safely use
0d7f75df
VZ
1599 // the current size here
1600 RECT rect = wxGetClientRect(GetHwnd());
1601
1602 if ( x )
1603 *x = rect.right;
1604 if ( y )
1605 *y = rect.bottom;
1606 }
f2197644 1607#if USE_DEFERRED_SIZING
dc497201 1608 else // non top level and using deferred sizing
0d7f75df 1609 {
dc497201
JG
1610 // we need to calculate the *pending* client size here
1611 RECT rect;
1612 rect.left = m_pendingPosition.x;
1613 rect.top = m_pendingPosition.y;
1614 rect.right = rect.left + m_pendingSize.x;
1615 rect.bottom = rect.top + m_pendingSize.y;
1616
1617 ::SendMessage(GetHwnd(), WM_NCCALCSIZE, FALSE, (LPARAM)&rect);
1618
1619 if ( x )
1620 *x = rect.right - rect.left;
1621 if ( y )
1622 *y = rect.bottom - rect.top;
0d7f75df 1623 }
f2197644 1624#endif
82c9f85c
VZ
1625}
1626
1627void wxWindowMSW::DoGetPosition(int *x, int *y) const
1628{
a7e0e432
VZ
1629 wxWindow * const parent = GetParent();
1630
1631 wxPoint pos;
11cfa8ef
VZ
1632 if ( m_pendingPosition != wxDefaultPosition )
1633 {
a7e0e432 1634 pos = m_pendingPosition;
11cfa8ef
VZ
1635 }
1636 else // use current position
1637 {
1638 RECT rect = wxGetWindowRect(GetHwnd());
42e69d6b 1639
11cfa8ef
VZ
1640 POINT point;
1641 point.x = rect.left;
1642 point.y = rect.top;
42e69d6b 1643
11cfa8ef
VZ
1644 // we do the adjustments with respect to the parent only for the "real"
1645 // children, not for the dialogs/frames
1646 if ( !IsTopLevel() )
92049cd4 1647 {
11cfa8ef
VZ
1648 // Since we now have the absolute screen coords, if there's a
1649 // parent we must subtract its top left corner
11cfa8ef
VZ
1650 if ( parent )
1651 {
a7e0e432 1652 ::ScreenToClient(GetHwndOf(parent), &point);
11cfa8ef 1653 }
89e3037c 1654 }
42e69d6b 1655
a7e0e432
VZ
1656 pos.x = point.x;
1657 pos.y = point.y;
1658 }
1659
1660 // we also must adjust by the client area offset: a control which is just
1661 // under a toolbar could be at (0, 30) in Windows but at (0, 0) in wx
1662 if ( parent && !IsTopLevel() )
1663 {
1664 const wxPoint pt(parent->GetClientAreaOrigin());
1665 pos.x -= pt.x;
1666 pos.y -= pt.y;
11cfa8ef 1667 }
a7e0e432
VZ
1668
1669 if ( x )
1670 *x = pos.x;
1671 if ( y )
1672 *y = pos.y;
42e69d6b 1673}
54bdd8b0 1674
1e6feb95 1675void wxWindowMSW::DoScreenToClient(int *x, int *y) const
42e69d6b
VZ
1676{
1677 POINT pt;
1678 if ( x )
1679 pt.x = *x;
1680 if ( y )
1681 pt.y = *y;
54bdd8b0 1682
82c9f85c 1683 ::ScreenToClient(GetHwnd(), &pt);
a23fd0e1 1684
42e69d6b
VZ
1685 if ( x )
1686 *x = pt.x;
1687 if ( y )
1688 *y = pt.y;
1689}
a23fd0e1 1690
1e6feb95 1691void wxWindowMSW::DoClientToScreen(int *x, int *y) const
42e69d6b
VZ
1692{
1693 POINT pt;
1694 if ( x )
1695 pt.x = *x;
1696 if ( y )
1697 pt.y = *y;
54bdd8b0 1698
82c9f85c 1699 ::ClientToScreen(GetHwnd(), &pt);
a23fd0e1 1700
42e69d6b
VZ
1701 if ( x )
1702 *x = pt.x;
1703 if ( y )
1704 *y = pt.y;
1705}
a23fd0e1 1706
86e30911 1707bool
7d86a2d4
VZ
1708wxWindowMSW::DoMoveSibling(WXHWND hwnd, int x, int y, int width, int height)
1709{
1710#if USE_DEFERRED_SIZING
1711 // if our parent had prepared a defer window handle for us, use it (unless
1712 // we are a top level window)
1713 wxWindowMSW * const parent = IsTopLevel() ? NULL : GetParent();
1714
1715 HDWP hdwp = parent ? (HDWP)parent->m_hDWP : NULL;
1716 if ( hdwp )
1717 {
1718 hdwp = ::DeferWindowPos(hdwp, (HWND)hwnd, NULL, x, y, width, height,
dd28827a 1719 SWP_NOZORDER | SWP_NOOWNERZORDER | SWP_NOACTIVATE);
7d86a2d4
VZ
1720 if ( !hdwp )
1721 {
1722 wxLogLastError(_T("DeferWindowPos"));
1723 }
1724 }
1725
1726 if ( parent )
1727 {
1728 // hdwp must be updated as it may have been changed
1729 parent->m_hDWP = (WXHANDLE)hdwp;
1730 }
1731
86e30911
VZ
1732 if ( hdwp )
1733 {
1734 // did deferred move, remember new coordinates of the window as they're
1735 // different from what Windows would return for it
1736 return true;
1737 }
1738
7d86a2d4 1739 // otherwise (or if deferring failed) move the window in place immediately
7d86a2d4 1740#endif // USE_DEFERRED_SIZING
86e30911 1741 if ( !::MoveWindow((HWND)hwnd, x, y, width, height, IsShown()) )
7d86a2d4 1742 {
86e30911 1743 wxLogLastError(wxT("MoveWindow"));
7d86a2d4 1744 }
86e30911
VZ
1745
1746 // if USE_DEFERRED_SIZING, indicates that we didn't use deferred move,
1747 // ignored otherwise
1748 return false;
7d86a2d4
VZ
1749}
1750
1e6feb95 1751void wxWindowMSW::DoMoveWindow(int x, int y, int width, int height)
b782f2e0 1752{
62e1ba75
JS
1753 // TODO: is this consistent with other platforms?
1754 // Still, negative width or height shouldn't be allowed
1755 if (width < 0)
1756 width = 0;
1757 if (height < 0)
1758 height = 0;
9b6ae450 1759
86e30911
VZ
1760 if ( DoMoveSibling(m_hWnd, x, y, width, height) )
1761 {
1762#if USE_DEFERRED_SIZING
1763 m_pendingPosition = wxPoint(x, y);
1764 m_pendingSize = wxSize(width, height);
1765#endif // USE_DEFERRED_SIZING
1766 }
b782f2e0
VZ
1767}
1768
4438caf4
VZ
1769// set the size of the window: if the dimensions are positive, just use them,
1770// but if any of them is equal to -1, it means that we must find the value for
1771// it ourselves (unless sizeFlags contains wxSIZE_ALLOW_MINUS_ONE flag, in
1772// which case -1 is a valid value for x and y)
1773//
1774// If sizeFlags contains wxSIZE_AUTO_WIDTH/HEIGHT flags (default), we calculate
1775// the width/height to best suit our contents, otherwise we reuse the current
1776// width/height
1e6feb95 1777void wxWindowMSW::DoSetSize(int x, int y, int width, int height, int sizeFlags)
42e69d6b 1778{
4438caf4 1779 // get the current size and position...
42e69d6b 1780 int currentX, currentY;
da78f3b1
RD
1781 int currentW, currentH;
1782
42e69d6b 1783 GetPosition(&currentX, &currentY);
42e69d6b 1784 GetSize(&currentW, &currentH);
a23fd0e1 1785
952f2aaa
VZ
1786 // ... and don't do anything (avoiding flicker) if it's already ok unless
1787 // we're forced to resize the window
4438caf4 1788 if ( x == currentX && y == currentY &&
952f2aaa
VZ
1789 width == currentW && height == currentH &&
1790 !(sizeFlags & wxSIZE_FORCE) )
4438caf4 1791 {
42e69d6b 1792 return;
4438caf4 1793 }
a23fd0e1 1794
422d0ff0 1795 if ( x == wxDefaultCoord && !(sizeFlags & wxSIZE_ALLOW_MINUS_ONE) )
4438caf4 1796 x = currentX;
422d0ff0 1797 if ( y == wxDefaultCoord && !(sizeFlags & wxSIZE_ALLOW_MINUS_ONE) )
4438caf4 1798 y = currentY;
a23fd0e1 1799
4438caf4 1800 AdjustForParentClientOrigin(x, y, sizeFlags);
a23fd0e1 1801
abb74e0f 1802 wxSize size = wxDefaultSize;
422d0ff0 1803 if ( width == wxDefaultCoord )
4438caf4 1804 {
9e2896e5 1805 if ( sizeFlags & wxSIZE_AUTO_WIDTH )
4438caf4
VZ
1806 {
1807 size = DoGetBestSize();
1808 width = size.x;
1809 }
1810 else
1811 {
1812 // just take the current one
1813 width = currentW;
1814 }
1815 }
1816
422d0ff0 1817 if ( height == wxDefaultCoord )
4438caf4 1818 {
9e2896e5 1819 if ( sizeFlags & wxSIZE_AUTO_HEIGHT )
4438caf4 1820 {
422d0ff0 1821 if ( size.x == wxDefaultCoord )
4438caf4 1822 {
b782f2e0 1823 size = DoGetBestSize();
4438caf4
VZ
1824 }
1825 //else: already called DoGetBestSize() above
a23fd0e1 1826
4438caf4
VZ
1827 height = size.y;
1828 }
1829 else
1830 {
1831 // just take the current one
1832 height = currentH;
1833 }
1834 }
1835
b782f2e0 1836 DoMoveWindow(x, y, width, height);
4438caf4
VZ
1837}
1838
1e6feb95 1839void wxWindowMSW::DoSetClientSize(int width, int height)
42e69d6b 1840{
90e572f1 1841 // setting the client size is less obvious than it could have been
d4597e13 1842 // because in the result of changing the total size the window scrollbar
c72b1ad7
VZ
1843 // may [dis]appear and/or its menubar may [un]wrap (and AdjustWindowRect()
1844 // doesn't take neither into account) and so the client size will not be
1845 // correct as the difference between the total and client size changes --
1846 // so we keep changing it until we get it right
d4597e13 1847 //
d6a97306
VZ
1848 // normally this loop shouldn't take more than 3 iterations (usually 1 but
1849 // if scrollbars [dis]appear as the result of the first call, then 2 and it
1850 // may become 3 if the window had 0 size originally and so we didn't
1851 // calculate the scrollbar correction correctly during the first iteration)
1852 // but just to be on the safe side we check for it instead of making it an
d4597e13 1853 // "infinite" loop (i.e. leaving break inside as the only way to get out)
d6a97306 1854 for ( int i = 0; i < 4; i++ )
d4597e13
VZ
1855 {
1856 RECT rectClient;
1857 ::GetClientRect(GetHwnd(), &rectClient);
2bda0e17 1858
b0268daf 1859 // if the size is already ok, stop here (NB: rectClient.left = top = 0)
422d0ff0
WS
1860 if ( (rectClient.right == width || width == wxDefaultCoord) &&
1861 (rectClient.bottom == height || height == wxDefaultCoord) )
d4597e13
VZ
1862 {
1863 break;
1864 }
a23fd0e1 1865
d4597e13
VZ
1866 // Find the difference between the entire window (title bar and all)
1867 // and the client area; add this to the new client size to move the
1868 // window
1869 RECT rectWin;
1870 ::GetWindowRect(GetHwnd(), &rectWin);
1871
b0268daf
VZ
1872 const int widthWin = rectWin.right - rectWin.left,
1873 heightWin = rectWin.bottom - rectWin.top;
387a3b02 1874
d4597e13
VZ
1875 // MoveWindow positions the child windows relative to the parent, so
1876 // adjust if necessary
1877 if ( !IsTopLevel() )
1878 {
1879 wxWindow *parent = GetParent();
1880 if ( parent )
1881 {
b0268daf 1882 ::ScreenToClient(GetHwndOf(parent), (POINT *)&rectWin);
d4597e13
VZ
1883 }
1884 }
a23fd0e1 1885
b0268daf 1886 // don't call DoMoveWindow() because we want to move window immediately
c72b1ad7
VZ
1887 // and not defer it here as otherwise the value returned by
1888 // GetClient/WindowRect() wouldn't change as the window wouldn't be
1889 // really resized
b0268daf
VZ
1890 if ( !::MoveWindow(GetHwnd(),
1891 rectWin.left,
1892 rectWin.top,
1893 width + widthWin - rectClient.right,
1894 height + heightWin - rectClient.bottom,
1895 TRUE) )
1896 {
1897 wxLogLastError(_T("MoveWindow"));
1898 }
d4597e13 1899 }
42e69d6b 1900}
a23fd0e1 1901
42e69d6b
VZ
1902// ---------------------------------------------------------------------------
1903// text metrics
1904// ---------------------------------------------------------------------------
a23fd0e1 1905
1e6feb95 1906int wxWindowMSW::GetCharHeight() const
42e69d6b 1907{
f6bcfd97 1908 return wxGetTextMetrics(this).tmHeight;
42e69d6b 1909}
3eddf563 1910
1e6feb95 1911int wxWindowMSW::GetCharWidth() const
42e69d6b 1912{
f6bcfd97
BP
1913 // +1 is needed because Windows apparently adds it when calculating the
1914 // dialog units size in pixels
1915#if wxDIALOG_UNIT_COMPATIBILITY
1e6feb95 1916 return wxGetTextMetrics(this).tmAveCharWidth;
f6bcfd97
BP
1917#else
1918 return wxGetTextMetrics(this).tmAveCharWidth + 1;
1919#endif
42e69d6b 1920}
f4621a09 1921
1e6feb95 1922void wxWindowMSW::GetTextExtent(const wxString& string,
34636400 1923 int *x, int *y,
42e69d6b
VZ
1924 int *descent, int *externalLeading,
1925 const wxFont *theFont) const
1926{
64869ab7
VZ
1927 wxASSERT_MSG( !theFont || theFont->Ok(),
1928 _T("invalid font in GetTextExtent()") );
634903fd 1929
2d17baae
VS
1930 wxFont fontToUse;
1931 if (theFont)
1932 fontToUse = *theFont;
1933 else
1934 fontToUse = GetFont();
634903fd 1935
64869ab7
VZ
1936 WindowHDC hdc(GetHwnd());
1937 SelectInHDC selectFont(hdc, GetHfontOf(fontToUse));
341c92a8 1938
42e69d6b
VZ
1939 SIZE sizeRect;
1940 TEXTMETRIC tm;
767b35a5 1941 ::GetTextExtentPoint32(hdc, string, string.length(), &sizeRect);
64869ab7 1942 GetTextMetrics(hdc, &tm);
42e69d6b 1943
0655ad29
VZ
1944 if ( x )
1945 *x = sizeRect.cx;
1946 if ( y )
1947 *y = sizeRect.cy;
1948 if ( descent )
1949 *descent = tm.tmDescent;
1950 if ( externalLeading )
1951 *externalLeading = tm.tmExternalLeading;
2bda0e17
KB
1952}
1953
c50f1fb9
VZ
1954// ---------------------------------------------------------------------------
1955// popup menu
1956// ---------------------------------------------------------------------------
1957
2e9f62da
VZ
1958#if wxUSE_MENUS_NATIVE
1959
ed45e263
VZ
1960// yield for WM_COMMAND events only, i.e. process all WM_COMMANDs in the queue
1961// immediately, without waiting for the next event loop iteration
1962//
1963// NB: this function should probably be made public later as it can almost
1964// surely replace wxYield() elsewhere as well
1965static void wxYieldForCommandsOnly()
1966{
1967 // peek all WM_COMMANDs (it will always return WM_QUIT too but we don't
1968 // want to process it here)
1969 MSG msg;
1bf77ee5 1970 while ( ::PeekMessage(&msg, (HWND)0, WM_COMMAND, WM_COMMAND, PM_REMOVE) )
ed45e263 1971 {
dd7ebf8b 1972 if ( msg.message == WM_QUIT )
1bf77ee5
VZ
1973 {
1974 // if we retrieved a WM_QUIT, insert back into the message queue.
1975 ::PostQuitMessage(0);
1976 break;
1977 }
7de59551 1978
1bf77ee5
VZ
1979 // luckily (as we don't have access to wxEventLoopImpl method from here
1980 // anyhow...) we don't need to pre process WM_COMMANDs so dispatch it
1981 // immediately
1982 ::TranslateMessage(&msg);
1983 ::DispatchMessage(&msg);
1984 }
ed45e263
VZ
1985}
1986
1e6feb95 1987bool wxWindowMSW::DoPopupMenu(wxMenu *menu, int x, int y)
c50f1fb9
VZ
1988{
1989 menu->SetInvokingWindow(this);
1990 menu->UpdateUI();
1991
27d2dbbc 1992 if ( x == wxDefaultCoord && y == wxDefaultCoord )
971562cb
VS
1993 {
1994 wxPoint mouse = ScreenToClient(wxGetMousePosition());
1995 x = mouse.x; y = mouse.y;
1996 }
1997
c50f1fb9
VZ
1998 HWND hWnd = GetHwnd();
1999 HMENU hMenu = GetHmenuOf(menu);
2000 POINT point;
2001 point.x = x;
2002 point.y = y;
2003 ::ClientToScreen(hWnd, &point);
2004 wxCurrentPopupMenu = menu;
5cb598ae 2005#if defined(__WXWINCE__)
7f0586ef 2006 UINT flags = 0;
5cb598ae 2007#else
114c220f 2008 UINT flags = TPM_RIGHTBUTTON | TPM_RECURSE;
7f0586ef
JS
2009#endif
2010 ::TrackPopupMenu(hMenu, flags, point.x, point.y, 0, hWnd, NULL);
ed45e263 2011
90e572f1 2012 // we need to do it right now as otherwise the events are never going to be
ed45e263
VZ
2013 // sent to wxCurrentPopupMenu from HandleCommand()
2014 //
2015 // note that even eliminating (ugly) wxCurrentPopupMenu global wouldn't
2016 // help and we'd still need wxYieldForCommandsOnly() as the menu may be
2017 // destroyed as soon as we return (it can be a local variable in the caller
2018 // for example) and so we do need to process the event immediately
2019 wxYieldForCommandsOnly();
2020
c50f1fb9
VZ
2021 wxCurrentPopupMenu = NULL;
2022
2023 menu->SetInvokingWindow(NULL);
2024
08158721 2025 return true;
c50f1fb9
VZ
2026}
2027
1e6feb95
VZ
2028#endif // wxUSE_MENUS_NATIVE
2029
42e69d6b
VZ
2030// ===========================================================================
2031// pre/post message processing
2032// ===========================================================================
2bda0e17 2033
c140b7e7 2034WXLRESULT wxWindowMSW::MSWDefWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam)
42e69d6b
VZ
2035{
2036 if ( m_oldWndProc )
2037 return ::CallWindowProc(CASTWNDPROC m_oldWndProc, GetHwnd(), (UINT) nMsg, (WPARAM) wParam, (LPARAM) lParam);
2038 else
2039 return ::DefWindowProc(GetHwnd(), nMsg, wParam, lParam);
2040}
2bda0e17 2041
1e6feb95 2042bool wxWindowMSW::MSWProcessMessage(WXMSG* pMsg)
42e69d6b 2043{
1e6feb95
VZ
2044 // wxUniversal implements tab traversal itself
2045#ifndef __WXUNIVERSAL__
42e69d6b 2046 if ( m_hWnd != 0 && (GetWindowStyleFlag() & wxTAB_TRAVERSAL) )
2d0a075d 2047 {
42e69d6b
VZ
2048 // intercept dialog navigation keys
2049 MSG *msg = (MSG *)pMsg;
d9317fd4
VZ
2050
2051 // here we try to do all the job which ::IsDialogMessage() usually does
2052 // internally
573a1586 2053 if ( msg->message == WM_KEYDOWN )
42e69d6b 2054 {
3f7bc32b
VZ
2055 bool bCtrlDown = wxIsCtrlDown();
2056 bool bShiftDown = wxIsShiftDown();
a23fd0e1 2057
42e69d6b
VZ
2058 // WM_GETDLGCODE: ask the control if it wants the key for itself,
2059 // don't process it if it's the case (except for Ctrl-Tab/Enter
2060 // combinations which are always processed)
2061 LONG lDlgCode = 0;
2062 if ( !bCtrlDown )
2063 {
2064 lDlgCode = ::SendMessage(msg->hwnd, WM_GETDLGCODE, 0, 0);
2b5f62a0
VZ
2065
2066 // surprizingly, DLGC_WANTALLKEYS bit mask doesn't contain the
2067 // DLGC_WANTTAB nor DLGC_WANTARROWS bits although, logically,
2068 // it, of course, implies them
2069 if ( lDlgCode & DLGC_WANTALLKEYS )
2070 {
2071 lDlgCode |= DLGC_WANTTAB | DLGC_WANTARROWS;
2072 }
42e69d6b 2073 }
a23fd0e1 2074
08158721 2075 bool bForward = true,
298ca00c
VZ
2076 bWindowChange = false,
2077 bFromTab = false;
a23fd0e1 2078
573a1586 2079 // should we process this message specially?
08158721 2080 bool bProcess = true;
9145664b 2081 switch ( msg->wParam )
42e69d6b
VZ
2082 {
2083 case VK_TAB:
6afa47d6 2084 if ( lDlgCode & DLGC_WANTTAB ) {
08158721 2085 bProcess = false;
42e69d6b
VZ
2086 }
2087 else {
2088 // Ctrl-Tab cycles thru notebook pages
2089 bWindowChange = bCtrlDown;
319fefa9 2090 bForward = !bShiftDown;
298ca00c 2091 bFromTab = true;
42e69d6b
VZ
2092 }
2093 break;
a23fd0e1 2094
42e69d6b
VZ
2095 case VK_UP:
2096 case VK_LEFT:
2097 if ( (lDlgCode & DLGC_WANTARROWS) || bCtrlDown )
08158721 2098 bProcess = false;
42e69d6b 2099 else
08158721 2100 bForward = false;
42e69d6b 2101 break;
a02eb1d2 2102
42e69d6b
VZ
2103 case VK_DOWN:
2104 case VK_RIGHT:
2105 if ( (lDlgCode & DLGC_WANTARROWS) || bCtrlDown )
08158721 2106 bProcess = false;
42e69d6b 2107 break;
2bda0e17 2108
42e69d6b
VZ
2109 case VK_RETURN:
2110 {
edccf428 2111 if ( (lDlgCode & DLGC_WANTMESSAGE) && !bCtrlDown )
42e69d6b
VZ
2112 {
2113 // control wants to process Enter itself, don't
2114 // call IsDialogMessage() which would interpret
2115 // it
08158721 2116 return false;
42e69d6b 2117 }
3147bb58
VZ
2118
2119 // currently active button should get enter press even
2120 // if there is a default button elsewhere
2121 if ( lDlgCode & DLGC_DEFPUSHBUTTON )
319fefa9 2122 {
3e79ed96
VZ
2123 // let IsDialogMessage() handle this for all
2124 // buttons except the owner-drawn ones which it
2125 // just seems to ignore
2126 long style = ::GetWindowLong(msg->hwnd, GWL_STYLE);
2127 if ( (style & BS_OWNERDRAW) == BS_OWNERDRAW )
2128 {
2129 // emulate the button click
3147bb58
VZ
2130 wxWindow *
2131 btn = wxFindWinFromHandle((WXHWND)msg->hwnd);
3e79ed96
VZ
2132 if ( btn )
2133 btn->MSWCommand(BN_CLICKED, 0 /* unused */);
2134 }
2135
08158721 2136 bProcess = false;
319fefa9 2137 }
3147bb58 2138 else // not a button itself
c50f1fb9 2139 {
91a62137 2140#if wxUSE_BUTTON
456bc6d9
VZ
2141 wxButton *btn = wxDynamicCast(GetDefaultItem(),
2142 wxButton);
73927f8b 2143 if ( btn && btn->IsEnabled() )
c50f1fb9
VZ
2144 {
2145 // if we do have a default button, do press it
2146 btn->MSWCommand(BN_CLICKED, 0 /* unused */);
2147
08158721 2148 return true;
c50f1fb9 2149 }
a6e67b55 2150 else // no default button
1e6feb95 2151#endif // wxUSE_BUTTON
0b4f47a3 2152 {
7b504551
WS
2153#ifdef __WXWINCE__
2154 wxJoystickEvent event(wxEVT_JOY_BUTTON_DOWN);
2155 event.SetEventObject(this);
2156 if(GetEventHandler()->ProcessEvent(event))
2157 return true;
2158#endif
a6e67b55
VZ
2159 // this is a quick and dirty test for a text
2160 // control
2161 if ( !(lDlgCode & DLGC_HASSETSEL) )
2162 {
2163 // don't process Enter, the control might
2164 // need it for itself and don't let
2165 // ::IsDialogMessage() have it as it can
2166 // eat the Enter events sometimes
08158721 2167 return false;
a6e67b55 2168 }
2b5f62a0
VZ
2169 else if (!IsTopLevel())
2170 {
2171 // if not a top level window, let parent
2172 // handle it
08158721 2173 return false;
2b5f62a0 2174 }
a6e67b55
VZ
2175 //else: treat Enter as TAB: pass to the next
2176 // control as this is the best thing to do
2177 // if the text doesn't handle Enter itself
2178 }
91a62137 2179 }
42e69d6b
VZ
2180 }
2181 break;
2bda0e17 2182
42e69d6b 2183 default:
08158721 2184 bProcess = false;
42e69d6b 2185 }
2bda0e17 2186
42e69d6b
VZ
2187 if ( bProcess )
2188 {
2189 wxNavigationKeyEvent event;
2190 event.SetDirection(bForward);
2191 event.SetWindowChange(bWindowChange);
298ca00c 2192 event.SetFromTab(bFromTab);
42e69d6b 2193 event.SetEventObject(this);
3572173c 2194
42e69d6b 2195 if ( GetEventHandler()->ProcessEvent(event) )
57c0af52 2196 {
d7e0024b
VZ
2197 // as we don't call IsDialogMessage(), which would take of
2198 // this by default, we need to manually send this message
1ca78aa1
JS
2199 // so that controls can change their UI state if needed
2200 MSWUpdateUIState(UIS_CLEAR, UISF_HIDEFOCUS);
d7e0024b 2201
08158721 2202 return true;
57c0af52 2203 }
42e69d6b
VZ
2204 }
2205 }
a23fd0e1 2206
16dd61ac 2207 // don't let IsDialogMessage() get VK_ESCAPE as it _always_ eats the
aae032a0
VZ
2208 // message even when there is no cancel button and when the message is
2209 // needed by the control itself: in particular, it prevents the tree in
2210 // place edit control from being closed with Escape in a dialog
2211 if ( msg->message != WM_KEYDOWN || msg->wParam != VK_ESCAPE )
f6bcfd97 2212 {
ae79d315
VZ
2213 // ::IsDialogMessage() is broken and may sometimes hang the
2214 // application by going into an infinite loop, so we try to detect
90e572f1 2215 // [some of] the situations when this may happen and not call it
ae79d315
VZ
2216 // then
2217
2218 // assume we can call it by default
08158721 2219 bool canSafelyCallIsDlgMsg = true;
085ad686 2220
48c61225 2221 HWND hwndFocus = ::GetFocus();
ae79d315
VZ
2222
2223 // if the currently focused window itself has WS_EX_CONTROLPARENT style, ::IsDialogMessage() will also enter
2224 // an infinite loop, because it will recursively check the child
2225 // windows but not the window itself and so if none of the children
2226 // accepts focus it loops forever (as it only stops when it gets
2227 // back to the window it started from)
2228 //
2229 // while it is very unusual that a window with WS_EX_CONTROLPARENT
2230 // style has the focus, it can happen. One such possibility is if
2231 // all windows are either toplevel, wxDialog, wxPanel or static
2232 // controls and no window can actually accept keyboard input.
7f0586ef 2233#if !defined(__WXWINCE__)
ae79d315 2234 if ( ::GetWindowLong(hwndFocus, GWL_EXSTYLE) & WS_EX_CONTROLPARENT )
aae032a0 2235 {
90e572f1 2236 // pessimistic by default
08158721 2237 canSafelyCallIsDlgMsg = false;
222ed1d6 2238 for ( wxWindowList::compatibility_iterator node = GetChildren().GetFirst();
ae79d315
VZ
2239 node;
2240 node = node->GetNext() )
70a5eef8 2241 {
82fee086
VZ
2242 wxWindow * const win = node->GetData();
2243 if ( win->AcceptsFocus() &&
2244 !(::GetWindowLong(GetHwndOf(win), GWL_EXSTYLE) &
2245 WS_EX_CONTROLPARENT) )
ae79d315
VZ
2246 {
2247 // it shouldn't hang...
08158721 2248 canSafelyCallIsDlgMsg = true;
48c61225 2249
ae79d315
VZ
2250 break;
2251 }
48c61225 2252 }
ae79d315 2253 }
82fee086 2254#endif // !__WXWINCE__
48c61225 2255
ae79d315
VZ
2256 if ( canSafelyCallIsDlgMsg )
2257 {
2258 // ::IsDialogMessage() can enter in an infinite loop when the
2259 // currently focused window is disabled or hidden and its
2260 // parent has WS_EX_CONTROLPARENT style, so don't call it in
2261 // this case
2262 while ( hwndFocus )
48c61225 2263 {
ae79d315
VZ
2264 if ( !::IsWindowEnabled(hwndFocus) ||
2265 !::IsWindowVisible(hwndFocus) )
2266 {
2267 // it would enter an infinite loop if we do this!
08158721 2268 canSafelyCallIsDlgMsg = false;
ae79d315
VZ
2269
2270 break;
2271 }
48c61225 2272
ae79d315
VZ
2273 if ( !(::GetWindowLong(hwndFocus, GWL_STYLE) & WS_CHILD) )
2274 {
2275 // it's a top level window, don't go further -- e.g. even
2276 // if the parent of a dialog is disabled, this doesn't
2277 // break navigation inside the dialog
2278 break;
2279 }
2280
2281 hwndFocus = ::GetParent(hwndFocus);
2282 }
085ad686
VZ
2283 }
2284
ae79d315 2285 // let IsDialogMessage() have the message if it's safe to call it
085ad686
VZ
2286 if ( canSafelyCallIsDlgMsg && ::IsDialogMessage(GetHwnd(), msg) )
2287 {
2288 // IsDialogMessage() did something...
08158721 2289 return true;
aae032a0 2290 }
f6bcfd97 2291 }
42e69d6b 2292 }
1e6feb95 2293#endif // __WXUNIVERSAL__
a23fd0e1 2294
42e69d6b
VZ
2295#if wxUSE_TOOLTIPS
2296 if ( m_tooltip )
387a3b02 2297 {
42e69d6b
VZ
2298 // relay mouse move events to the tooltip control
2299 MSG *msg = (MSG *)pMsg;
2300 if ( msg->message == WM_MOUSEMOVE )
259a4264 2301 wxToolTip::RelayEvent(pMsg);
387a3b02 2302 }
42e69d6b 2303#endif // wxUSE_TOOLTIPS
a23fd0e1 2304
08158721 2305 return false;
387a3b02
JS
2306}
2307
1e6feb95 2308bool wxWindowMSW::MSWTranslateMessage(WXMSG* pMsg)
387a3b02 2309{
1e6feb95 2310#if wxUSE_ACCEL && !defined(__WXUNIVERSAL__)
c50f1fb9 2311 return m_acceleratorTable.Translate(this, pMsg);
1e6feb95 2312#else
574c939e 2313 (void) pMsg;
08158721 2314 return false;
1e6feb95 2315#endif // wxUSE_ACCEL
387a3b02
JS
2316}
2317
574c939e 2318bool wxWindowMSW::MSWShouldPreProcessMessage(WXMSG* WXUNUSED(pMsg))
a37d422a
VZ
2319{
2320 // preprocess all messages by default
08158721 2321 return true;
a37d422a
VZ
2322}
2323
42e69d6b 2324// ---------------------------------------------------------------------------
e39af974 2325// message params unpackers
42e69d6b 2326// ---------------------------------------------------------------------------
2bda0e17 2327
1e6feb95 2328void wxWindowMSW::UnpackCommand(WXWPARAM wParam, WXLPARAM lParam,
42e69d6b
VZ
2329 WORD *id, WXHWND *hwnd, WORD *cmd)
2330{
2331 *id = LOWORD(wParam);
2332 *hwnd = (WXHWND)lParam;
2333 *cmd = HIWORD(wParam);
2bda0e17
KB
2334}
2335
1e6feb95 2336void wxWindowMSW::UnpackActivate(WXWPARAM wParam, WXLPARAM lParam,
42e69d6b 2337 WXWORD *state, WXWORD *minimized, WXHWND *hwnd)
2bda0e17 2338{
42e69d6b
VZ
2339 *state = LOWORD(wParam);
2340 *minimized = HIWORD(wParam);
2341 *hwnd = (WXHWND)lParam;
2bda0e17
KB
2342}
2343
1e6feb95 2344void wxWindowMSW::UnpackScroll(WXWPARAM wParam, WXLPARAM lParam,
42e69d6b 2345 WXWORD *code, WXWORD *pos, WXHWND *hwnd)
2bda0e17 2346{
42e69d6b
VZ
2347 *code = LOWORD(wParam);
2348 *pos = HIWORD(wParam);
2349 *hwnd = (WXHWND)lParam;
2350}
a23fd0e1 2351
1e6feb95 2352void wxWindowMSW::UnpackCtlColor(WXWPARAM wParam, WXLPARAM lParam,
01c500af 2353 WXHDC *hdc, WXHWND *hwnd)
42e69d6b 2354{
42e69d6b
VZ
2355 *hwnd = (WXHWND)lParam;
2356 *hdc = (WXHDC)wParam;
2bda0e17
KB
2357}
2358
1e6feb95 2359void wxWindowMSW::UnpackMenuSelect(WXWPARAM wParam, WXLPARAM lParam,
42e69d6b 2360 WXWORD *item, WXWORD *flags, WXHMENU *hmenu)
2bda0e17 2361{
42e69d6b
VZ
2362 *item = (WXWORD)wParam;
2363 *flags = HIWORD(wParam);
2364 *hmenu = (WXHMENU)lParam;
2365}
c085e333 2366
42e69d6b 2367// ---------------------------------------------------------------------------
77ffb593 2368// Main wxWidgets window proc and the window proc for wxWindow
42e69d6b 2369// ---------------------------------------------------------------------------
2bda0e17 2370
42e69d6b
VZ
2371// Hook for new window just as it's being created, when the window isn't yet
2372// associated with the handle
b225f659
VZ
2373static wxWindowMSW *gs_winBeingCreated = NULL;
2374
2375// implementation of wxWindowCreationHook class: it just sets gs_winBeingCreated to the
2376// window being created and insures that it's always unset back later
2377wxWindowCreationHook::wxWindowCreationHook(wxWindowMSW *winBeingCreated)
2378{
2379 gs_winBeingCreated = winBeingCreated;
2380}
2381
2382wxWindowCreationHook::~wxWindowCreationHook()
2383{
2384 gs_winBeingCreated = NULL;
2385}
42e69d6b
VZ
2386
2387// Main window proc
3135f4a7 2388LRESULT WXDLLEXPORT APIENTRY _EXPORT wxWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
2bda0e17 2389{
42e69d6b
VZ
2390 // trace all messages - useful for the debugging
2391#ifdef __WXDEBUG__
13e4c4d9
VZ
2392 wxLogTrace(wxTraceMessages,
2393 wxT("Processing %s(hWnd=%08lx, wParam=%8lx, lParam=%8lx)"),
2394 wxGetMessageName(message), (long)hWnd, (long)wParam, lParam);
42e69d6b 2395#endif // __WXDEBUG__
2bda0e17 2396
1e6feb95 2397 wxWindowMSW *wnd = wxFindWinFromHandle((WXHWND) hWnd);
c085e333 2398
42e69d6b 2399 // when we get the first message for the HWND we just created, we associate
b225f659
VZ
2400 // it with wxWindow stored in gs_winBeingCreated
2401 if ( !wnd && gs_winBeingCreated )
2d0a075d 2402 {
b225f659
VZ
2403 wxAssociateWinWithHandle(hWnd, gs_winBeingCreated);
2404 wnd = gs_winBeingCreated;
2405 gs_winBeingCreated = NULL;
42e69d6b 2406 wnd->SetHWND((WXHWND)hWnd);
2d0a075d 2407 }
2bda0e17 2408
42e69d6b 2409 LRESULT rc;
a23fd0e1 2410
a3dc1da9 2411 if ( wnd && wxEventLoop::AllowProcessing(wnd) )
b225f659 2412 rc = wnd->MSWWindowProc(message, wParam, lParam);
a23fd0e1 2413 else
b225f659 2414 rc = ::DefWindowProc(hWnd, message, wParam, lParam);
2bda0e17 2415
42e69d6b 2416 return rc;
f7bd2698
JS
2417}
2418
c140b7e7 2419WXLRESULT wxWindowMSW::MSWWindowProc(WXUINT message, WXWPARAM wParam, WXLPARAM lParam)
f7bd2698 2420{
42e69d6b 2421 // did we process the message?
08158721 2422 bool processed = false;
f7bd2698 2423
42e69d6b
VZ
2424 // the return value
2425 union
2bda0e17 2426 {
42e69d6b 2427 bool allow;
c140b7e7 2428 WXLRESULT result;
42e69d6b
VZ
2429 WXHBRUSH hBrush;
2430 } rc;
2bda0e17 2431
42e69d6b
VZ
2432 // for most messages we should return 0 when we do process the message
2433 rc.result = 0;
2bda0e17 2434
42e69d6b 2435 switch ( message )
39136494 2436 {
42e69d6b
VZ
2437 case WM_CREATE:
2438 {
2439 bool mayCreate;
2440 processed = HandleCreate((WXLPCREATESTRUCT)lParam, &mayCreate);
2441 if ( processed )
2442 {
2443 // return 0 to allow window creation
2444 rc.result = mayCreate ? 0 : -1;
2445 }
2446 }
2447 break;
47cbd6da 2448
42e69d6b 2449 case WM_DESTROY:
08158721 2450 // never set processed to true and *always* pass WM_DESTROY to
ad4297f3
VZ
2451 // DefWindowProc() as Windows may do some internal cleanup when
2452 // processing it and failing to pass the message along may cause
2453 // memory and resource leaks!
2454 (void)HandleDestroy();
42e69d6b
VZ
2455 break;
2456
9b6ae450
VZ
2457 case WM_SIZE:
2458 processed = HandleSize(LOWORD(lParam), HIWORD(lParam), wParam);
9b6ae450
VZ
2459 break;
2460
42e69d6b 2461 case WM_MOVE:
132cb640 2462 processed = HandleMove(GET_X_LPARAM(lParam), GET_Y_LPARAM(lParam));
42e69d6b 2463 break;
47cbd6da 2464
7f0586ef 2465#if !defined(__WXWINCE__)
5706de1c 2466 case WM_MOVING:
540b6b09
VZ
2467 {
2468 LPRECT pRect = (LPRECT)lParam;
2469 wxRect rc;
2470 rc.SetLeft(pRect->left);
2471 rc.SetTop(pRect->top);
2472 rc.SetRight(pRect->right);
2473 rc.SetBottom(pRect->bottom);
2474 processed = HandleMoving(rc);
2475 if (processed) {
2476 pRect->left = rc.GetLeft();
2477 pRect->top = rc.GetTop();
2478 pRect->right = rc.GetRight();
2479 pRect->bottom = rc.GetBottom();
2480 }
2481 }
5706de1c
JS
2482 break;
2483
5706de1c
JS
2484 case WM_SIZING:
2485 {
2486 LPRECT pRect = (LPRECT)lParam;
2487 wxRect rc;
2488 rc.SetLeft(pRect->left);
2489 rc.SetTop(pRect->top);
2490 rc.SetRight(pRect->right);
2491 rc.SetBottom(pRect->bottom);
2492 processed = HandleSizing(rc);
2493 if (processed) {
2494 pRect->left = rc.GetLeft();
2495 pRect->top = rc.GetTop();
2496 pRect->right = rc.GetRight();
2497 pRect->bottom = rc.GetBottom();
2498 }
2499 }
2500 break;
9b6ae450 2501#endif // !__WXWINCE__
5706de1c 2502
7f0586ef 2503#if !defined(__WXMICROWIN__) && !defined(__WXWINCE__)
1e6feb95 2504 case WM_ACTIVATEAPP:
afafd942 2505 // This implicitly sends a wxEVT_ACTIVATE_APP event
1e6feb95 2506 wxTheApp->SetActive(wParam != 0, FindFocus());
42e69d6b 2507 break;
8a46f9b1 2508#endif
47cbd6da 2509
42e69d6b 2510 case WM_ACTIVATE:
341c92a8 2511 {
42e69d6b
VZ
2512 WXWORD state, minimized;
2513 WXHWND hwnd;
2514 UnpackActivate(wParam, lParam, &state, &minimized, &hwnd);
2515
2516 processed = HandleActivate(state, minimized != 0, (WXHWND)hwnd);
341c92a8 2517 }
42e69d6b 2518 break;
341c92a8 2519
42e69d6b
VZ
2520 case WM_SETFOCUS:
2521 processed = HandleSetFocus((WXHWND)(HWND)wParam);
2522 break;
47cbd6da 2523
42e69d6b
VZ
2524 case WM_KILLFOCUS:
2525 processed = HandleKillFocus((WXHWND)(HWND)wParam);
2526 break;
47cbd6da 2527
c3732409 2528 case WM_PRINTCLIENT:
1a784dfc 2529 processed = HandlePrintClient((WXHDC)wParam);
07c19327
VZ
2530 break;
2531
c3732409
VZ
2532 case WM_PAINT:
2533 if ( wParam )
5c6c3176 2534 {
5c6c3176 2535 wxPaintDCEx dc((wxWindow *)this, (WXHDC)wParam);
07c19327 2536
5c6c3176
RD
2537 processed = HandlePaint();
2538 }
c3732409
VZ
2539 else // no DC given
2540 {
2541 processed = HandlePaint();
2542 }
5c6c3176
RD
2543 break;
2544
42e69d6b 2545 case WM_CLOSE:
9fd9e47a
JS
2546#ifdef __WXUNIVERSAL__
2547 // Universal uses its own wxFrame/wxDialog, so we don't receive
2548 // close events unless we have this.
2549 Close();
c3732409
VZ
2550#endif // __WXUNIVERSAL__
2551
42e69d6b
VZ
2552 // don't let the DefWindowProc() destroy our window - we'll do it
2553 // ourselves in ~wxWindow
08158721 2554 processed = true;
42e69d6b
VZ
2555 rc.result = TRUE;
2556 break;
47cbd6da 2557
42e69d6b
VZ
2558 case WM_SHOWWINDOW:
2559 processed = HandleShow(wParam != 0, (int)lParam);
2560 break;
3a19e16d 2561
42e69d6b 2562 case WM_MOUSEMOVE:
132cb640
VZ
2563 processed = HandleMouseMove(GET_X_LPARAM(lParam),
2564 GET_Y_LPARAM(lParam),
2565 wParam);
2566 break;
0d0512bd 2567
4e5c6c33 2568#ifdef HAVE_TRACKMOUSEEVENT
e5297b7f 2569 case WM_MOUSELEAVE:
4e5c6c33
VZ
2570 // filter out excess WM_MOUSELEAVE events sent after PopupMenu() (on XP at least)
2571 if ( m_mouseInWindow )
e5297b7f 2572 {
4e5c6c33 2573 GenerateMouseLeave();
e5297b7f 2574 }
4e5c6c33
VZ
2575
2576 // always pass processed back as false, this allows the window
2577 // manager to process the message too. This is needed to
2578 // ensure windows XP themes work properly as the mouse moves
2579 // over widgets like buttons. So don't set processed to true here.
51e4e266 2580 break;
4e5c6c33 2581#endif // HAVE_TRACKMOUSEEVENT
35bbb0c6 2582
d2c52078
RD
2583#if wxUSE_MOUSEWHEEL
2584 case WM_MOUSEWHEEL:
2585 processed = HandleMouseWheel(wParam, lParam);
2586 break;
2587#endif
2588
42e69d6b
VZ
2589 case WM_LBUTTONDOWN:
2590 case WM_LBUTTONUP:
2591 case WM_LBUTTONDBLCLK:
2592 case WM_RBUTTONDOWN:
2593 case WM_RBUTTONUP:
2594 case WM_RBUTTONDBLCLK:
2595 case WM_MBUTTONDOWN:
2596 case WM_MBUTTONUP:
2597 case WM_MBUTTONDBLCLK:
dfafa702 2598 {
98363307 2599#ifdef __WXMICROWIN__
cd4453e5
VZ
2600 // MicroWindows seems to ignore the fact that a window is
2601 // disabled. So catch mouse events and throw them away if
2602 // necessary.
d0a3d109 2603 wxWindowMSW* win = this;
dfafa702 2604 for ( ;; )
d0a3d109
VZ
2605 {
2606 if (!win->IsEnabled())
2607 {
08158721 2608 processed = true;
d0a3d109
VZ
2609 break;
2610 }
dfafa702 2611
d0a3d109 2612 win = win->GetParent();
dfafa702 2613 if ( !win || win->IsTopLevel() )
d0a3d109
VZ
2614 break;
2615 }
dfafa702 2616
03e0b2b1
VZ
2617 if ( processed )
2618 break;
2619
dfafa702 2620#endif // __WXMICROWIN__
03e0b2b1
VZ
2621 int x = GET_X_LPARAM(lParam),
2622 y = GET_Y_LPARAM(lParam);
dfafa702 2623
42b1fb63 2624#ifdef __WXWINCE__
03e0b2b1 2625 // redirect the event to a static control if necessary by
42b1fb63
VZ
2626 // finding one under mouse because under CE the static controls
2627 // don't generate mouse events (even with SS_NOTIFY)
03e0b2b1
VZ
2628 wxWindowMSW *win;
2629 if ( GetCapture() == this )
2630 {
2631 // but don't do it if the mouse is captured by this window
2632 // because then it should really get this event itself
2633 win = this;
d0a3d109 2634 }
03e0b2b1
VZ
2635 else
2636 {
2637 win = FindWindowForMouseEvent(this, &x, &y);
2b5f62a0
VZ
2638
2639 // this should never happen
2640 wxCHECK_MSG( win, 0,
2641 _T("FindWindowForMouseEvent() returned NULL") );
9f011847 2642 }
7d4f65e3
JS
2643#ifdef __POCKETPC__
2644 if (IsContextMenuEnabled() && message == WM_LBUTTONDOWN)
2645 {
2646 SHRGINFO shrgi = {0};
faa94f3e 2647
7d4f65e3
JS
2648 shrgi.cbSize = sizeof(SHRGINFO);
2649 shrgi.hwndClient = (HWND) GetHWND();
2650 shrgi.ptDown.x = x;
2651 shrgi.ptDown.y = y;
faa94f3e 2652
7d4f65e3
JS
2653 shrgi.dwFlags = SHRG_RETURNCMD;
2654 // shrgi.dwFlags = SHRG_NOTIFYPARENT;
faa94f3e 2655
7d4f65e3
JS
2656 if (GN_CONTEXTMENU == ::SHRecognizeGesture(&shrgi))
2657 {
2658 wxPoint pt(x, y);
2659 pt = ClientToScreen(pt);
faa94f3e 2660
7d4f65e3 2661 wxContextMenuEvent evtCtx(wxEVT_CONTEXT_MENU, GetId(), pt);
faa94f3e 2662
7d4f65e3
JS
2663 evtCtx.SetEventObject(this);
2664 if (GetEventHandler()->ProcessEvent(evtCtx))
f350d4b2 2665 {
7d4f65e3 2666 processed = true;
f350d4b2
JS
2667 return true;
2668 }
7d4f65e3
JS
2669 }
2670 }
2671#endif
2672
42b1fb63
VZ
2673#else // !__WXWINCE__
2674 wxWindowMSW *win = this;
2675#endif // __WXWINCE__/!__WXWINCE__
9f011847
VZ
2676
2677 processed = win->HandleMouseEvent(message, x, y, wParam);
2b5f62a0 2678
9f011847
VZ
2679 // if the app didn't eat the event, handle it in the default
2680 // way, that is by giving this window the focus
2681 if ( !processed )
2682 {
2b5f62a0
VZ
2683 // for the standard classes their WndProc sets the focus to
2684 // them anyhow and doing it from here results in some weird
9f011847 2685 // problems, so don't do it for them (unnecessary anyhow)
2b5f62a0
VZ
2686 if ( !win->IsOfStandardClass() )
2687 {
2688 if ( message == WM_LBUTTONDOWN && win->AcceptsFocus() )
2689 win->SetFocus();
2690 }
03e0b2b1 2691 }
98363307 2692 }
dfafa702 2693 break;
d0a3d109 2694
cd4453e5 2695#ifdef MM_JOY1MOVE
42e69d6b
VZ
2696 case MM_JOY1MOVE:
2697 case MM_JOY2MOVE:
2698 case MM_JOY1ZMOVE:
2699 case MM_JOY2ZMOVE:
2700 case MM_JOY1BUTTONDOWN:
2701 case MM_JOY2BUTTONDOWN:
2702 case MM_JOY1BUTTONUP:
2703 case MM_JOY2BUTTONUP:
132cb640
VZ
2704 processed = HandleJoystickEvent(message,
2705 GET_X_LPARAM(lParam),
2706 GET_Y_LPARAM(lParam),
2707 wParam);
42e69d6b 2708 break;
cd4453e5 2709#endif // __WXMICROWIN__
47cbd6da 2710
42e69d6b
VZ
2711 case WM_COMMAND:
2712 {
2713 WORD id, cmd;
2714 WXHWND hwnd;
2715 UnpackCommand(wParam, lParam, &id, &hwnd, &cmd);
47cbd6da 2716
42e69d6b
VZ
2717 processed = HandleCommand(id, cmd, hwnd);
2718 }
2719 break;
7d532b0c 2720
42e69d6b
VZ
2721 case WM_NOTIFY:
2722 processed = HandleNotify((int)wParam, lParam, &rc.result);
2723 break;
2bda0e17 2724
27005f3a
VZ
2725 // we only need to reply to WM_NOTIFYFORMAT manually when using MSLU,
2726 // otherwise DefWindowProc() does it perfectly fine for us, but MSLU
2727 // apparently doesn't always behave properly and needs some help
2728#if wxUSE_UNICODE_MSLU && defined(NF_QUERY)
2729 case WM_NOTIFYFORMAT:
2730 if ( lParam == NF_QUERY )
2731 {
2732 processed = true;
2733 rc.result = NFR_UNICODE;
2734 }
2735 break;
2736#endif // wxUSE_UNICODE_MSLU
2737
08158721 2738 // for these messages we must return true if process the message
cd4453e5 2739#ifdef WM_DRAWITEM
42e69d6b
VZ
2740 case WM_DRAWITEM:
2741 case WM_MEASUREITEM:
2742 {
2743 int idCtrl = (UINT)wParam;
2744 if ( message == WM_DRAWITEM )
2745 {
2746 processed = MSWOnDrawItem(idCtrl,
2747 (WXDRAWITEMSTRUCT *)lParam);
2748 }
2749 else
2750 {
2751 processed = MSWOnMeasureItem(idCtrl,
2752 (WXMEASUREITEMSTRUCT *)lParam);
2753 }
57a7b7c1 2754
42e69d6b
VZ
2755 if ( processed )
2756 rc.result = TRUE;
2757 }
2758 break;
cd4453e5
VZ
2759#endif // defined(WM_DRAWITEM)
2760
9bf84618 2761 case WM_GETDLGCODE:
5a403e3f 2762 if ( !IsOfStandardClass() )
9bf84618 2763 {
5a403e3f
VZ
2764 // we always want to get the char events
2765 rc.result = DLGC_WANTCHARS;
2766
2767 if ( GetWindowStyleFlag() & wxWANTS_CHARS )
2768 {
2769 // in fact, we want everything
2770 rc.result |= DLGC_WANTARROWS |
2771 DLGC_WANTTAB |
2772 DLGC_WANTALLKEYS;
2773 }
2774
08158721 2775 processed = true;
9bf84618 2776 }
101f488c 2777 //else: get the dlg code from the DefWindowProc()
9bf84618
VZ
2778 break;
2779
4004f41e 2780 case WM_SYSKEYDOWN:
42e69d6b 2781 case WM_KEYDOWN:
9c7df356
VZ
2782 // If this has been processed by an event handler, return 0 now
2783 // (we've handled it).
2784 m_lastKeydownProcessed = HandleKeyDown((WORD) wParam, lParam);
2785 if ( m_lastKeydownProcessed )
2d0a075d 2786 {
08158721 2787 processed = true;
2d0a075d 2788 }
81d66cf3 2789
2b5f62a0 2790 if ( !processed )
42e69d6b 2791 {
2b5f62a0
VZ
2792 switch ( wParam )
2793 {
90e572f1 2794 // we consider these messages "not interesting" to OnChar, so
2b5f62a0
VZ
2795 // just don't do anything more with them
2796 case VK_SHIFT:
2797 case VK_CONTROL:
2798 case VK_MENU:
2799 case VK_CAPITAL:
2800 case VK_NUMLOCK:
2801 case VK_SCROLL:
08158721 2802 processed = true;
2b5f62a0 2803 break;
2bda0e17 2804
2b5f62a0
VZ
2805 // avoid duplicate messages to OnChar for these ASCII keys:
2806 // they will be translated by TranslateMessage() and received
2807 // in WM_CHAR
2808 case VK_ESCAPE:
2809 case VK_SPACE:
2810 case VK_RETURN:
2811 case VK_BACK:
2812 case VK_TAB:
2813 case VK_ADD:
2814 case VK_SUBTRACT:
2815 case VK_MULTIPLY:
2816 case VK_DIVIDE:
3f2174bb
VZ
2817 case VK_NUMPAD0:
2818 case VK_NUMPAD1:
2819 case VK_NUMPAD2:
2820 case VK_NUMPAD3:
2821 case VK_NUMPAD4:
2822 case VK_NUMPAD5:
2823 case VK_NUMPAD6:
2824 case VK_NUMPAD7:
2825 case VK_NUMPAD8:
2826 case VK_NUMPAD9:
2b5f62a0
VZ
2827 case VK_OEM_1:
2828 case VK_OEM_2:
2829 case VK_OEM_3:
2830 case VK_OEM_4:
2831 case VK_OEM_5:
2832 case VK_OEM_6:
2833 case VK_OEM_7:
2834 case VK_OEM_PLUS:
2835 case VK_OEM_COMMA:
2836 case VK_OEM_MINUS:
2837 case VK_OEM_PERIOD:
08158721 2838 // but set processed to false, not true to still pass them
2b5f62a0
VZ
2839 // to the control's default window proc - otherwise
2840 // built-in keyboard handling won't work
08158721 2841 processed = false;
2b5f62a0 2842 break;
2bda0e17 2843
42e69d6b 2844#ifdef VK_APPS
2b5f62a0
VZ
2845 // special case of VK_APPS: treat it the same as right mouse
2846 // click because both usually pop up a context menu
2847 case VK_APPS:
ae177b45 2848 processed = HandleMouseEvent(WM_RBUTTONDOWN, -1, -1, 0);
2b5f62a0 2849 break;
42e69d6b 2850#endif // VK_APPS
2bda0e17 2851
2b5f62a0
VZ
2852 default:
2853 // do generate a CHAR event
2854 processed = HandleChar((WORD)wParam, lParam);
2855 }
42e69d6b 2856 }
2b5f62a0 2857 if (message == WM_SYSKEYDOWN) // Let Windows still handle the SYSKEYs
08158721 2858 processed = false;
42e69d6b 2859 break;
2bda0e17 2860
4004f41e 2861 case WM_SYSKEYUP:
42e69d6b 2862 case WM_KEYUP:
4aff28fc
VZ
2863#ifdef VK_APPS
2864 // special case of VK_APPS: treat it the same as right mouse button
2865 if ( wParam == VK_APPS )
2866 {
ae177b45 2867 processed = HandleMouseEvent(WM_RBUTTONUP, -1, -1, 0);
4aff28fc
VZ
2868 }
2869 else
2870#endif // VK_APPS
2871 {
2872 processed = HandleKeyUp((WORD) wParam, lParam);
2873 }
42e69d6b 2874 break;
debe6624 2875
170cbe33 2876 case WM_SYSCHAR:
42e69d6b 2877 case WM_CHAR: // Always an ASCII character
d9f14e16
RD
2878 if ( m_lastKeydownProcessed )
2879 {
2880 // The key was handled in the EVT_KEY_DOWN and handling
2881 // a key in an EVT_KEY_DOWN handler is meant, by
2882 // design, to prevent EVT_CHARs from happening
08158721
DS
2883 m_lastKeydownProcessed = false;
2884 processed = true;
d9f14e16
RD
2885 }
2886 else
7de5bdf4 2887 {
08158721 2888 processed = HandleChar((WORD)wParam, lParam, true);
7de5bdf4 2889 }
42e69d6b 2890 break;
2bda0e17 2891
5048c832
JS
2892#if wxUSE_HOTKEY
2893 case WM_HOTKEY:
2894 processed = HandleHotKey((WORD)wParam, lParam);
2895 break;
540b6b09 2896#endif // wxUSE_HOTKEY
5048c832 2897
42e69d6b
VZ
2898 case WM_HSCROLL:
2899 case WM_VSCROLL:
a23fd0e1 2900 {
42e69d6b
VZ
2901 WXWORD code, pos;
2902 WXHWND hwnd;
2903 UnpackScroll(wParam, lParam, &code, &pos, &hwnd);
2bda0e17 2904
42e69d6b
VZ
2905 processed = MSWOnScroll(message == WM_HSCROLL ? wxHORIZONTAL
2906 : wxVERTICAL,
2907 code, pos, hwnd);
a23fd0e1 2908 }
42e69d6b 2909 break;
a23fd0e1 2910
42e69d6b 2911 // CTLCOLOR messages are sent by children to query the parent for their
01c500af 2912 // colors
04ef50df 2913#ifndef __WXMICROWIN__
42e69d6b
VZ
2914 case WM_CTLCOLORMSGBOX:
2915 case WM_CTLCOLOREDIT:
2916 case WM_CTLCOLORLISTBOX:
2917 case WM_CTLCOLORBTN:
2918 case WM_CTLCOLORDLG:
2919 case WM_CTLCOLORSCROLLBAR:
2920 case WM_CTLCOLORSTATIC:
a23fd0e1 2921 {
42e69d6b
VZ
2922 WXHDC hdc;
2923 WXHWND hwnd;
01c500af 2924 UnpackCtlColor(wParam, lParam, &hdc, &hwnd);
42e69d6b 2925
48fa6bd3 2926 processed = HandleCtlColor(&rc.hBrush, (WXHDC)hdc, (WXHWND)hwnd);
a23fd0e1 2927 }
42e69d6b 2928 break;
cd4453e5 2929#endif // !__WXMICROWIN__
debe6624 2930
42e69d6b 2931 case WM_SYSCOLORCHANGE:
90c1530a 2932 // the return value for this message is ignored
42e69d6b
VZ
2933 processed = HandleSysColorChange();
2934 break;
2bda0e17 2935
7f0586ef 2936#if !defined(__WXWINCE__)
574c939e
KB
2937 case WM_DISPLAYCHANGE:
2938 processed = HandleDisplayChange();
2939 break;
7f0586ef 2940#endif
574c939e 2941
42e69d6b
VZ
2942 case WM_PALETTECHANGED:
2943 processed = HandlePaletteChanged((WXHWND) (HWND) wParam);
2944 break;
2bda0e17 2945
a5e84126
JS
2946 case WM_CAPTURECHANGED:
2947 processed = HandleCaptureChanged((WXHWND) (HWND) lParam);
2948 break;
2949
3c96418b
JG
2950 case WM_SETTINGCHANGE:
2951 processed = HandleSettingChange(wParam, lParam);
2952 break;
2953
42e69d6b
VZ
2954 case WM_QUERYNEWPALETTE:
2955 processed = HandleQueryNewPalette();
2956 break;
2bda0e17 2957
42e69d6b
VZ
2958 case WM_ERASEBKGND:
2959 processed = HandleEraseBkgnd((WXHDC)(HDC)wParam);
2960 if ( processed )
2961 {
2962 // we processed the message, i.e. erased the background
2963 rc.result = TRUE;
2964 }
2965 break;
debe6624 2966
7f0586ef 2967#if !defined(__WXWINCE__)
42e69d6b
VZ
2968 case WM_DROPFILES:
2969 processed = HandleDropFiles(wParam);
2970 break;
7f0586ef 2971#endif
2bda0e17 2972
42e69d6b
VZ
2973 case WM_INITDIALOG:
2974 processed = HandleInitDialog((WXHWND)(HWND)wParam);
a23fd0e1 2975
42e69d6b
VZ
2976 if ( processed )
2977 {
2978 // we never set focus from here
2979 rc.result = FALSE;
2980 }
2981 break;
a23fd0e1 2982
7f0586ef 2983#if !defined(__WXWINCE__)
42e69d6b
VZ
2984 case WM_QUERYENDSESSION:
2985 processed = HandleQueryEndSession(lParam, &rc.allow);
2986 break;
2bda0e17 2987
42e69d6b
VZ
2988 case WM_ENDSESSION:
2989 processed = HandleEndSession(wParam != 0, lParam);
2990 break;
2bda0e17 2991
42e69d6b 2992 case WM_GETMINMAXINFO:
25889d3c 2993 processed = HandleGetMinMaxInfo((MINMAXINFO*)lParam);
42e69d6b 2994 break;
7f0586ef 2995#endif
debe6624 2996
42e69d6b
VZ
2997 case WM_SETCURSOR:
2998 processed = HandleSetCursor((WXHWND)(HWND)wParam,
2999 LOWORD(lParam), // hit test
3000 HIWORD(lParam)); // mouse msg
3001
3002 if ( processed )
3003 {
3004 // returning TRUE stops the DefWindowProc() from further
3005 // processing this message - exactly what we need because we've
3006 // just set the cursor.
3007 rc.result = TRUE;
3008 }
3009 break;
4cdc2c13 3010
ed5317e5
JS
3011#if wxUSE_ACCESSIBILITY
3012 case WM_GETOBJECT:
3013 {
3014 //WPARAM dwFlags = (WPARAM) (DWORD) wParam;
3015 LPARAM dwObjId = (LPARAM) (DWORD) lParam;
3016
66b9ec3d 3017 if (dwObjId == (LPARAM)OBJID_CLIENT && GetOrCreateAccessible())
ed5317e5
JS
3018 {
3019 return LresultFromObject(IID_IAccessible, wParam, (IUnknown*) GetAccessible()->GetIAccessible());
3020 }
3021 break;
3022 }
3023#endif
3024
e39af974 3025#if defined(WM_HELP)
b96340e6 3026 case WM_HELP:
b96340e6 3027 {
a9c11b71
VZ
3028 // by default, WM_HELP is propagated by DefWindowProc() upwards
3029 // to the window parent but as we do it ourselves already
3030 // (wxHelpEvent is derived from wxCommandEvent), we don't want
3031 // to get the other events if we process this message at all
3032 processed = true;
3033
3034 // WM_HELP doesn't use lParam under CE
7f0586ef 3035#ifndef __WXWINCE__
4cdc2c13 3036 HELPINFO* info = (HELPINFO*) lParam;
a9c11b71 3037 if ( info->iContextType == HELPINFO_WINDOW )
b96340e6 3038 {
a9c11b71
VZ
3039#endif // !__WXWINCE__
3040 wxHelpEvent helpEvent
3041 (
3042 wxEVT_HELP,
3043 GetId(),
7f0586ef 3044#ifdef __WXWINCE__
2d4ec362 3045 wxGetMousePosition() // what else?
7f0586ef 3046#else
a9c11b71 3047 wxPoint(info->MousePos.x, info->MousePos.y)
7f0586ef 3048#endif
a9c11b71 3049 );
b96340e6 3050
a9c11b71
VZ
3051 helpEvent.SetEventObject(this);
3052 GetEventHandler()->ProcessEvent(helpEvent);
7f0586ef 3053#ifndef __WXWINCE__
b96340e6 3054 }
a9c11b71 3055 else if ( info->iContextType == HELPINFO_MENUITEM )
4cdc2c13
VZ
3056 {
3057 wxHelpEvent helpEvent(wxEVT_HELP, info->iCtrlId);
3058 helpEvent.SetEventObject(this);
a9c11b71 3059 GetEventHandler()->ProcessEvent(helpEvent);
69231000 3060
4cdc2c13 3061 }
a9c11b71
VZ
3062 else // unknown help event?
3063 {
3064 processed = false;
3065 }
3066#endif // !__WXWINCE__
b96340e6 3067 }
b96340e6 3068 break;
a9c11b71 3069#endif // WM_HELP
4cdc2c13 3070
7f0586ef 3071#if !defined(__WXWINCE__)
69231000 3072 case WM_CONTEXTMENU:
4cdc2c13
VZ
3073 {
3074 // we don't convert from screen to client coordinates as
3075 // the event may be handled by a parent window
3076 wxPoint pt(GET_X_LPARAM(lParam), GET_Y_LPARAM(lParam));
3077
3078 wxContextMenuEvent evtCtx(wxEVT_CONTEXT_MENU, GetId(), pt);
2d1715aa
VZ
3079
3080 // we could have got an event from our child, reflect it back
3081 // to it if this is the case
d85c53a5 3082 wxWindowMSW *win = NULL;
c140b7e7 3083 if ( (WXHWND)wParam != m_hWnd )
2d1715aa
VZ
3084 {
3085 win = FindItemByHWND((WXHWND)wParam);
3086 }
3087
3088 if ( !win )
3089 win = this;
3090
3091 evtCtx.SetEventObject(win);
3092 processed = win->GetEventHandler()->ProcessEvent(evtCtx);
4cdc2c13 3093 }
69231000 3094 break;
7f0586ef 3095#endif
b74cce40
VZ
3096
3097 case WM_MENUCHAR:
3098 // we're only interested in our own menus, not MF_SYSMENU
3099 if ( HIWORD(wParam) == MF_POPUP )
3100 {
3101 // handle menu chars for ownerdrawn menu items
3102 int i = HandleMenuChar(toupper(LOWORD(wParam)), lParam);
3103 if ( i != wxNOT_FOUND )
3104 {
3105 rc.result = MAKELRESULT(i, MNC_EXECUTE);
08158721 3106 processed = true;
b74cce40
VZ
3107 }
3108 }
3109 break;
355debca 3110
dbc74bcc 3111#ifndef __WXWINCE__
355debca
VZ
3112 case WM_POWERBROADCAST:
3113 {
3114 bool vetoed;
3115 processed = HandlePower(wParam, lParam, &vetoed);
3116 rc.result = processed && vetoed ? BROADCAST_QUERY_DENY : TRUE;
3117 }
3118 break;
dbc74bcc 3119#endif // __WXWINCE__
a23fd0e1 3120 }
2d0a075d 3121
42e69d6b 3122 if ( !processed )
2d0a075d 3123 {
42e69d6b 3124#ifdef __WXDEBUG__
223d09f6 3125 wxLogTrace(wxTraceMessages, wxT("Forwarding %s to DefWindowProc."),
42e69d6b
VZ
3126 wxGetMessageName(message));
3127#endif // __WXDEBUG__
3128 rc.result = MSWDefWindowProc(message, wParam, lParam);
a23fd0e1 3129 }
2bda0e17 3130
42e69d6b 3131 return rc.result;
2bda0e17
KB
3132}
3133
b225f659
VZ
3134// ----------------------------------------------------------------------------
3135// wxWindow <-> HWND map
3136// ----------------------------------------------------------------------------
2bda0e17 3137
1bffa913 3138wxWinHashTable *wxWinHandleHash = NULL;
b225f659 3139
42e69d6b 3140wxWindow *wxFindWinFromHandle(WXHWND hWnd)
4ce81a75 3141{
40ad3426 3142 return (wxWindow*)wxWinHandleHash->Get((long)hWnd);
42e69d6b 3143}
4ce81a75 3144
1e6feb95 3145void wxAssociateWinWithHandle(HWND hWnd, wxWindowMSW *win)
42e69d6b
VZ
3146{
3147 // adding NULL hWnd is (first) surely a result of an error and
3148 // (secondly) breaks menu command processing
3149 wxCHECK_RET( hWnd != (HWND)NULL,
223d09f6 3150 wxT("attempt to add a NULL hWnd to window list ignored") );
4ce81a75 3151
c7527e3f 3152 wxWindow *oldWin = wxFindWinFromHandle((WXHWND) hWnd);
b225f659 3153#ifdef __WXDEBUG__
c7527e3f
JS
3154 if ( oldWin && (oldWin != win) )
3155 {
b225f659 3156 wxLogDebug(wxT("HWND %X already associated with another window (%s)"),
9b601c24 3157 (int) hWnd, win->GetClassInfo()->GetClassName());
c7527e3f 3158 }
b225f659
VZ
3159 else
3160#endif // __WXDEBUG__
3161 if (!oldWin)
c7527e3f 3162 {
d2d14464 3163 wxWinHandleHash->Put((long)hWnd, (wxWindow *)win);
c7527e3f 3164 }
42e69d6b 3165}
4ce81a75 3166
1e6feb95 3167void wxRemoveHandleAssociation(wxWindowMSW *win)
42e69d6b 3168{
1bffa913 3169 wxWinHandleHash->Delete((long)win->GetHWND());
4ce81a75
JS
3170}
3171
b225f659
VZ
3172// ----------------------------------------------------------------------------
3173// various MSW speciic class dependent functions
3174// ----------------------------------------------------------------------------
3175
42e69d6b
VZ
3176// Default destroyer - override if you destroy it in some other way
3177// (e.g. with MDI child windows)
1e6feb95 3178void wxWindowMSW::MSWDestroyWindow()
4ce81a75 3179{
42e69d6b 3180}
4ce81a75 3181
b225f659
VZ
3182bool wxWindowMSW::MSWGetCreateWindowCoords(const wxPoint& pos,
3183 const wxSize& size,
3184 int& x, int& y,
3185 int& w, int& h) const
2bda0e17 3186{
9cb57df4 3187 // yes, those are just some arbitrary hardcoded numbers
2a77c8c4 3188 static const int DEFAULT_Y = 200;
2a77c8c4 3189
08158721 3190 bool nonDefault = false;
c085e333 3191
422d0ff0 3192 if ( pos.x == wxDefaultCoord )
b225f659 3193 {
9cb57df4
VZ
3194 // if x is set to CW_USEDEFAULT, y parameter is ignored anyhow so we
3195 // can just as well set it to CW_USEDEFAULT as well
b225f659
VZ
3196 x =
3197 y = CW_USEDEFAULT;
3198 }
3199 else
a23fd0e1 3200 {
2a77c8c4
VZ
3201 // OTOH, if x is not set to CW_USEDEFAULT, y shouldn't be set to it
3202 // neither because it is not handled as a special value by Windows then
3203 // and so we have to choose some default value for it
b225f659 3204 x = pos.x;
422d0ff0 3205 y = pos.y == wxDefaultCoord ? DEFAULT_Y : pos.y;
c085e333 3206
08158721 3207 nonDefault = true;
42e69d6b 3208 }
2bda0e17 3209
b889a3a2
VZ
3210 /*
3211 NB: there used to be some code here which set the initial size of the
3212 window to the client size of the parent if no explicit size was
77ffb593 3213 specified. This was wrong because wxWidgets programs often assume
b889a3a2
VZ
3214 that they get a WM_SIZE (EVT_SIZE) upon creation, however this broke
3215 it. To see why, you should understand that Windows sends WM_SIZE from
3216 inside ::CreateWindow() anyhow. However, ::CreateWindow() is called
3217 from some base class ctor and so this WM_SIZE is not processed in the
3218 real class' OnSize() (because it's not fully constructed yet and the
3219 event goes to some base class OnSize() instead). So the WM_SIZE we
3220 rely on is the one sent when the parent frame resizes its children
3221 but here is the problem: if the child already has just the right
77ffb593 3222 size, nothing will happen as both wxWidgets and Windows check for
b889a3a2
VZ
3223 this and ignore any attempts to change the window size to the size it
3224 already has - so no WM_SIZE would be sent.
3225 */
b225f659 3226
35bbb0c6 3227
426936d1
RD
3228 // we don't use CW_USEDEFAULT here for several reasons:
3229 //
3230 // 1. it results in huge frames on modern screens (1000*800 is not
3231 // uncommon on my 1280*1024 screen) which is way too big for a half
77ffb593 3232 // empty frame of most of wxWidgets samples for example)
426936d1
RD
3233 //
3234 // 2. it is buggy for frames with wxFRAME_TOOL_WINDOW style for which
3235 // the default is for whatever reason 8*8 which breaks client <->
3236 // window size calculations (it would be nice if it didn't, but it
3237 // does and the simplest way to fix it seemed to change the broken
3238 // default size anyhow)
3239 //
3240 // 3. there is just no advantage in doing it: with x and y it is
3241 // possible that [future versions of] Windows position the new top
3242 // level window in some smart way which we can't do, but we can
3243 // guess a reasonably good size for a new window just as well
3244 // ourselves
960b193e 3245
3a3c8603
DS
3246 // However, on PocketPC devices, we must use the default
3247 // size if possible.
960b193e 3248#ifdef _WIN32_WCE
422d0ff0 3249 if (size.x == wxDefaultCoord)
3a3c8603
DS
3250 w = CW_USEDEFAULT;
3251 else
3252 w = size.x;
422d0ff0 3253 if (size.y == wxDefaultCoord)
3a3c8603
DS
3254 h = CW_USEDEFAULT;
3255 else
3256 h = size.y;
960b193e 3257#else
422d0ff0 3258 if ( size.x == wxDefaultCoord || size.y == wxDefaultCoord)
426936d1 3259 {
08158721 3260 nonDefault = true;
8614c467 3261 }
426936d1
RD
3262 w = WidthDefault(size.x);
3263 h = HeightDefault(size.y);
960b193e 3264#endif
8614c467 3265
4e9d23cd
VZ
3266 AdjustForParentClientOrigin(x, y);
3267
b225f659
VZ
3268 return nonDefault;
3269}
3270
9dfef5ac
VZ
3271WXHWND wxWindowMSW::MSWGetParent() const
3272{
d285d708 3273 return m_parent ? m_parent->GetHWND() : WXHWND(NULL);
9dfef5ac
VZ
3274}
3275
b225f659
VZ
3276bool wxWindowMSW::MSWCreate(const wxChar *wclass,
3277 const wxChar *title,
3278 const wxPoint& pos,
3279 const wxSize& size,
3280 WXDWORD style,
3281 WXDWORD extendedStyle)
3282{
3283 // choose the position/size for the new window
3284 int x, y, w, h;
3285 (void)MSWGetCreateWindowCoords(pos, size, x, y, w, h);
3286
b225f659
VZ
3287 // controlId is menu handle for the top level windows, so set it to 0
3288 // unless we're creating a child window
f586fde3 3289 int controlId = style & WS_CHILD ? GetId() : 0;
2bda0e17 3290
b225f659
VZ
3291 // for each class "Foo" we have we also have "FooNR" ("no repaint") class
3292 // which is the same but without CS_[HV]REDRAW class styles so using it
3293 // ensures that the window is not fully repainted on each resize
3294 wxString className(wclass);
e441e1f4 3295 if ( !HasFlag(wxFULL_REPAINT_ON_RESIZE) )
b225f659
VZ
3296 {
3297 className += wxT("NR");
a23fd0e1 3298 }
c085e333 3299
b225f659
VZ
3300 // do create the window
3301 wxWindowCreationHook hook(this);
b3daa5a3 3302
5e67eb97
VZ
3303 m_hWnd = (WXHWND)::CreateWindowEx
3304 (
3305 extendedStyle,
3306 className,
3307 title ? title : m_windowName.c_str(),
3308 style,
3309 x, y, w, h,
3310 (HWND)MSWGetParent(),
3311 (HMENU)controlId,
3312 wxGetInstance(),
3313 NULL // no extra data
3314 );
b225f659
VZ
3315
3316 if ( !m_hWnd )
c7527e3f 3317 {
5e67eb97 3318 wxLogSysError(_("Can't create window of class %s"), className.c_str());
b225f659 3319
08158721 3320 return false;
c7527e3f 3321 }
b3daa5a3 3322
b225f659 3323 SubclassWin(m_hWnd);
c085e333 3324
08158721 3325 return true;
2bda0e17
KB
3326}
3327
42e69d6b
VZ
3328// ===========================================================================
3329// MSW message handlers
3330// ===========================================================================
3331
3332// ---------------------------------------------------------------------------
3333// WM_NOTIFY
3334// ---------------------------------------------------------------------------
3335
1e6feb95 3336bool wxWindowMSW::HandleNotify(int idCtrl, WXLPARAM lParam, WXLPARAM *result)
2bda0e17 3337{
04ef50df 3338#ifndef __WXMICROWIN__
42e69d6b
VZ
3339 LPNMHDR hdr = (LPNMHDR)lParam;
3340 HWND hWnd = hdr->hwndFrom;
3341 wxWindow *win = wxFindWinFromHandle((WXHWND)hWnd);
3342
2b15b970 3343 // if the control is one of our windows, let it handle the message itself
42e69d6b 3344 if ( win )
564b2609 3345 {
42e69d6b 3346 return win->MSWOnNotify(idCtrl, lParam, result);
564b2609 3347 }
2bda0e17 3348
2b15b970
VZ
3349 // VZ: why did we do it? normally this is unnecessary and, besides, it
3350 // breaks the message processing for the toolbars because the tooltip
3351 // notifications were being forwarded to the toolbar child controls
3352 // (if it had any) before being passed to the toolbar itself, so in my
3353 // example the tooltip for the combobox was always shown instead of the
3354 // correct button tooltips
3355#if 0
42e69d6b 3356 // try all our children
222ed1d6 3357 wxWindowList::compatibility_iterator node = GetChildren().GetFirst();
42e69d6b 3358 while ( node )
564b2609 3359 {
42e69d6b
VZ
3360 wxWindow *child = node->GetData();
3361 if ( child->MSWOnNotify(idCtrl, lParam, result) )
3362 {
08158721 3363 return true;
42e69d6b 3364 }
2d0a075d 3365
42e69d6b
VZ
3366 node = node->GetNext();
3367 }
2b15b970 3368#endif // 0
2d0a075d 3369
2b15b970 3370 // by default, handle it ourselves
42e69d6b 3371 return MSWOnNotify(idCtrl, lParam, result);
cd4453e5 3372#else // __WXMICROWIN__
08158721 3373 return false;
04ef50df 3374#endif
42e69d6b 3375}
2d0a075d 3376
bd9cd534
VZ
3377#if wxUSE_TOOLTIPS
3378
3379bool wxWindowMSW::HandleTooltipNotify(WXUINT code,
3380 WXLPARAM lParam,
3381 const wxString& ttip)
3382{
3383 // I don't know why it happens, but the versions of comctl32.dll starting
3384 // from 4.70 sometimes send TTN_NEEDTEXTW even to ANSI programs (normally,
3385 // this message is supposed to be sent to Unicode programs only) -- hence
3386 // we need to handle it as well, otherwise no tooltips will be shown in
3387 // this case
7f0586ef 3388#ifndef __WXWINCE__
118208ac
VZ
3389 if ( !(code == (WXUINT) TTN_NEEDTEXTA || code == (WXUINT) TTN_NEEDTEXTW)
3390 || ttip.empty() )
bd9cd534
VZ
3391 {
3392 // not a tooltip message or no tooltip to show anyhow
08158721 3393 return false;
bd9cd534 3394 }
7f0586ef 3395#endif
bd9cd534
VZ
3396
3397 LPTOOLTIPTEXT ttText = (LPTOOLTIPTEXT)lParam;
3398
118208ac
VZ
3399 // We don't want to use the szText buffer because it has a limit of 80
3400 // bytes and this is not enough, especially for Unicode build where it
3401 // limits the tooltip string length to only 40 characters
3402 //
3403 // The best would be, of course, to not impose any length limitations at
3404 // all but then the buffer would have to be dynamic and someone would have
3405 // to free it and we don't have the tooltip owner object here any more, so
3406 // for now use our own static buffer with a higher fixed max length.
3407 //
3408 // Note that using a static buffer should not be a problem as only a single
3409 // tooltip can be shown at the same time anyhow.
2b5f62a0 3410#if !wxUSE_UNICODE
118208ac 3411 if ( code == (WXUINT) TTN_NEEDTEXTW )
bd9cd534 3412 {
118208ac
VZ
3413 // We need to convert tooltip from multi byte to Unicode on the fly.
3414 static wchar_t buf[513];
25c46fda 3415
118208ac
VZ
3416 // Truncate tooltip length if needed as otherwise we might not have
3417 // enough space for it in the buffer and MultiByteToWideChar() would
3418 // return an error
fec9cc08 3419 size_t tipLength = wxMin(ttip.length(), WXSIZEOF(buf) - 1);
7afebc8c
JS
3420
3421 // Convert to WideChar without adding the NULL character. The NULL
25c46fda 3422 // character is added afterwards (this is more efficient).
118208ac
VZ
3423 int len = ::MultiByteToWideChar
3424 (
3425 CP_ACP,
3426 0, // no flags
3427 ttip,
3428 tipLength,
3429 buf,
3430 WXSIZEOF(buf) - 1
3431 );
3432
3433 if ( !len )
3434 {
3435 wxLogLastError(_T("MultiByteToWideChar()"));
3436 }
7afebc8c 3437
118208ac
VZ
3438 buf[len] = L'\0';
3439 ttText->lpszText = (LPSTR) buf;
3440 }
3441 else // TTN_NEEDTEXTA
3442#endif // !wxUSE_UNICODE
3443 {
3444 // we get here if we got TTN_NEEDTEXTA (only happens in ANSI build) or
3445 // if we got TTN_NEEDTEXTW in Unicode build: in this case we just have
3446 // to copy the string we have into the buffer
3447 static wxChar buf[513];
3448 wxStrncpy(buf, ttip.c_str(), WXSIZEOF(buf) - 1);
3449 buf[WXSIZEOF(buf) - 1] = _T('\0');
3450 ttText->lpszText = buf;
bd9cd534
VZ
3451 }
3452
08158721 3453 return true;
bd9cd534
VZ
3454}
3455
3456#endif // wxUSE_TOOLTIPS
3457
1e6feb95 3458bool wxWindowMSW::MSWOnNotify(int WXUNUSED(idCtrl),
bd9cd534
VZ
3459 WXLPARAM lParam,
3460 WXLPARAM* WXUNUSED(result))
42e69d6b
VZ
3461{
3462#if wxUSE_TOOLTIPS
bd9cd534 3463 if ( m_tooltip )
42e69d6b 3464 {
bd9cd534
VZ
3465 NMHDR* hdr = (NMHDR *)lParam;
3466 if ( HandleTooltipNotify(hdr->code, lParam, m_tooltip->GetTip()))
3467 {
3468 // processed
08158721 3469 return true;
bd9cd534 3470 }
42e69d6b 3471 }
f5dd1cf1
WS
3472#else
3473 wxUnusedVar(lParam);
42e69d6b
VZ
3474#endif // wxUSE_TOOLTIPS
3475
08158721 3476 return false;
42e69d6b 3477}
2b15b970 3478
42e69d6b
VZ
3479// ---------------------------------------------------------------------------
3480// end session messages
3481// ---------------------------------------------------------------------------
2d0a075d 3482
1e6feb95 3483bool wxWindowMSW::HandleQueryEndSession(long logOff, bool *mayEnd)
42e69d6b 3484{
040e5f77 3485#ifdef ENDSESSION_LOGOFF
abb74e0f 3486 wxCloseEvent event(wxEVT_QUERY_END_SESSION, wxID_ANY);
42e69d6b 3487 event.SetEventObject(wxTheApp);
08158721 3488 event.SetCanVeto(true);
a17e237f 3489 event.SetLoggingOff(logOff == (long)ENDSESSION_LOGOFF);
2d0a075d 3490
42e69d6b
VZ
3491 bool rc = wxTheApp->ProcessEvent(event);
3492
3493 if ( rc )
3494 {
3495 // we may end only if the app didn't veto session closing (double
3496 // negation...)
3497 *mayEnd = !event.GetVeto();
2d0a075d
JS
3498 }
3499
42e69d6b 3500 return rc;
7f0586ef 3501#else
040e5f77
VZ
3502 wxUnusedVar(logOff);
3503 wxUnusedVar(mayEnd);
08158721 3504 return false;
7f0586ef 3505#endif
2bda0e17
KB
3506}
3507
1e6feb95 3508bool wxWindowMSW::HandleEndSession(bool endSession, long logOff)
2bda0e17 3509{
040e5f77 3510#ifdef ENDSESSION_LOGOFF
42e69d6b
VZ
3511 // do nothing if the session isn't ending
3512 if ( !endSession )
08158721 3513 return false;
a23fd0e1 3514
519dc37f
VZ
3515 // only send once
3516 if ( (this != wxTheApp->GetTopWindow()) )
08158721 3517 return false;
519dc37f 3518
abb74e0f 3519 wxCloseEvent event(wxEVT_END_SESSION, wxID_ANY);
42e69d6b 3520 event.SetEventObject(wxTheApp);
08158721 3521 event.SetCanVeto(false);
a17e237f 3522 event.SetLoggingOff( (logOff == (long)ENDSESSION_LOGOFF) );
519dc37f
VZ
3523
3524 return wxTheApp->ProcessEvent(event);
7f0586ef 3525#else
040e5f77
VZ
3526 wxUnusedVar(endSession);
3527 wxUnusedVar(logOff);
08158721 3528 return false;
7f0586ef 3529#endif
2bda0e17
KB
3530}
3531
42e69d6b
VZ
3532// ---------------------------------------------------------------------------
3533// window creation/destruction
3534// ---------------------------------------------------------------------------
3535
0c0d1521
WS
3536bool wxWindowMSW::HandleCreate(WXLPCREATESTRUCT WXUNUSED_IN_WINCE(cs),
3537 bool *mayCreate)
61179e28 3538{
ee471817
VZ
3539 // VZ: why is this commented out for WinCE? If it doesn't support
3540 // WS_EX_CONTROLPARENT at all it should be somehow handled globally,
3541 // not with multiple #ifdef's!
7f0586ef 3542#ifndef __WXWINCE__
61179e28 3543 if ( ((CREATESTRUCT *)cs)->dwExStyle & WS_EX_CONTROLPARENT )
ee471817
VZ
3544 EnsureParentHasControlParentStyle(GetParent());
3545#endif // !__WXWINCE__
61179e28 3546
08158721 3547 *mayCreate = true;
42e69d6b 3548
08158721 3549 return true;
2bda0e17
KB
3550}
3551
1e6feb95 3552bool wxWindowMSW::HandleDestroy()
2bda0e17 3553{
7de59551 3554 SendDestroyEvent();
42e69d6b
VZ
3555
3556 // delete our drop target if we've got one
3557#if wxUSE_DRAG_AND_DROP
3558 if ( m_dropTarget != NULL )
2d0a075d 3559 {
42e69d6b
VZ
3560 m_dropTarget->Revoke(m_hWnd);
3561
3562 delete m_dropTarget;
3563 m_dropTarget = NULL;
2d0a075d 3564 }
42e69d6b 3565#endif // wxUSE_DRAG_AND_DROP
2bda0e17 3566
42e69d6b 3567 // WM_DESTROY handled
08158721 3568 return true;
2bda0e17
KB
3569}
3570
42e69d6b
VZ
3571// ---------------------------------------------------------------------------
3572// activation/focus
3573// ---------------------------------------------------------------------------
3574
1e6feb95 3575bool wxWindowMSW::HandleActivate(int state,
42e69d6b
VZ
3576 bool WXUNUSED(minimized),
3577 WXHWND WXUNUSED(activate))
2bda0e17 3578{
42e69d6b
VZ
3579 wxActivateEvent event(wxEVT_ACTIVATE,
3580 (state == WA_ACTIVE) || (state == WA_CLICKACTIVE),
3581 m_windowId);
3582 event.SetEventObject(this);
3583
3584 return GetEventHandler()->ProcessEvent(event);
3585}
3586
1e6feb95 3587bool wxWindowMSW::HandleSetFocus(WXHWND hwnd)
42e69d6b 3588{
c7aee865
RD
3589 // Strangly enough, some controls get set focus events when they are being
3590 // deleted, even if they already had focus before.
3591 if ( m_isBeingDeleted )
3592 {
3593 return false;
3594 }
35bbb0c6 3595
456bc6d9
VZ
3596 // notify the parent keeping track of focus for the kbd navigation
3597 // purposes that we got it
e72aa7f5 3598 wxChildFocusEvent eventFocus((wxWindow *)this);
456bc6d9
VZ
3599 (void)GetEventHandler()->ProcessEvent(eventFocus);
3600
789295bf 3601#if wxUSE_CARET
42e69d6b 3602 // Deal with caret
789295bf 3603 if ( m_caret )
2d0a075d 3604 {
789295bf 3605 m_caret->OnSetFocus();
2bda0e17 3606 }
789295bf 3607#endif // wxUSE_CARET
42e69d6b 3608
ab93a576
RD
3609#if wxUSE_TEXTCTRL
3610 // If it's a wxTextCtrl don't send the event as it will be done
456bc6d9
VZ
3611 // after the control gets to process it from EN_FOCUS handler
3612 if ( wxDynamicCastThis(wxTextCtrl) )
ab93a576 3613 {
08158721 3614 return false;
ab93a576 3615 }
456bc6d9 3616#endif // wxUSE_TEXTCTRL
ab93a576 3617
42e69d6b
VZ
3618 wxFocusEvent event(wxEVT_SET_FOCUS, m_windowId);
3619 event.SetEventObject(this);
3620
1e6feb95
VZ
3621 // wxFindWinFromHandle() may return NULL, it is ok
3622 event.SetWindow(wxFindWinFromHandle(hwnd));
3623
42e69d6b 3624 return GetEventHandler()->ProcessEvent(event);
2bda0e17
KB
3625}
3626
1e6feb95 3627bool wxWindowMSW::HandleKillFocus(WXHWND hwnd)
2bda0e17 3628{
789295bf 3629#if wxUSE_CARET
42e69d6b 3630 // Deal with caret
789295bf 3631 if ( m_caret )
2d0a075d 3632 {
789295bf 3633 m_caret->OnKillFocus();
2bda0e17 3634 }
789295bf 3635#endif // wxUSE_CARET
42e69d6b 3636
ab93a576
RD
3637#if wxUSE_TEXTCTRL
3638 // If it's a wxTextCtrl don't send the event as it will be done
3639 // after the control gets to process it.
3640 wxTextCtrl *ctrl = wxDynamicCastThis(wxTextCtrl);
3641 if ( ctrl )
3642 {
08158721 3643 return false;
ab93a576
RD
3644 }
3645#endif
3646
2913e597
RD
3647 // Don't send the event when in the process of being deleted. This can
3648 // only cause problems if the event handler tries to access the object.
3649 if ( m_isBeingDeleted )
3650 {
08158721 3651 return false;
2913e597
RD
3652 }
3653
42e69d6b
VZ
3654 wxFocusEvent event(wxEVT_KILL_FOCUS, m_windowId);
3655 event.SetEventObject(this);
3656
1e6feb95
VZ
3657 // wxFindWinFromHandle() may return NULL, it is ok
3658 event.SetWindow(wxFindWinFromHandle(hwnd));
3659
42e69d6b 3660 return GetEventHandler()->ProcessEvent(event);
2bda0e17
KB
3661}
3662
faa49bfd
WS
3663// ---------------------------------------------------------------------------
3664// labels
3665// ---------------------------------------------------------------------------
3666
3667void wxWindowMSW::SetLabel( const wxString& label)
3668{
3669 SetWindowText(GetHwnd(), label.c_str());
3670}
3671
3672wxString wxWindowMSW::GetLabel() const
3673{
3674 return wxGetWindowText(GetHWND());
3675}
3676
42e69d6b
VZ
3677// ---------------------------------------------------------------------------
3678// miscellaneous
3679// ---------------------------------------------------------------------------
3680
1e6feb95 3681bool wxWindowMSW::HandleShow(bool show, int WXUNUSED(status))
2bda0e17 3682{
42e69d6b 3683 wxShowEvent event(GetId(), show);
687706f5 3684 event.SetEventObject(this);
42e69d6b
VZ
3685
3686 return GetEventHandler()->ProcessEvent(event);
2bda0e17
KB
3687}
3688
1e6feb95 3689bool wxWindowMSW::HandleInitDialog(WXHWND WXUNUSED(hWndFocus))
2bda0e17 3690{
42e69d6b 3691 wxInitDialogEvent event(GetId());
687706f5 3692 event.SetEventObject(this);
42e69d6b
VZ
3693
3694 return GetEventHandler()->ProcessEvent(event);
2bda0e17
KB
3695}
3696
1e6feb95 3697bool wxWindowMSW::HandleDropFiles(WXWPARAM wParam)
2bda0e17 3698{
7f0586ef 3699#if defined (__WXMICROWIN__) || defined(__WXWINCE__)
35bbb0c6 3700 wxUnusedVar(wParam);
08158721 3701 return false;
4ce1efe1 3702#else // __WXMICROWIN__
42e69d6b 3703 HDROP hFilesInfo = (HDROP) wParam;
42e69d6b
VZ
3704
3705 // Get the total number of files dropped
c3c39620 3706 UINT gwFilesDropped = ::DragQueryFile
f6bcfd97
BP
3707 (
3708 (HDROP)hFilesInfo,
3709 (UINT)-1,
3710 (LPTSTR)0,
3711 (UINT)0
3712 );
42e69d6b
VZ
3713
3714 wxString *files = new wxString[gwFilesDropped];
c3c39620 3715 for ( UINT wIndex = 0; wIndex < gwFilesDropped; wIndex++ )
2d0a075d 3716 {
c3c39620
VZ
3717 // first get the needed buffer length (+1 for terminating NUL)
3718 size_t len = ::DragQueryFile(hFilesInfo, wIndex, NULL, 0) + 1;
3719
3720 // and now get the file name
3721 ::DragQueryFile(hFilesInfo, wIndex,
de564874 3722 wxStringBuffer(files[wIndex], len), len);
2d0a075d 3723 }
42e69d6b 3724 DragFinish (hFilesInfo);
2bda0e17 3725
42e69d6b 3726 wxDropFilesEvent event(wxEVT_DROP_FILES, gwFilesDropped, files);
687706f5 3727 event.SetEventObject(this);
c3c39620
VZ
3728
3729 POINT dropPoint;
3730 DragQueryPoint(hFilesInfo, (LPPOINT) &dropPoint);
b3dc8a3e
VZ
3731 event.m_pos.x = dropPoint.x;
3732 event.m_pos.y = dropPoint.y;
42e69d6b 3733
c3c39620 3734 return GetEventHandler()->ProcessEvent(event);
04ef50df 3735#endif
2bda0e17
KB
3736}
3737
cc972ac6 3738
1e6feb95
VZ
3739bool wxWindowMSW::HandleSetCursor(WXHWND WXUNUSED(hWnd),
3740 short nHitTest,
3741 int WXUNUSED(mouseMsg))
2bda0e17 3742{
04ef50df 3743#ifndef __WXMICROWIN__
bfbd6dc1 3744 // the logic is as follows:
43b5058d
VZ
3745 // -1. don't set cursor for non client area, including but not limited to
3746 // the title bar, scrollbars, &c
3747 // 0. allow the user to override default behaviour by using EVT_SET_CURSOR
bfbd6dc1
VZ
3748 // 1. if we have the cursor set it unless wxIsBusy()
3749 // 2. if we're a top level window, set some cursor anyhow
3750 // 3. if wxIsBusy(), set the busy cursor, otherwise the global one
42e69d6b 3751
43b5058d
VZ
3752 if ( nHitTest != HTCLIENT )
3753 {
08158721 3754 return false;
43b5058d
VZ
3755 }
3756
bfbd6dc1 3757 HCURSOR hcursor = 0;
43b5058d
VZ
3758
3759 // first ask the user code - it may wish to set the cursor in some very
3760 // specific way (for example, depending on the current position)
3761 POINT pt;
f2325516 3762#ifdef __WXWINCE__
7d30268c 3763 if ( !::GetCursorPosWinCE(&pt))
f2325516 3764#else
43b5058d 3765 if ( !::GetCursorPos(&pt) )
3fca879c 3766#endif
43b5058d 3767 {
f6bcfd97 3768 wxLogLastError(wxT("GetCursorPos"));
43b5058d
VZ
3769 }
3770
3771 int x = pt.x,
3772 y = pt.y;
3773 ScreenToClient(&x, &y);
3774 wxSetCursorEvent event(x, y);
3775
3776 bool processedEvtSetCursor = GetEventHandler()->ProcessEvent(event);
3777 if ( processedEvtSetCursor && event.HasCursor() )
bfbd6dc1 3778 {
43b5058d 3779 hcursor = GetHcursorOf(event.GetCursor());
bfbd6dc1 3780 }
42e69d6b 3781
43b5058d 3782 if ( !hcursor )
bfbd6dc1 3783 {
43b5058d
VZ
3784 bool isBusy = wxIsBusy();
3785
3786 // the test for processedEvtSetCursor is here to prevent using m_cursor
3787 // if the user code caught EVT_SET_CURSOR() and returned nothing from
3788 // it - this is a way to say that our cursor shouldn't be used for this
3789 // point
3790 if ( !processedEvtSetCursor && m_cursor.Ok() )
bfbd6dc1 3791 {
43b5058d 3792 hcursor = GetHcursorOf(m_cursor);
bfbd6dc1 3793 }
43b5058d
VZ
3794
3795 if ( !GetParent() )
bfbd6dc1 3796 {
43b5058d 3797 if ( isBusy )
42e69d6b 3798 {
43b5058d
VZ
3799 hcursor = wxGetCurrentBusyCursor();
3800 }
3801 else if ( !hcursor )
3802 {
3803 const wxCursor *cursor = wxGetGlobalCursor();
3804 if ( cursor && cursor->Ok() )
3805 {
3806 hcursor = GetHcursorOf(*cursor);
3807 }
42e69d6b
VZ
3808 }
3809 }
3810 }
3811
bfbd6dc1
VZ
3812 if ( hcursor )
3813 {
2b5f62a0
VZ
3814// wxLogDebug("HandleSetCursor: Setting cursor %ld", (long) hcursor);
3815
bfbd6dc1
VZ
3816 ::SetCursor(hcursor);
3817
3818 // cursor set, stop here
08158721 3819 return true;
bfbd6dc1 3820 }
cd4453e5
VZ
3821#endif // __WXMICROWIN__
3822
3ca6a5f0 3823 // pass up the window chain
08158721 3824 return false;
2bda0e17
KB
3825}
3826
dbc74bcc 3827bool wxWindowMSW::HandlePower(WXWPARAM WXUNUSED_IN_WINCE(wParam),
355debca 3828 WXLPARAM WXUNUSED(lParam),
dbc74bcc 3829 bool *WXUNUSED_IN_WINCE(vetoed))
355debca 3830{
dbc74bcc
WS
3831#ifdef __WXWINCE__
3832 // FIXME
3833 return false;
3834#else
355debca
VZ
3835 wxEventType evtType;
3836 switch ( wParam )
3837 {
3838 case PBT_APMQUERYSUSPEND:
3839 evtType = wxEVT_POWER_SUSPENDING;
3840 break;
3841
3842 case PBT_APMQUERYSUSPENDFAILED:
3843 evtType = wxEVT_POWER_SUSPEND_CANCEL;
3844 break;
3845
3846 case PBT_APMSUSPEND:
3847 evtType = wxEVT_POWER_SUSPENDED;
3848 break;
3849
3850 case PBT_APMRESUMESUSPEND:
d4cd85a0
VZ
3851#ifdef PBT_APMRESUMEAUTOMATIC
3852 case PBT_APMRESUMEAUTOMATIC:
3853#endif
355debca
VZ
3854 evtType = wxEVT_POWER_RESUME;
3855 break;
3856
3857 default:
3858 wxLogDebug(_T("Unknown WM_POWERBROADCAST(%d) event"), wParam);
3859 // fall through
3860
3861 // these messages are currently not mapped to wx events
3862 case PBT_APMQUERYSTANDBY:
3863 case PBT_APMQUERYSTANDBYFAILED:
3864 case PBT_APMSTANDBY:
3865 case PBT_APMRESUMESTANDBY:
3866 case PBT_APMBATTERYLOW:
3867 case PBT_APMPOWERSTATUSCHANGE:
3868 case PBT_APMOEMEVENT:
355debca
VZ
3869 case PBT_APMRESUMECRITICAL:
3870 evtType = wxEVT_NULL;
3871 break;
3872 }
3873
3874 // don't handle unknown messages
3875 if ( evtType == wxEVT_NULL )
3876 return false;
3877
3878 // TODO: notify about PBTF_APMRESUMEFROMFAILURE in case of resume events?
3879
3880 wxPowerEvent event(evtType);
3881 if ( !GetEventHandler()->ProcessEvent(event) )
3882 return false;
3883
3884 *vetoed = event.IsVetoed();
3885
3886 return true;
dbc74bcc 3887#endif
355debca
VZ
3888}
3889
42e69d6b
VZ
3890// ---------------------------------------------------------------------------
3891// owner drawn stuff
3892// ---------------------------------------------------------------------------
3893
61fef19b
VZ
3894#if (wxUSE_OWNER_DRAWN && wxUSE_MENUS_NATIVE) || \
3895 (wxUSE_CONTROLS && !defined(__WXUNIVERSAL__))
3896 #define WXUNUSED_UNLESS_ODRAWN(param) param
3897#else
3898 #define WXUNUSED_UNLESS_ODRAWN(param)
3899#endif
3900
3901bool
3902wxWindowMSW::MSWOnDrawItem(int WXUNUSED_UNLESS_ODRAWN(id),
3903 WXDRAWITEMSTRUCT * WXUNUSED_UNLESS_ODRAWN(itemStruct))
2bda0e17 3904{
4286a5b5 3905#if wxUSE_OWNER_DRAWN
1e6feb95
VZ
3906
3907#if wxUSE_MENUS_NATIVE
42e69d6b 3908 // is it a menu item?
6f806543
VZ
3909 DRAWITEMSTRUCT *pDrawStruct = (DRAWITEMSTRUCT *)itemStruct;
3910 if ( id == 0 && pDrawStruct->CtlType == ODT_MENU )
42e69d6b 3911 {
42e69d6b 3912 wxMenuItem *pMenuItem = (wxMenuItem *)(pDrawStruct->itemData);
03cef643 3913
2d29bf54
JS
3914 // see comment before the same test in MSWOnMeasureItem() below
3915 if ( !pMenuItem )
3916 return false;
3917
3918 wxCHECK_MSG( wxDynamicCast(pMenuItem, wxMenuItem),
42f25dcf 3919 false, _T("MSWOnDrawItem: bad wxMenuItem pointer") );
42e69d6b 3920
7561aacd
VZ
3921 // prepare to call OnDrawItem(): notice using of wxDCTemp to prevent
3922 // the DC from being released
3923 wxDCTemp dc((WXHDC)pDrawStruct->hDC);
42e69d6b
VZ
3924 wxRect rect(pDrawStruct->rcItem.left, pDrawStruct->rcItem.top,
3925 pDrawStruct->rcItem.right - pDrawStruct->rcItem.left,
3926 pDrawStruct->rcItem.bottom - pDrawStruct->rcItem.top);
3927
3928 return pMenuItem->OnDrawItem
7561aacd
VZ
3929 (
3930 dc,
3931 rect,
3932 (wxOwnerDrawn::wxODAction)pDrawStruct->itemAction,
3933 (wxOwnerDrawn::wxODStatus)pDrawStruct->itemState
3934 );
42e69d6b 3935 }
1e6feb95 3936#endif // wxUSE_MENUS_NATIVE
42e69d6b 3937
c8e4fa8b
JS
3938#endif // USE_OWNER_DRAWN
3939
6a89f9ee 3940#if wxUSE_CONTROLS && !defined(__WXUNIVERSAL__)
c8e4fa8b 3941
c8e4fa8b 3942#if wxUSE_OWNER_DRAWN
1384636d 3943 wxControl *item = wxDynamicCast(FindItem(id), wxControl);
567be187 3944#else // !wxUSE_OWNER_DRAWN
1384636d
VS
3945 // we may still have owner-drawn buttons internally because we have to make
3946 // them owner-drawn to support colour change
35bbb0c6 3947 wxControl *item =
095b80e2
WS
3948# if wxUSE_BUTTON
3949 wxDynamicCast(FindItem(id), wxButton)
3950# else
3951 NULL
3952# endif
3953 ;
cd0b1709 3954#endif // USE_OWNER_DRAWN
567be187
VZ
3955
3956 if ( item )
3957 {
3958 return item->MSWOnDraw(itemStruct);
3959 }
4286a5b5 3960
c8e4fa8b
JS
3961#endif // wxUSE_CONTROLS
3962
08158721 3963 return false;
2bda0e17
KB
3964}
3965
61fef19b 3966bool
d1d276f2 3967wxWindowMSW::MSWOnMeasureItem(int id, WXMEASUREITEMSTRUCT *itemStruct)
2bda0e17 3968{
61fef19b 3969#if wxUSE_OWNER_DRAWN && wxUSE_MENUS_NATIVE
42e69d6b 3970 // is it a menu item?
6f806543
VZ
3971 MEASUREITEMSTRUCT *pMeasureStruct = (MEASUREITEMSTRUCT *)itemStruct;
3972 if ( id == 0 && pMeasureStruct->CtlType == ODT_MENU )
2d0a075d 3973 {
42e69d6b
VZ
3974 wxMenuItem *pMenuItem = (wxMenuItem *)(pMeasureStruct->itemData);
3975
b6afa1a3
VZ
3976 // according to Carsten Fuchs the pointer may be NULL under XP if an
3977 // MDI child frame is initially maximized, see this for more info:
3978 // http://article.gmane.org/gmane.comp.lib.wxwidgets.general/27745
3979 //
3980 // so silently ignore it instead of asserting
3981 if ( !pMenuItem )
3982 return false;
3983
3984 wxCHECK_MSG( wxDynamicCast(pMenuItem, wxMenuItem),
42f25dcf 3985 false, _T("MSWOnMeasureItem: bad wxMenuItem pointer") );
42e69d6b 3986
975b6bcf
VZ
3987 size_t w, h;
3988 bool rc = pMenuItem->OnMeasureItem(&w, &h);
3989
3990 pMeasureStruct->itemWidth = w;
3991 pMeasureStruct->itemHeight = h;
3992
3993 return rc;
2d0a075d 3994 }
42e69d6b 3995
567be187
VZ
3996 wxControl *item = wxDynamicCast(FindItem(id), wxControl);
3997 if ( item )
42e69d6b 3998 {
567be187 3999 return item->MSWOnMeasure(itemStruct);
42e69d6b 4000 }
d1d276f2
WS
4001#else
4002 wxUnusedVar(id);
4003 wxUnusedVar(itemStruct);
4004#endif // wxUSE_OWNER_DRAWN && wxUSE_MENUS_NATIVE
567be187 4005
08158721 4006 return false;
2bda0e17
KB
4007}
4008
42e69d6b
VZ
4009// ---------------------------------------------------------------------------
4010// colours and palettes
4011// ---------------------------------------------------------------------------
2bda0e17 4012
1e6feb95 4013bool wxWindowMSW::HandleSysColorChange()
2bda0e17 4014{
42e69d6b
VZ
4015 wxSysColourChangedEvent event;
4016 event.SetEventObject(this);
4017
23895080
VZ
4018 (void)GetEventHandler()->ProcessEvent(event);
4019
4020 // always let the system carry on the default processing to allow the
4021 // native controls to react to the colours update
08158721 4022 return false;
42e69d6b
VZ
4023}
4024
574c939e
KB
4025bool wxWindowMSW::HandleDisplayChange()
4026{
4027 wxDisplayChangedEvent event;
4028 event.SetEventObject(this);
4029
4030 return GetEventHandler()->ProcessEvent(event);
4031}
4032
04ef50df 4033#ifndef __WXMICROWIN__
42e69d6b 4034
1a784dfc 4035bool wxWindowMSW::HandleCtlColor(WXHBRUSH *brush, WXHDC hDC, WXHWND hWnd)
01c500af 4036{
3d74a760 4037#if !wxUSE_CONTROLS || defined(__WXUNIVERSAL__)
43bfb798 4038 wxUnusedVar(hDC);
3d74a760
WS
4039 wxUnusedVar(hWnd);
4040#else
2bae4332 4041 wxControl *item = wxDynamicCast(FindItemByHWND(hWnd, true), wxControl);
c3732409 4042
01c500af 4043 if ( item )
1a784dfc 4044 *brush = item->MSWControlColor(hDC, hWnd);
2d0a075d 4045 else
1e6feb95 4046#endif // wxUSE_CONTROLS
01c500af 4047 *brush = NULL;
42e69d6b 4048
01c500af 4049 return *brush != NULL;
2bda0e17
KB
4050}
4051
01c500af
VZ
4052#endif // __WXMICROWIN__
4053
1e6feb95 4054bool wxWindowMSW::HandlePaletteChanged(WXHWND hWndPalChange)
42e69d6b 4055{
574c939e 4056#if wxUSE_PALETTE
b95edd47
VZ
4057 // same as below except we don't respond to our own messages
4058 if ( hWndPalChange != GetHWND() )
4059 {
574c939e 4060 // check to see if we our our parents have a custom palette
fa21d338 4061 wxWindowMSW *win = this;
b95edd47
VZ
4062 while ( win && !win->HasCustomPalette() )
4063 {
4064 win = win->GetParent();
4065 }
4066
4067 if ( win && win->HasCustomPalette() )
4068 {
4069 // realize the palette to see whether redrawing is needed
4070 HDC hdc = ::GetDC((HWND) hWndPalChange);
4071 win->m_palette.SetHPALETTE((WXHPALETTE)
4072 ::SelectPalette(hdc, GetHpaletteOf(win->m_palette), FALSE));
574c939e
KB
4073
4074 int result = ::RealizePalette(hdc);
b95edd47
VZ
4075
4076 // restore the palette (before releasing the DC)
4077 win->m_palette.SetHPALETTE((WXHPALETTE)
4078 ::SelectPalette(hdc, GetHpaletteOf(win->m_palette), FALSE));
4079 ::RealizePalette(hdc);
4080 ::ReleaseDC((HWND) hWndPalChange, hdc);
4081
4082 // now check for the need to redraw
574c939e 4083 if (result > 0)
08158721 4084 ::InvalidateRect((HWND) hWndPalChange, NULL, TRUE);
574c939e 4085 }
b95edd47
VZ
4086
4087 }
4088#endif // wxUSE_PALETTE
574c939e 4089
42e69d6b
VZ
4090 wxPaletteChangedEvent event(GetId());
4091 event.SetEventObject(this);
4092 event.SetChangedWindow(wxFindWinFromHandle(hWndPalChange));
2d0a075d 4093
42e69d6b
VZ
4094 return GetEventHandler()->ProcessEvent(event);
4095}
4096
a5e84126
JS
4097bool wxWindowMSW::HandleCaptureChanged(WXHWND hWndGainedCapture)
4098{
4099 wxMouseCaptureChangedEvent event(GetId(), wxFindWinFromHandle(hWndGainedCapture));
4100 event.SetEventObject(this);
4101
4102 return GetEventHandler()->ProcessEvent(event);
4103}
4104
3c96418b
JG
4105bool wxWindowMSW::HandleSettingChange(WXWPARAM wParam, WXLPARAM lParam)
4106{
4107 // despite MSDN saying "(This message cannot be sent directly to a window.)"
4108 // we need to send this to child windows (it is only sent to top-level
4109 // windows) so {list,tree}ctrls can adjust their font size if necessary
4110 // this is exactly how explorer does it to enable the font size changes
4111
4112 wxWindowList::compatibility_iterator node = GetChildren().GetFirst();
4113 while ( node )
4114 {
4115 // top-level windows already get this message from the system
4116 wxWindow *win = node->GetData();
4117 if ( !win->IsTopLevel() )
4118 {
4119 ::SendMessage(GetHwndOf(win), WM_SETTINGCHANGE, wParam, lParam);
4120 }
4121
4122 node = node->GetNext();
4123 }
4124
3c96418b
JG
4125 // let the system handle it
4126 return false;
4127}
4128
1e6feb95 4129bool wxWindowMSW::HandleQueryNewPalette()
42e69d6b 4130{
574c939e
KB
4131
4132#if wxUSE_PALETTE
4133 // check to see if we our our parents have a custom palette
fa21d338 4134 wxWindowMSW *win = this;
574c939e
KB
4135 while (!win->HasCustomPalette() && win->GetParent()) win = win->GetParent();
4136 if (win->HasCustomPalette()) {
4137 /* realize the palette to see whether redrawing is needed */
3a3c8603 4138 HDC hdc = ::GetDC((HWND) GetHWND());
574c939e 4139 win->m_palette.SetHPALETTE( (WXHPALETTE)
b95edd47 4140 ::SelectPalette(hdc, (HPALETTE) win->m_palette.GetHPALETTE(), FALSE) );
574c939e
KB
4141
4142 int result = ::RealizePalette(hdc);
4143 /* restore the palette (before releasing the DC) */
4144 win->m_palette.SetHPALETTE( (WXHPALETTE)
b95edd47 4145 ::SelectPalette(hdc, (HPALETTE) win->m_palette.GetHPALETTE(), TRUE) );
574c939e
KB
4146 ::RealizePalette(hdc);
4147 ::ReleaseDC((HWND) GetHWND(), hdc);
4148 /* now check for the need to redraw */
4149 if (result > 0)
4150 ::InvalidateRect((HWND) GetHWND(), NULL, TRUE);
4151 }
b95edd47 4152#endif // wxUSE_PALETTE
574c939e 4153
42e69d6b
VZ
4154 wxQueryNewPaletteEvent event(GetId());
4155 event.SetEventObject(this);
4156
4157 return GetEventHandler()->ProcessEvent(event) && event.GetPaletteRealized();
4158}
4159
4160// Responds to colour changes: passes event on to children.
574c939e 4161void wxWindowMSW::OnSysColourChanged(wxSysColourChangedEvent& WXUNUSED(event))
42e69d6b 4162{
90c1530a
VZ
4163 // the top level window also reset the standard colour map as it might have
4164 // changed (there is no need to do it for the non top level windows as we
4165 // only have to do it once)
4166 if ( IsTopLevel() )
4167 {
4168 // FIXME-MT
08158721 4169 gs_hasStdCmap = false;
90c1530a 4170 }
222ed1d6 4171 wxWindowList::compatibility_iterator node = GetChildren().GetFirst();
42e69d6b
VZ
4172 while ( node )
4173 {
23895080
VZ
4174 // Only propagate to non-top-level windows because Windows already
4175 // sends this event to all top-level ones
4176 wxWindow *win = node->GetData();
4177 if ( !win->IsTopLevel() )
42e69d6b 4178 {
23895080
VZ
4179 // we need to send the real WM_SYSCOLORCHANGE and not just trigger
4180 // EVT_SYS_COLOUR_CHANGED call because the latter wouldn't work for
4181 // the standard controls
4182 ::SendMessage(GetHwndOf(win), WM_SYSCOLORCHANGE, 0, 0);
564b2609 4183 }
42e69d6b 4184
23895080
VZ
4185 node = node->GetNext();
4186 }
2bda0e17
KB
4187}
4188
90c1530a
VZ
4189extern wxCOLORMAP *wxGetStdColourMap()
4190{
4191 static COLORREF s_stdColours[wxSTD_COL_MAX];
4192 static wxCOLORMAP s_cmap[wxSTD_COL_MAX];
4193
4194 if ( !gs_hasStdCmap )
4195 {
08158721 4196 static bool s_coloursInit = false;
90c1530a
VZ
4197
4198 if ( !s_coloursInit )
4199 {
4200 // When a bitmap is loaded, the RGB values can change (apparently
4201 // because Windows adjusts them to care for the old programs always
4202 // using 0xc0c0c0 while the transparent colour for the new Windows
4203 // versions is different). But we do this adjustment ourselves so
4204 // we want to avoid Windows' "help" and for this we need to have a
4205 // reference bitmap which can tell us what the RGB values change
4206 // to.
e5dbcb50 4207 wxLogNull logNo; // suppress error if we couldn't load the bitmap
90c1530a
VZ
4208 wxBitmap stdColourBitmap(_T("wxBITMAP_STD_COLOURS"));
4209 if ( stdColourBitmap.Ok() )
4210 {
4211 // the pixels in the bitmap must correspond to wxSTD_COL_XXX!
4212 wxASSERT_MSG( stdColourBitmap.GetWidth() == wxSTD_COL_MAX,
4213 _T("forgot to update wxBITMAP_STD_COLOURS!") );
4214
4215 wxMemoryDC memDC;
4216 memDC.SelectObject(stdColourBitmap);
4217
4218 wxColour colour;
4219 for ( size_t i = 0; i < WXSIZEOF(s_stdColours); i++ )
4220 {
4221 memDC.GetPixel(i, 0, &colour);
4222 s_stdColours[i] = wxColourToRGB(colour);
4223 }
4224 }
4225 else // wxBITMAP_STD_COLOURS couldn't be loaded
4226 {
4227 s_stdColours[0] = RGB(000,000,000); // black
4228 s_stdColours[1] = RGB(128,128,128); // dark grey
4229 s_stdColours[2] = RGB(192,192,192); // light grey
4230 s_stdColours[3] = RGB(255,255,255); // white
4231 //s_stdColours[4] = RGB(000,000,255); // blue
4232 //s_stdColours[5] = RGB(255,000,255); // magenta
4233 }
4234
08158721 4235 s_coloursInit = true;
90c1530a
VZ
4236 }
4237
08158721 4238 gs_hasStdCmap = true;
90c1530a
VZ
4239
4240 // create the colour map
4241#define INIT_CMAP_ENTRY(col) \
4242 s_cmap[wxSTD_COL_##col].from = s_stdColours[wxSTD_COL_##col]; \
4243 s_cmap[wxSTD_COL_##col].to = ::GetSysColor(COLOR_##col)
4244
4245 INIT_CMAP_ENTRY(BTNTEXT);
4246 INIT_CMAP_ENTRY(BTNSHADOW);
4247 INIT_CMAP_ENTRY(BTNFACE);
4248 INIT_CMAP_ENTRY(BTNHIGHLIGHT);
4249
4250#undef INIT_CMAP_ENTRY
4251 }
4252
4253 return s_cmap;
4254}
4255
42e69d6b
VZ
4256// ---------------------------------------------------------------------------
4257// painting
4258// ---------------------------------------------------------------------------
4259
1e6feb95 4260bool wxWindowMSW::HandlePaint()
2bda0e17 4261{
42e69d6b
VZ
4262 HRGN hRegion = ::CreateRectRgn(0, 0, 0, 0); // Dummy call to get a handle
4263 if ( !hRegion )
f6bcfd97 4264 wxLogLastError(wxT("CreateRectRgn"));
42e69d6b 4265 if ( ::GetUpdateRgn(GetHwnd(), hRegion, FALSE) == ERROR )
f6bcfd97 4266 wxLogLastError(wxT("GetUpdateRgn"));
c085e333 4267
42e69d6b 4268 m_updateRegion = wxRegion((WXHRGN) hRegion);
c085e333 4269
42e69d6b
VZ
4270 wxPaintEvent event(m_windowId);
4271 event.SetEventObject(this);
2bda0e17 4272
1e6feb95
VZ
4273 bool processed = GetEventHandler()->ProcessEvent(event);
4274
4275 // note that we must generate NC event after the normal one as otherwise
4276 // BeginPaint() will happily overwrite our decorations with the background
4277 // colour
4278 wxNcPaintEvent eventNc(m_windowId);
4279 eventNc.SetEventObject(this);
4280 GetEventHandler()->ProcessEvent(eventNc);
4281
4282 return processed;
2bda0e17
KB
4283}
4284
63da7df7 4285// Can be called from an application's OnPaint handler
1e6feb95 4286void wxWindowMSW::OnPaint(wxPaintEvent& event)
63da7df7 4287{
1e6feb95
VZ
4288#ifdef __WXUNIVERSAL__
4289 event.Skip();
4290#else
63da7df7
JS
4291 HDC hDC = (HDC) wxPaintDC::FindDCInCache((wxWindow*) event.GetEventObject());
4292 if (hDC != 0)
4293 {
4294 MSWDefWindowProc(WM_PAINT, (WPARAM) hDC, 0);
4295 }
1e6feb95 4296#endif
63da7df7
JS
4297}
4298
1e6feb95 4299bool wxWindowMSW::HandleEraseBkgnd(WXHDC hdc)
a23fd0e1 4300{
7561aacd 4301 wxDCTemp dc(hdc);
c085e333 4302
1e6feb95
VZ
4303 dc.SetHDC(hdc);
4304 dc.SetWindow((wxWindow *)this);
c085e333 4305
2bda0e17 4306 wxEraseEvent event(m_windowId, &dc);
42e69d6b 4307 event.SetEventObject(this);
a23fd0e1 4308 bool rc = GetEventHandler()->ProcessEvent(event);
c085e333 4309
7561aacd 4310 // must be called manually as ~wxDC doesn't do anything for wxDCTemp
a23fd0e1 4311 dc.SelectOldObjects(hdc);
a23fd0e1
VZ
4312
4313 return rc;
2bda0e17
KB
4314}
4315
8681b094
VZ
4316void wxWindowMSW::OnEraseBackground(wxEraseEvent& event)
4317{
52c3e064
VZ
4318 // standard non top level controls (i.e. except the dialogs) always erase
4319 // their background themselves in HandleCtlColor() or have some control-
4320 // specific ways to set the colours (common controls)
4321 if ( IsOfStandardClass() && !IsTopLevel() )
b8335252 4322 {
c5bd3c62
VZ
4323 event.Skip();
4324 return;
4325 }
b8335252 4326
c5bd3c62
VZ
4327 if ( GetBackgroundStyle() == wxBG_STYLE_CUSTOM )
4328 {
4329 // don't skip the event here, custom background means that the app
4330 // is drawing it itself in its OnPaint(), so don't draw it at all
4331 // now to avoid flicker
4332 return;
4333 }
8681b094 4334
8681b094 4335
c5bd3c62 4336 // do default background painting
c3732409 4337 if ( !DoEraseBackground(GetHdcOf(*event.GetDC())) )
c5bd3c62
VZ
4338 {
4339 // let the system paint the background
4340 event.Skip();
4341 }
4342}
4343
c3732409 4344bool wxWindowMSW::DoEraseBackground(WXHDC hDC)
c581abbc 4345{
c3732409
VZ
4346 HBRUSH hbr = (HBRUSH)MSWGetBgBrush(hDC);
4347 if ( !hbr )
c581abbc
VZ
4348 return false;
4349
c3732409 4350 wxFillRect(GetHwnd(), (HDC)hDC, hbr);
c581abbc
VZ
4351
4352 return true;
4353}
4354
c3732409 4355WXHBRUSH
2bae4332 4356wxWindowMSW::MSWGetBgBrushForChild(WXHDC WXUNUSED(hDC), WXHWND hWnd)
c5bd3c62 4357{
accbb1e7
VZ
4358 if ( m_hasBgCol )
4359 {
8d075f8d
VZ
4360 // our background colour applies to:
4361 // 1. this window itself, always
4362 // 2. all children unless the colour is "not inheritable"
c3732409
VZ
4363 // 3. even if it is not inheritable, our immediate transparent
4364 // children should still inherit it -- but not any transparent
4365 // children because it would look wrong if a child of non
4366 // transparent child would show our bg colour when the child itself
4367 // does not
2bae4332
VZ
4368 wxWindow *win = wxFindWinFromHandle(hWnd);
4369 if ( win == this ||
c3732409 4370 m_inheritBgCol ||
2bae4332
VZ
4371 (win && win->HasTransparentBackground() &&
4372 win->GetParent() == this) )
accbb1e7 4373 {
c3732409
VZ
4374 // draw children with the same colour as the parent
4375 wxBrush *
4376 brush = wxTheBrushList->FindOrCreateBrush(GetBackgroundColour());
4377
4378 return (WXHBRUSH)GetHbrushOf(*brush);
accbb1e7
VZ
4379 }
4380 }
4381
c3732409 4382 return 0;
c5bd3c62 4383}
8681b094 4384
2bae4332 4385WXHBRUSH wxWindowMSW::MSWGetBgBrush(WXHDC hDC, WXHWND hWndToPaint)
bdd1a35d 4386{
2bae4332
VZ
4387 if ( !hWndToPaint )
4388 hWndToPaint = GetHWND();
bdd1a35d 4389
c3732409 4390 for ( wxWindowMSW *win = this; win; win = win->GetParent() )
c5bd3c62 4391 {
2bae4332 4392 WXHBRUSH hBrush = win->MSWGetBgBrushForChild(hDC, hWndToPaint);
c5bd3c62
VZ
4393 if ( hBrush )
4394 return hBrush;
24cb4019 4395
c3732409
VZ
4396 // background is not inherited beyond top level windows
4397 if ( win->IsTopLevel() )
24cb4019 4398 break;
01c500af 4399 }
c5bd3c62
VZ
4400
4401 return 0;
8681b094
VZ
4402}
4403
1a784dfc
VZ
4404bool wxWindowMSW::HandlePrintClient(WXHDC hDC)
4405{
4406 // we receive this message when DrawThemeParentBackground() is
4407 // called from def window proc of several controls under XP and we
4408 // must draw properly themed background here
4409 //
4410 // note that naively I'd expect filling the client rect with the
4411 // brush returned by MSWGetBgBrush() work -- but for some reason it
4412 // doesn't and we have to call parents MSWPrintChild() which is
4413 // supposed to call DrawThemeBackground() with appropriate params
4414 //
4415 // also note that in this case lParam == PRF_CLIENT but we're
4416 // clearly expected to paint the background and nothing else!
6a52ea5c
JS
4417
4418 if ( IsTopLevel() || InheritsBackgroundColour() )
4419 return false;
4420
ce0e1aac
JS
4421 // sometimes we don't want the parent to handle it at all, instead
4422 // return whatever value this window wants
4423 if ( !MSWShouldPropagatePrintChild() )
4424 return MSWPrintChild(hDC, (wxWindow *)this);
4425
1a784dfc
VZ
4426 for ( wxWindow *win = GetParent(); win; win = win->GetParent() )
4427 {
4428 if ( win->MSWPrintChild(hDC, (wxWindow *)this) )
4429 return true;
4430
4431 if ( win->IsTopLevel() || win->InheritsBackgroundColour() )
4432 break;
4433 }
4434
4435 return false;
4436}
4437
42e69d6b
VZ
4438// ---------------------------------------------------------------------------
4439// moving and resizing
4440// ---------------------------------------------------------------------------
4441
1e6feb95 4442bool wxWindowMSW::HandleMinimize()
42e69d6b
VZ
4443{
4444 wxIconizeEvent event(m_windowId);
4445 event.SetEventObject(this);
2d0a075d 4446
42e69d6b 4447 return GetEventHandler()->ProcessEvent(event);
2bda0e17
KB
4448}
4449
1e6feb95 4450bool wxWindowMSW::HandleMaximize()
2bda0e17 4451{
42e69d6b
VZ
4452 wxMaximizeEvent event(m_windowId);
4453 event.SetEventObject(this);
c085e333 4454
42e69d6b
VZ
4455 return GetEventHandler()->ProcessEvent(event);
4456}
2bda0e17 4457
1e6feb95 4458bool wxWindowMSW::HandleMove(int x, int y)
42e69d6b 4459{
907173e5
WS
4460 wxPoint point(x,y);
4461 wxMoveEvent event(point, m_windowId);
42e69d6b
VZ
4462 event.SetEventObject(this);
4463
4464 return GetEventHandler()->ProcessEvent(event);
4465}
4466
5706de1c
JS
4467bool wxWindowMSW::HandleMoving(wxRect& rect)
4468{
4469 wxMoveEvent event(rect, m_windowId);
4470 event.SetEventObject(this);
577baeef 4471
5706de1c
JS
4472 bool rc = GetEventHandler()->ProcessEvent(event);
4473 if (rc)
4474 rect = event.GetRect();
4475 return rc;
4476}
4477
4bc0f25e 4478bool wxWindowMSW::HandleSize(int WXUNUSED(w), int WXUNUSED(h), WXUINT wParam)
42e69d6b 4479{
c3723477
JS
4480#if USE_DEFERRED_SIZING
4481 // when we resize this window, its children are probably going to be
4482 // repositioned as well, prepare to use DeferWindowPos() for them
4483 int numChildren = 0;
4484 for ( HWND child = ::GetWindow(GetHwndOf(this), GW_CHILD);
4485 child;
4486 child = ::GetWindow(child, GW_HWNDNEXT) )
4487 {
4488 numChildren ++;
4489 }
4490
3fca879c 4491 // Protect against valid m_hDWP being overwritten
c3723477
JS
4492 bool useDefer = false;
4493
3f48c8e2
VZ
4494 if ( numChildren > 1 )
4495 {
c3723477 4496 if (!m_hDWP)
3fca879c 4497 {
c3723477
JS
4498 m_hDWP = (WXHANDLE)::BeginDeferWindowPos(numChildren);
4499 if ( !m_hDWP )
4500 {
4501 wxLogLastError(_T("BeginDeferWindowPos"));
4502 }
4503 if (m_hDWP)
4504 useDefer = true;
3f48c8e2
VZ
4505 }
4506 }
f7040b5f 4507#endif // USE_DEFERRED_SIZING
42e69d6b 4508
3f48c8e2
VZ
4509 // update this window size
4510 bool processed = false;
4bc0f25e
VZ
4511 switch ( wParam )
4512 {
4513 default:
4514 wxFAIL_MSG( _T("unexpected WM_SIZE parameter") );
4515 // fall through nevertheless
4516
4517 case SIZE_MAXHIDE:
4518 case SIZE_MAXSHOW:
4519 // we're not interested in these messages at all
4520 break;
4521
4522 case SIZE_MINIMIZED:
4523 processed = HandleMinimize();
4524 break;
4525
4526 case SIZE_MAXIMIZED:
a4d1972d 4527 /* processed = */ HandleMaximize();
4bc0f25e
VZ
4528 // fall through to send a normal size event as well
4529
4530 case SIZE_RESTORED:
4531 // don't use w and h parameters as they specify the client size
4532 // while according to the docs EVT_SIZE handler is supposed to
4533 // receive the total size
4534 wxSizeEvent event(GetSize(), m_windowId);
4535 event.SetEventObject(this);
4536
4537 processed = GetEventHandler()->ProcessEvent(event);
4538 }
4539
c3723477 4540#if USE_DEFERRED_SIZING
3f48c8e2 4541 // and finally change the positions of all child windows at once
c3723477 4542 if ( useDefer && m_hDWP )
3f48c8e2
VZ
4543 {
4544 // reset m_hDWP to NULL so that child windows don't try to use our
4545 // m_hDWP after we call EndDeferWindowPos() on it (this shouldn't
4546 // happen anyhow normally but who knows what weird flow of control we
4547 // may have depending on what the users EVT_SIZE handler does...)
4548 HDWP hDWP = (HDWP)m_hDWP;
4549 m_hDWP = NULL;
3fca879c 4550
3f48c8e2
VZ
4551 // do put all child controls in place at once
4552 if ( !::EndDeferWindowPos(hDWP) )
4553 {
4554 wxLogLastError(_T("EndDeferWindowPos"));
4555 }
c3723477 4556
da78f3b1 4557 // Reset our children's pending pos/size values.
c3723477
JS
4558 for ( wxWindowList::compatibility_iterator node = GetChildren().GetFirst();
4559 node;
4560 node = node->GetNext() )
4561 {
82e3664e 4562 wxWindowMSW *child = node->GetData();
67644c1d
RD
4563 child->m_pendingPosition = wxDefaultPosition;
4564 child->m_pendingSize = wxDefaultSize;
c3723477 4565 }
3f48c8e2 4566 }
7d86a2d4 4567#endif // USE_DEFERRED_SIZING
3f48c8e2 4568
4bc0f25e 4569 return processed;
42e69d6b
VZ
4570}
4571
5706de1c
JS
4572bool wxWindowMSW::HandleSizing(wxRect& rect)
4573{
4574 wxSizeEvent event(rect, m_windowId);
4575 event.SetEventObject(this);
577baeef 4576
5706de1c
JS
4577 bool rc = GetEventHandler()->ProcessEvent(event);
4578 if (rc)
4579 rect = event.GetRect();
4580 return rc;
4581}
4582
0c0d1521 4583bool wxWindowMSW::HandleGetMinMaxInfo(void *WXUNUSED_IN_WINCE(mmInfo))
42e69d6b 4584{
7f0586ef 4585#ifdef __WXWINCE__
08158721 4586 return false;
7f0586ef 4587#else
42e69d6b
VZ
4588 MINMAXINFO *info = (MINMAXINFO *)mmInfo;
4589
08158721 4590 bool rc = false;
b2d5a7ee 4591
e7dda1ff
VS
4592 int minWidth = GetMinWidth(),
4593 minHeight = GetMinHeight(),
4594 maxWidth = GetMaxWidth(),
4595 maxHeight = GetMaxHeight();
42e69d6b 4596
422d0ff0 4597 if ( minWidth != wxDefaultCoord )
2d0a075d 4598 {
e7dda1ff 4599 info->ptMinTrackSize.x = minWidth;
08158721 4600 rc = true;
2d0a075d 4601 }
2bda0e17 4602
422d0ff0 4603 if ( minHeight != wxDefaultCoord )
42e69d6b 4604 {
e7dda1ff 4605 info->ptMinTrackSize.y = minHeight;
08158721 4606 rc = true;
42e69d6b 4607 }
2bda0e17 4608
422d0ff0 4609 if ( maxWidth != wxDefaultCoord )
42e69d6b 4610 {
e7dda1ff 4611 info->ptMaxTrackSize.x = maxWidth;
08158721 4612 rc = true;
2d0a075d 4613 }
2bda0e17 4614
422d0ff0 4615 if ( maxHeight != wxDefaultCoord )
42e69d6b 4616 {
e7dda1ff 4617 info->ptMaxTrackSize.y = maxHeight;
08158721 4618 rc = true;
42e69d6b 4619 }
2bda0e17 4620
42e69d6b 4621 return rc;
7f0586ef 4622#endif
42e69d6b 4623}
2d0a075d 4624
42e69d6b
VZ
4625// ---------------------------------------------------------------------------
4626// command messages
4627// ---------------------------------------------------------------------------
4628
1e6feb95 4629bool wxWindowMSW::HandleCommand(WXWORD id, WXWORD cmd, WXHWND control)
42e69d6b 4630{
1e6feb95 4631#if wxUSE_MENUS_NATIVE
8c290175 4632 if ( !cmd && wxCurrentPopupMenu )
42e69d6b
VZ
4633 {
4634 wxMenu *popupMenu = wxCurrentPopupMenu;
4635 wxCurrentPopupMenu = NULL;
4636
4637 return popupMenu->MSWCommand(cmd, id);
4638 }
1e6feb95 4639#endif // wxUSE_MENUS_NATIVE
42e69d6b 4640
8c290175 4641 wxWindow *win = NULL;
71292fab
VZ
4642
4643 // first try to find it from HWND - this works even with the broken
4644 // programs using the same ids for different controls
4645 if ( control )
42e69d6b 4646 {
71292fab 4647 win = wxFindWinFromHandle(control);
b853f898 4648 }
2f4ef631 4649
71292fab
VZ
4650 // try the id
4651 if ( !win )
b853f898 4652 {
71292fab
VZ
4653 // must cast to a signed type before comparing with other ids!
4654 win = FindItem((signed short)id);
42e69d6b
VZ
4655 }
4656
4657 if ( win )
b94ae1ea 4658 {
42e69d6b 4659 return win->MSWCommand(cmd, id);
b94ae1ea
VZ
4660 }
4661
4662 // the messages sent from the in-place edit control used by the treectrl
4663 // for label editing have id == 0, but they should _not_ be treated as menu
4664 // messages (they are EN_XXX ones, in fact) so don't translate anything
4665 // coming from a control to wxEVT_COMMAND_MENU_SELECTED
4666 if ( !control )
a84fc80b 4667 {
b94ae1ea
VZ
4668 // If no child window, it may be an accelerator, e.g. for a popup menu
4669 // command
a84fc80b
JS
4670
4671 wxCommandEvent event(wxEVT_COMMAND_MENU_SELECTED);
4672 event.SetEventObject(this);
4673 event.SetId(id);
4674 event.SetInt(id);
b94ae1ea
VZ
4675
4676 return GetEventHandler()->ProcessEvent(event);
a84fc80b 4677 }
6fe19057
VZ
4678 else
4679 {
01d2bf4d 4680#if wxUSE_SPINCTRL && !defined(__WXUNIVERSAL__)
6fe19057
VZ
4681 // the text ctrl which is logically part of wxSpinCtrl sends WM_COMMAND
4682 // notifications to its parent which we want to reflect back to
4683 // wxSpinCtrl
4684 wxSpinCtrl *spin = wxSpinCtrl::GetSpinForTextCtrl(control);
4685 if ( spin && spin->ProcessTextCommand(cmd, id) )
08158721 4686 return true;
6fe19057 4687#endif // wxUSE_SPINCTRL
42e69d6b 4688
01d2bf4d
WS
4689#if wxUSE_CHOICE && defined(__SMARTPHONE__)
4690 // the listbox ctrl which is logically part of wxChoice sends WM_COMMAND
4691 // notifications to its parent which we want to reflect back to
4692 // wxChoice
4693 wxChoice *choice = wxChoice::GetChoiceForListBox(control);
4694 if ( choice && choice->MSWCommand(cmd, id) )
4695 return true;
4696#endif
4697 }
4698
08158721 4699 return false;
2bda0e17
KB
4700}
4701
42e69d6b
VZ
4702// ---------------------------------------------------------------------------
4703// mouse events
4704// ---------------------------------------------------------------------------
4705
1e6feb95
VZ
4706void wxWindowMSW::InitMouseEvent(wxMouseEvent& event,
4707 int x, int y,
4708 WXUINT flags)
42e69d6b 4709{
1e6feb95
VZ
4710 // our client coords are not quite the same as Windows ones
4711 wxPoint pt = GetClientAreaOrigin();
4712 event.m_x = x - pt.x;
4713 event.m_y = y - pt.y;
4714
4715 event.m_shiftDown = (flags & MK_SHIFT) != 0;
4716 event.m_controlDown = (flags & MK_CONTROL) != 0;
4717 event.m_leftDown = (flags & MK_LBUTTON) != 0;
4718 event.m_middleDown = (flags & MK_MBUTTON) != 0;
4719 event.m_rightDown = (flags & MK_RBUTTON) != 0;
1fdf858b 4720 event.m_altDown = ::GetKeyState(VK_MENU) < 0;
1e6feb95 4721
f0b1ccde 4722#ifndef __WXWINCE__
1bf77ee5 4723 event.SetTimestamp(::GetMessageTime());
f0b1ccde
JS
4724#endif
4725
687706f5 4726 event.SetEventObject(this);
fb35f0c7 4727 event.SetId(GetId());
42e69d6b
VZ
4728
4729#if wxUSE_MOUSEEVENT_HACK
c358ea41
VZ
4730 gs_lastMouseEvent.pos = ClientToScreen(wxPoint(x, y));
4731 gs_lastMouseEvent.type = event.GetEventType();
42e69d6b 4732#endif // wxUSE_MOUSEEVENT_HACK
2bda0e17
KB
4733}
4734
42b1fb63 4735#ifdef __WXWINCE__
dfafa702
VZ
4736// Windows doesn't send the mouse events to the static controls (which are
4737// transparent in the sense that their WM_NCHITTEST handler returns
4738// HTTRANSPARENT) at all but we want all controls to receive the mouse events
4739// and so we manually check if we don't have a child window under mouse and if
4740// we do, send the event to it instead of the window Windows had sent WM_XXX
4741// to.
4742//
4743// Notice that this is not done for the mouse move events because this could
4744// (would?) be too slow, but only for clicks which means that the static texts
4745// still don't get move, enter nor leave events.
42b1fb63 4746static wxWindowMSW *FindWindowForMouseEvent(wxWindowMSW *win, int *x, int *y)
dfafa702
VZ
4747{
4748 wxCHECK_MSG( x && y, win, _T("NULL pointer in FindWindowForMouseEvent") );
4749
4750 // first try to find a non transparent child: this allows us to send events
4751 // to a static text which is inside a static box, for example
4752 POINT pt = { *x, *y };
4753 HWND hwnd = GetHwndOf(win),
4754 hwndUnderMouse;
4755
7f0586ef
JS
4756#ifdef __WXWINCE__
4757 hwndUnderMouse = ::ChildWindowFromPoint
4758 (
4759 hwnd,
4760 pt
4761 );
4762#else
dfafa702
VZ
4763 hwndUnderMouse = ::ChildWindowFromPointEx
4764 (
4765 hwnd,
4766 pt,
4767 CWP_SKIPINVISIBLE |
4768 CWP_SKIPDISABLED |
4769 CWP_SKIPTRANSPARENT
4770 );
7f0586ef 4771#endif
dfafa702
VZ
4772
4773 if ( !hwndUnderMouse || hwndUnderMouse == hwnd )
dfafa702
VZ
4774 {
4775 // now try any child window at all
4776 hwndUnderMouse = ::ChildWindowFromPoint(hwnd, pt);
4777 }
4778
4779 // check that we have a child window which is susceptible to receive mouse
4780 // events: for this it must be shown and enabled
4781 if ( hwndUnderMouse &&
4782 hwndUnderMouse != hwnd &&
4783 ::IsWindowVisible(hwndUnderMouse) &&
4784 ::IsWindowEnabled(hwndUnderMouse) )
4785 {
4786 wxWindow *winUnderMouse = wxFindWinFromHandle((WXHWND)hwndUnderMouse);
4787 if ( winUnderMouse )
4788 {
4789 // translate the mouse coords to the other window coords
4790 win->ClientToScreen(x, y);
4791 winUnderMouse->ScreenToClient(x, y);
4792
4793 win = winUnderMouse;
4794 }
4795 }
4796
4797 return win;
4798}
42b1fb63 4799#endif // __WXWINCE__
dfafa702 4800
1e6feb95 4801bool wxWindowMSW::HandleMouseEvent(WXUINT msg, int x, int y, WXUINT flags)
2bda0e17 4802{
42e69d6b 4803 // the mouse events take consecutive IDs from WM_MOUSEFIRST to
34621cc5 4804 // WM_MOUSELAST, so it's enough to subtract WM_MOUSEMOVE == WM_MOUSEFIRST
42e69d6b
VZ
4805 // from the message id and take the value in the table to get wxWin event
4806 // id
4807 static const wxEventType eventsMouse[] =
4808 {
4809 wxEVT_MOTION,
4810 wxEVT_LEFT_DOWN,
4811 wxEVT_LEFT_UP,
4812 wxEVT_LEFT_DCLICK,
4813 wxEVT_RIGHT_DOWN,
4814 wxEVT_RIGHT_UP,
4815 wxEVT_RIGHT_DCLICK,
4816 wxEVT_MIDDLE_DOWN,
4817 wxEVT_MIDDLE_UP,
4818 wxEVT_MIDDLE_DCLICK
4819 };
2bda0e17 4820
42e69d6b
VZ
4821 wxMouseEvent event(eventsMouse[msg - WM_MOUSEMOVE]);
4822 InitMouseEvent(event, x, y, flags);
4823
4824 return GetEventHandler()->ProcessEvent(event);
4825}
4826
1e6feb95 4827bool wxWindowMSW::HandleMouseMove(int x, int y, WXUINT flags)
42e69d6b
VZ
4828{
4829 if ( !m_mouseInWindow )
2bda0e17 4830 {
1e6feb95
VZ
4831 // it would be wrong to assume that just because we get a mouse move
4832 // event that the mouse is inside the window: although this is usually
4833 // true, it is not if we had captured the mouse, so we need to check
4834 // the mouse coordinates here
4835 if ( !HasCapture() || IsMouseInWindow() )
4836 {
4837 // Generate an ENTER event
08158721 4838 m_mouseInWindow = true;
e5297b7f 4839
4e5c6c33
VZ
4840#ifdef HAVE_TRACKMOUSEEVENT
4841 WinStruct<TRACKMOUSEEVENT> trackinfo;
4842
e5297b7f
JS
4843 trackinfo.dwFlags = TME_LEAVE;
4844 trackinfo.hwndTrack = GetHwnd();
4e5c6c33
VZ
4845
4846 // Use the commctrl.h _TrackMouseEvent(), which will call the real
4847 // TrackMouseEvent() if available or emulate it
e5297b7f 4848 _TrackMouseEvent(&trackinfo);
4e5c6c33
VZ
4849#endif // HAVE_TRACKMOUSEEVENT
4850
1e6feb95
VZ
4851 wxMouseEvent event(wxEVT_ENTER_WINDOW);
4852 InitMouseEvent(event, x, y, flags);
42e69d6b 4853
1e6feb95
VZ
4854 (void)GetEventHandler()->ProcessEvent(event);
4855 }
42e69d6b 4856 }
cff58b52
KH
4857#ifdef HAVE_TRACKMOUSEEVENT
4858 else
4859 {
4860 // Check if we need to send a LEAVE event
4861 // Windows doesn't send WM_MOUSELEAVE if the mouse has been captured so
4862 // send it here if we are using native mouse leave tracking
4863 if ( HasCapture() && !IsMouseInWindow() )
4864 {
4865 GenerateMouseLeave();
4866 }
4867 }
1ca78aa1 4868#endif // HAVE_TRACKMOUSEEVENT
42e69d6b
VZ
4869
4870#if wxUSE_MOUSEEVENT_HACK
c358ea41
VZ
4871 // Windows often generates mouse events even if mouse position hasn't
4872 // changed (http://article.gmane.org/gmane.comp.lib.wxwidgets.devel/66576)
4873 //
4874 // Filter this out as it can result in unexpected behaviour compared to
4875 // other platforms
4876 if ( gs_lastMouseEvent.type == wxEVT_RIGHT_DOWN ||
4877 gs_lastMouseEvent.type == wxEVT_LEFT_DOWN ||
4878 gs_lastMouseEvent.type == wxEVT_MIDDLE_DOWN ||
4879 gs_lastMouseEvent.type == wxEVT_MOTION )
4880 {
4881 if ( ClientToScreen(wxPoint(x, y)) == gs_lastMouseEvent.pos )
4882 {
4883 gs_lastMouseEvent.type = wxEVT_MOTION;
42e69d6b 4884
c358ea41
VZ
4885 return false;
4886 }
42e69d6b
VZ
4887 }
4888#endif // wxUSE_MOUSEEVENT_HACK
4889
4890 return HandleMouseEvent(WM_MOUSEMOVE, x, y, flags);
4891}
4892
d2c52078 4893
24ce4c18 4894bool wxWindowMSW::HandleMouseWheel(WXWPARAM wParam, WXLPARAM lParam)
d2c52078
RD
4895{
4896#if wxUSE_MOUSEWHEEL
3c297348
VZ
4897 // notice that WM_MOUSEWHEEL position is in screen coords (as it's
4898 // forwarded up to the parent by DefWindowProc()) and not in the client
4899 // ones as all the other messages, translate them to the client coords for
4900 // consistency
4901 const wxPoint
4902 pt = ScreenToClient(wxPoint(GET_X_LPARAM(lParam), GET_Y_LPARAM(lParam)));
d2c52078 4903 wxMouseEvent event(wxEVT_MOUSEWHEEL);
3c297348 4904 InitMouseEvent(event, pt.x, pt.y, LOWORD(wParam));
d2c52078
RD
4905 event.m_wheelRotation = (short)HIWORD(wParam);
4906 event.m_wheelDelta = WHEEL_DELTA;
4907
0f7a546d
RD
4908 static int s_linesPerRotation = -1;
4909 if ( s_linesPerRotation == -1 )
4910 {
4911 if ( !::SystemParametersInfo(SPI_GETWHEELSCROLLLINES, 0,
4912 &s_linesPerRotation, 0))
4913 {
4914 // this is not supposed to happen
4915 wxLogLastError(_T("SystemParametersInfo(GETWHEELSCROLLLINES)"));
4916
4917 // the default is 3, so use it if SystemParametersInfo() failed
4918 s_linesPerRotation = 3;
4919 }
4920 }
d2c52078 4921
0f7a546d 4922 event.m_linesPerAction = s_linesPerRotation;
d2c52078 4923 return GetEventHandler()->ProcessEvent(event);
0f7a546d 4924
51e4e266
VZ
4925#else // !wxUSE_MOUSEWHEEL
4926 wxUnusedVar(wParam);
4927 wxUnusedVar(lParam);
38caaa61 4928
08158721 4929 return false;
51e4e266 4930#endif // wxUSE_MOUSEWHEEL/!wxUSE_MOUSEWHEEL
d2c52078
RD
4931}
4932
51e4e266
VZ
4933void wxWindowMSW::GenerateMouseLeave()
4934{
4935 m_mouseInWindow = false;
4936
4937 int state = 0;
4938 if ( wxIsShiftDown() )
4939 state |= MK_SHIFT;
4940 if ( wxIsCtrlDown() )
4941 state |= MK_CONTROL;
4942
4943 // Only the high-order bit should be tested
4944 if ( GetKeyState( VK_LBUTTON ) & (1<<15) )
4945 state |= MK_LBUTTON;
4946 if ( GetKeyState( VK_MBUTTON ) & (1<<15) )
4947 state |= MK_MBUTTON;
4948 if ( GetKeyState( VK_RBUTTON ) & (1<<15) )
4949 state |= MK_RBUTTON;
4950
4951 POINT pt;
f2325516
JS
4952#ifdef __WXWINCE__
4953 if ( !::GetCursorPosWinCE(&pt) )
4954#else
51e4e266 4955 if ( !::GetCursorPos(&pt) )
f2325516 4956#endif
51e4e266
VZ
4957 {
4958 wxLogLastError(_T("GetCursorPos"));
4959 }
4960
4961 // we need to have client coordinates here for symmetry with
4962 // wxEVT_ENTER_WINDOW
4963 RECT rect = wxGetWindowRect(GetHwnd());
4964 pt.x -= rect.left;
4965 pt.y -= rect.top;
4966
4967 wxMouseEvent event(wxEVT_LEAVE_WINDOW);
4968 InitMouseEvent(event, pt.x, pt.y, state);
4969
4970 (void)GetEventHandler()->ProcessEvent(event);
4971}
d2c52078 4972
42e69d6b
VZ
4973// ---------------------------------------------------------------------------
4974// keyboard handling
4975// ---------------------------------------------------------------------------
4976
c42404a5
VZ
4977// create the key event of the given type for the given key - used by
4978// HandleChar and HandleKeyDown/Up
1e6feb95 4979wxKeyEvent wxWindowMSW::CreateKeyEvent(wxEventType evType,
b09bda68 4980 int id,
9c7df356
VZ
4981 WXLPARAM lParam,
4982 WXWPARAM wParam) const
c42404a5
VZ
4983{
4984 wxKeyEvent event(evType);
4985 event.SetId(GetId());
3f7bc32b
VZ
4986 event.m_shiftDown = wxIsShiftDown();
4987 event.m_controlDown = wxIsCtrlDown();
c42404a5
VZ
4988 event.m_altDown = (HIWORD(lParam) & KF_ALTDOWN) == KF_ALTDOWN;
4989
687706f5 4990 event.SetEventObject((wxWindow *)this); // const_cast
c42404a5 4991 event.m_keyCode = id;
0d9b2c16 4992#if wxUSE_UNICODE
32b13913 4993 event.m_uniChar = (wxChar) wParam;
0d9b2c16 4994#endif
9c7df356
VZ
4995 event.m_rawCode = (wxUint32) wParam;
4996 event.m_rawFlags = (wxUint32) lParam;
f0b1ccde 4997#ifndef __WXWINCE__
1bf77ee5 4998 event.SetTimestamp(::GetMessageTime());
f0b1ccde 4999#endif
c42404a5
VZ
5000
5001 // translate the position to client coords
5002 POINT pt;
f2325516
JS
5003#ifdef __WXWINCE__
5004 GetCursorPosWinCE(&pt);
5005#else
c42404a5 5006 GetCursorPos(&pt);
f2325516 5007#endif
c42404a5
VZ
5008 RECT rect;
5009 GetWindowRect(GetHwnd(),&rect);
5010 pt.x -= rect.left;
5011 pt.y -= rect.top;
5012
5013 event.m_x = pt.x;
5014 event.m_y = pt.y;
5015
5016 return event;
5017}
5018
08158721 5019// isASCII is true only when we're called from WM_CHAR handler and not from
42e69d6b 5020// WM_KEYDOWN one
1e6feb95 5021bool wxWindowMSW::HandleChar(WXWPARAM wParam, WXLPARAM lParam, bool isASCII)
42e69d6b
VZ
5022{
5023 int id;
42e69d6b
VZ
5024 if ( isASCII )
5025 {
42e69d6b 5026 id = wParam;
2d0a075d 5027 }
9c7df356 5028 else // we're called from WM_KEYDOWN
c42404a5 5029 {
6121a198
VZ
5030 // don't pass lParam to wxCharCodeMSWToWX() here because we don't want
5031 // to get numpad key codes: CHAR events should use the logical keys
5032 // such as WXK_HOME instead of WXK_NUMPAD_HOME which is for KEY events
5033 id = wxCharCodeMSWToWX(wParam);
9c7df356 5034 if ( id == 0 )
c42404a5 5035 {
9c7df356 5036 // it's ASCII and will be processed here only when called from
08158721
DS
5037 // WM_CHAR (i.e. when isASCII = true), don't process it now
5038 return false;
c42404a5 5039 }
9c7df356 5040 }
42e69d6b 5041
9c7df356 5042 wxKeyEvent event(CreateKeyEvent(wxEVT_CHAR, id, lParam, wParam));
2b5f62a0
VZ
5043
5044 // the alphanumeric keys produced by pressing AltGr+something on European
5045 // keyboards have both Ctrl and Alt modifiers which may confuse the user
5046 // code as, normally, keys with Ctrl and/or Alt don't result in anything
5047 // alphanumeric, so pretend that there are no modifiers at all (the
5048 // KEY_DOWN event would still have the correct modifiers if they're really
5049 // needed)
5050 if ( event.m_controlDown && event.m_altDown &&
5051 (id >= 32 && id < 256) )
9c7df356 5052 {
2b5f62a0 5053 event.m_controlDown =
08158721 5054 event.m_altDown = false;
2d0a075d 5055 }
c42404a5 5056
9c7df356 5057 return GetEventHandler()->ProcessEvent(event);
2bda0e17
KB
5058}
5059
1e6feb95 5060bool wxWindowMSW::HandleKeyDown(WXWPARAM wParam, WXLPARAM lParam)
2bda0e17 5061{
ff792344 5062 int id = wxCharCodeMSWToWX(wParam, lParam);
2bda0e17 5063
c42404a5
VZ
5064 if ( !id )
5065 {
5066 // normal ASCII char
42e69d6b
VZ
5067 id = wParam;
5068 }
5069
b60978b2
VZ
5070 wxKeyEvent event(CreateKeyEvent(wxEVT_KEY_DOWN, id, lParam, wParam));
5071 return GetEventHandler()->ProcessEvent(event);
2bda0e17
KB
5072}
5073
1e6feb95 5074bool wxWindowMSW::HandleKeyUp(WXWPARAM wParam, WXLPARAM lParam)
2bda0e17 5075{
ff792344 5076 int id = wxCharCodeMSWToWX(wParam, lParam);
2bda0e17 5077
c42404a5
VZ
5078 if ( !id )
5079 {
5080 // normal ASCII char
42e69d6b 5081 id = wParam;
2d0a075d 5082 }
2bda0e17 5083
b60978b2
VZ
5084 wxKeyEvent event(CreateKeyEvent(wxEVT_KEY_UP, id, lParam, wParam));
5085 return GetEventHandler()->ProcessEvent(event);
2bda0e17
KB
5086}
5087
0c0d1521
WS
5088int wxWindowMSW::HandleMenuChar(int WXUNUSED_IN_WINCE(chAccel),
5089 WXLPARAM WXUNUSED_IN_WINCE(lParam))
b74cce40 5090{
7f0586ef
JS
5091 // FIXME: implement GetMenuItemCount for WinCE, possibly
5092 // in terms of GetMenuItemInfo
5093#ifndef __WXWINCE__
b74cce40
VZ
5094 const HMENU hmenu = (HMENU)lParam;
5095
5096 MENUITEMINFO mii;
5097 wxZeroMemory(mii);
5098 mii.cbSize = sizeof(MENUITEMINFO);
c70ffbdb
VZ
5099
5100 // we could use MIIM_FTYPE here as we only need to know if the item is
5101 // ownerdrawn or not and not dwTypeData which MIIM_TYPE also returns, but
5102 // MIIM_FTYPE is not supported under Win95
b74cce40
VZ
5103 mii.fMask = MIIM_TYPE | MIIM_DATA;
5104
5105 // find if we have this letter in any owner drawn item
5106 const int count = ::GetMenuItemCount(hmenu);
5107 for ( int i = 0; i < count; i++ )
5108 {
c70ffbdb
VZ
5109 // previous loop iteration could modify it, reset it back before
5110 // calling GetMenuItemInfo() to prevent it from overflowing dwTypeData
5111 mii.cch = 0;
5112
b74cce40
VZ
5113 if ( ::GetMenuItemInfo(hmenu, i, TRUE, &mii) )
5114 {
5115 if ( mii.fType == MFT_OWNERDRAW )
5116 {
5117 // dwItemData member of the MENUITEMINFO is a
5118 // pointer to the associated wxMenuItem -- see the
5119 // menu creation code
5120 wxMenuItem *item = (wxMenuItem*)mii.dwItemData;
5121
5122 const wxChar *p = wxStrchr(item->GetText(), _T('&'));
5123 while ( p++ )
5124 {
5125 if ( *p == _T('&') )
5126 {
5127 // this is not the accel char, find the real one
5128 p = wxStrchr(p + 1, _T('&'));
5129 }
5130 else // got the accel char
5131 {
5132 // FIXME-UNICODE: this comparison doesn't risk to work
5133 // for non ASCII accelerator characters I'm afraid, but
5134 // what can we do?
907173e5 5135 if ( (wchar_t)wxToupper(*p) == (wchar_t)chAccel )
b74cce40
VZ
5136 {
5137 return i;
5138 }
5139 else
5140 {
5141 // this one doesn't match
5142 break;
5143 }
5144 }
5145 }
5146 }
5147 }
e39af974 5148 else // failed to get the menu text?
b74cce40 5149 {
c70ffbdb 5150 // it's not fatal, so don't show error, but still log it
b74cce40
VZ
5151 wxLogLastError(_T("GetMenuItemInfo"));
5152 }
5153 }
7f0586ef 5154#endif
b74cce40
VZ
5155 return wxNOT_FOUND;
5156}
5157
78c91815
VZ
5158bool wxWindowMSW::HandleClipboardEvent( WXUINT nMsg )
5159{
5160 const wxEventType type = ( nMsg == WM_CUT ) ? wxEVT_COMMAND_TEXT_CUT :
5161 ( nMsg == WM_COPY ) ? wxEVT_COMMAND_TEXT_COPY :
5162 /*( nMsg == WM_PASTE ) ? */ wxEVT_COMMAND_TEXT_PASTE;
5163 wxClipboardTextEvent evt(type, GetId());
5164
5165 evt.SetEventObject(this);
5166
5167 return GetEventHandler()->ProcessEvent(evt);
5168}
5169
42e69d6b
VZ
5170// ---------------------------------------------------------------------------
5171// joystick
5172// ---------------------------------------------------------------------------
5173
1e6feb95 5174bool wxWindowMSW::HandleJoystickEvent(WXUINT msg, int x, int y, WXUINT flags)
2bda0e17 5175{
8cb172b4 5176#ifdef JOY_BUTTON1
42e69d6b
VZ
5177 int change = 0;
5178 if ( flags & JOY_BUTTON1CHG )
5179 change = wxJOY_BUTTON1;
5180 if ( flags & JOY_BUTTON2CHG )
5181 change = wxJOY_BUTTON2;
5182 if ( flags & JOY_BUTTON3CHG )
5183 change = wxJOY_BUTTON3;
5184 if ( flags & JOY_BUTTON4CHG )
5185 change = wxJOY_BUTTON4;
2bda0e17 5186
42e69d6b
VZ
5187 int buttons = 0;
5188 if ( flags & JOY_BUTTON1 )
5189 buttons |= wxJOY_BUTTON1;
5190 if ( flags & JOY_BUTTON2 )
5191 buttons |= wxJOY_BUTTON2;
5192 if ( flags & JOY_BUTTON3 )
5193 buttons |= wxJOY_BUTTON3;
5194 if ( flags & JOY_BUTTON4 )
5195 buttons |= wxJOY_BUTTON4;
c085e333 5196
42e69d6b
VZ
5197 // the event ids aren't consecutive so we can't use table based lookup
5198 int joystick;
5199 wxEventType eventType;
5200 switch ( msg )
5201 {
5202 case MM_JOY1MOVE:
5203 joystick = 1;
5204 eventType = wxEVT_JOY_MOVE;
5205 break;
2bda0e17 5206
42e69d6b
VZ
5207 case MM_JOY2MOVE:
5208 joystick = 2;
5209 eventType = wxEVT_JOY_MOVE;
5210 break;
2bda0e17 5211
42e69d6b
VZ
5212 case MM_JOY1ZMOVE:
5213 joystick = 1;
5214 eventType = wxEVT_JOY_ZMOVE;
5215 break;
2bda0e17 5216
42e69d6b
VZ
5217 case MM_JOY2ZMOVE:
5218 joystick = 2;
5219 eventType = wxEVT_JOY_ZMOVE;
5220 break;
2bda0e17 5221
42e69d6b
VZ
5222 case MM_JOY1BUTTONDOWN:
5223 joystick = 1;
5224 eventType = wxEVT_JOY_BUTTON_DOWN;
5225 break;
2bda0e17 5226
42e69d6b
VZ
5227 case MM_JOY2BUTTONDOWN:
5228 joystick = 2;
5229 eventType = wxEVT_JOY_BUTTON_DOWN;
5230 break;
2bda0e17 5231
42e69d6b
VZ
5232 case MM_JOY1BUTTONUP:
5233 joystick = 1;
5234 eventType = wxEVT_JOY_BUTTON_UP;
5235 break;
5236
5237 case MM_JOY2BUTTONUP:
5238 joystick = 2;
5239 eventType = wxEVT_JOY_BUTTON_UP;
5240 break;
5241
5242 default:
223d09f6 5243 wxFAIL_MSG(wxT("no such joystick event"));
2d0a075d 5244
08158721 5245 return false;
2d0a075d 5246 }
2bda0e17 5247
42e69d6b
VZ
5248 wxJoystickEvent event(eventType, buttons, joystick, change);
5249 event.SetPosition(wxPoint(x, y));
5250 event.SetEventObject(this);
c085e333 5251
42e69d6b 5252 return GetEventHandler()->ProcessEvent(event);
8cb172b4 5253#else
991420e6
WS
5254 wxUnusedVar(msg);
5255 wxUnusedVar(x);
5256 wxUnusedVar(y);
5257 wxUnusedVar(flags);
08158721 5258 return false;
8cb172b4 5259#endif
2bda0e17
KB
5260}
5261
42e69d6b
VZ
5262// ---------------------------------------------------------------------------
5263// scrolling
5264// ---------------------------------------------------------------------------
5265
1e6feb95 5266bool wxWindowMSW::MSWOnScroll(int orientation, WXWORD wParam,
f4f734c1 5267 WXWORD pos, WXHWND control)
35bbb0c6 5268{
a0d924c6 5269 if ( control && control != m_hWnd ) // Prevent infinite recursion
cc2b7472 5270 {
42e69d6b
VZ
5271 wxWindow *child = wxFindWinFromHandle(control);
5272 if ( child )
5273 return child->MSWOnScroll(orientation, wParam, pos, control);
cc2b7472 5274 }
2bda0e17 5275
9145664b 5276 wxScrollWinEvent event;
42e69d6b
VZ
5277 event.SetPosition(pos);
5278 event.SetOrientation(orientation);
687706f5 5279 event.SetEventObject(this);
cc2b7472 5280
42e69d6b
VZ
5281 switch ( wParam )
5282 {
5283 case SB_TOP:
687706f5 5284 event.SetEventType(wxEVT_SCROLLWIN_TOP);
42e69d6b 5285 break;
cc2b7472 5286
42e69d6b 5287 case SB_BOTTOM:
687706f5 5288 event.SetEventType(wxEVT_SCROLLWIN_BOTTOM);
42e69d6b 5289 break;
cc2b7472 5290
42e69d6b 5291 case SB_LINEUP:
687706f5 5292 event.SetEventType(wxEVT_SCROLLWIN_LINEUP);
42e69d6b 5293 break;
2bda0e17 5294
42e69d6b 5295 case SB_LINEDOWN:
687706f5 5296 event.SetEventType(wxEVT_SCROLLWIN_LINEDOWN);
42e69d6b 5297 break;
a02eb1d2 5298
42e69d6b 5299 case SB_PAGEUP:
687706f5 5300 event.SetEventType(wxEVT_SCROLLWIN_PAGEUP);
42e69d6b 5301 break;
2bda0e17 5302
42e69d6b 5303 case SB_PAGEDOWN:
687706f5 5304 event.SetEventType(wxEVT_SCROLLWIN_PAGEDOWN);
42e69d6b 5305 break;
2bda0e17 5306
42e69d6b 5307 case SB_THUMBPOSITION:
feda3011 5308 case SB_THUMBTRACK:
f6bcfd97
BP
5309 // under Win32, the scrollbar range and position are 32 bit integers,
5310 // but WM_[HV]SCROLL only carry the low 16 bits of them, so we must
5311 // explicitly query the scrollbar for the correct position (this must
5312 // be done only for these two SB_ events as they are the only one
5313 // carrying the scrollbar position)
5314 {
0cf5de11 5315 WinStruct<SCROLLINFO> scrollInfo;
f6bcfd97
BP
5316 scrollInfo.fMask = SIF_TRACKPOS;
5317
5318 if ( !::GetScrollInfo(GetHwnd(),
5319 orientation == wxHORIZONTAL ? SB_HORZ
5320 : SB_VERT,
5321 &scrollInfo) )
5322 {
3103e8a9 5323 // Not necessarily an error, if there are no scrollbars yet.
f676b387 5324 // wxLogLastError(_T("GetScrollInfo"));
f6bcfd97
BP
5325 }
5326
5327 event.SetPosition(scrollInfo.nTrackPos);
5328 }
f6bcfd97 5329
687706f5 5330 event.SetEventType( wParam == SB_THUMBPOSITION
f6bcfd97 5331 ? wxEVT_SCROLLWIN_THUMBRELEASE
687706f5 5332 : wxEVT_SCROLLWIN_THUMBTRACK );
42e69d6b 5333 break;
c085e333 5334
42e69d6b 5335 default:
08158721 5336 return false;
564b2609 5337 }
2bda0e17 5338
42e69d6b 5339 return GetEventHandler()->ProcessEvent(event);
2bda0e17
KB
5340}
5341
42e69d6b
VZ
5342// ===========================================================================
5343// global functions
5344// ===========================================================================
5345
7a5e53ab 5346void wxGetCharSize(WXHWND wnd, int *x, int *y, const wxFont& the_font)
2bda0e17 5347{
42e69d6b
VZ
5348 TEXTMETRIC tm;
5349 HDC dc = ::GetDC((HWND) wnd);
42e69d6b 5350 HFONT was = 0;
35bbb0c6 5351
7a5e53ab
VS
5352 // the_font.UseResource();
5353 // the_font.RealizeResource();
c57c2993 5354 HFONT fnt = (HFONT)the_font.GetResourceHandle(); // const_cast
7a5e53ab
VS
5355 if ( fnt )
5356 was = (HFONT) SelectObject(dc,fnt);
35bbb0c6 5357
42e69d6b 5358 GetTextMetrics(dc, &tm);
7a5e53ab 5359 if ( fnt && was )
2d0a075d 5360 {
42e69d6b 5361 SelectObject(dc,was);
2d0a075d 5362 }
42e69d6b 5363 ReleaseDC((HWND)wnd, dc);
0655ad29
VZ
5364
5365 if ( x )
5366 *x = tm.tmAveCharWidth;
5367 if ( y )
5368 *y = tm.tmHeight + tm.tmExternalLeading;
2bda0e17 5369
7a5e53ab 5370 // the_font.ReleaseResource();
42e69d6b 5371}
c085e333 5372
5004c3ad
JG
5373// use the "extended" bit (24) of lParam to distinguish extended keys
5374// from normal keys as the same key is sent
ed5bc8f1
VZ
5375static inline
5376int ChooseNormalOrExtended(int lParam, int keyNormal, int keyExtended)
5004c3ad 5377{
ed5bc8f1
VZ
5378 // except that if lParam is 0, it means we don't have real lParam from
5379 // WM_KEYDOWN but are just translating just a VK constant (e.g. done from
5380 // msw/treectrl.cpp when processing TVN_KEYDOWN) -- then assume this is a
5381 // non-numpad (hence extended) key as this is a more common case
5382 return !lParam || (lParam & (1 << 24)) ? keyExtended : keyNormal;
5004c3ad
JG
5383}
5384
42e69d6b
VZ
5385// Returns 0 if was a normal ASCII value, not a special key. This indicates that
5386// the key should be ignored by WM_KEYDOWN and processed by WM_CHAR instead.
ff792344 5387int wxCharCodeMSWToWX(int keySym, WXLPARAM lParam)
42e69d6b 5388{
f6bcfd97 5389 int id;
42e69d6b
VZ
5390 switch (keySym)
5391 {
f6bcfd97
BP
5392 case VK_CANCEL: id = WXK_CANCEL; break;
5393 case VK_BACK: id = WXK_BACK; break;
5394 case VK_TAB: id = WXK_TAB; break;
5395 case VK_CLEAR: id = WXK_CLEAR; break;
f6bcfd97
BP
5396 case VK_SHIFT: id = WXK_SHIFT; break;
5397 case VK_CONTROL: id = WXK_CONTROL; break;
f52c3131 5398 case VK_MENU : id = WXK_ALT; break;
f6bcfd97 5399 case VK_PAUSE: id = WXK_PAUSE; break;
9c7df356 5400 case VK_CAPITAL: id = WXK_CAPITAL; break;
f6bcfd97
BP
5401 case VK_SPACE: id = WXK_SPACE; break;
5402 case VK_ESCAPE: id = WXK_ESCAPE; break;
f6bcfd97
BP
5403 case VK_SELECT: id = WXK_SELECT; break;
5404 case VK_PRINT: id = WXK_PRINT; break;
5405 case VK_EXECUTE: id = WXK_EXECUTE; break;
f6bcfd97
BP
5406 case VK_HELP : id = WXK_HELP; break;
5407 case VK_NUMPAD0: id = WXK_NUMPAD0; break;
5408 case VK_NUMPAD1: id = WXK_NUMPAD1; break;
5409 case VK_NUMPAD2: id = WXK_NUMPAD2; break;
5410 case VK_NUMPAD3: id = WXK_NUMPAD3; break;
5411 case VK_NUMPAD4: id = WXK_NUMPAD4; break;
5412 case VK_NUMPAD5: id = WXK_NUMPAD5; break;
5413 case VK_NUMPAD6: id = WXK_NUMPAD6; break;
5414 case VK_NUMPAD7: id = WXK_NUMPAD7; break;
5415 case VK_NUMPAD8: id = WXK_NUMPAD8; break;
5416 case VK_NUMPAD9: id = WXK_NUMPAD9; break;
32a87ae7 5417 case VK_MULTIPLY: id = WXK_NUMPAD_MULTIPLY; break;
32a87ae7 5418 case VK_ADD: id = WXK_NUMPAD_ADD; break;
32a87ae7 5419 case VK_SUBTRACT: id = WXK_NUMPAD_SUBTRACT; break;
32a87ae7
VZ
5420 case VK_DECIMAL: id = WXK_NUMPAD_DECIMAL; break;
5421 case VK_DIVIDE: id = WXK_NUMPAD_DIVIDE; break;
f6bcfd97
BP
5422 case VK_F1: id = WXK_F1; break;
5423 case VK_F2: id = WXK_F2; break;
5424 case VK_F3: id = WXK_F3; break;
5425 case VK_F4: id = WXK_F4; break;
5426 case VK_F5: id = WXK_F5; break;
5427 case VK_F6: id = WXK_F6; break;
5428 case VK_F7: id = WXK_F7; break;
5429 case VK_F8: id = WXK_F8; break;
5430 case VK_F9: id = WXK_F9; break;
5431 case VK_F10: id = WXK_F10; break;
5432 case VK_F11: id = WXK_F11; break;
5433 case VK_F12: id = WXK_F12; break;
5434 case VK_F13: id = WXK_F13; break;
5435 case VK_F14: id = WXK_F14; break;
5436 case VK_F15: id = WXK_F15; break;
5437 case VK_F16: id = WXK_F16; break;
5438 case VK_F17: id = WXK_F17; break;
5439 case VK_F18: id = WXK_F18; break;
5440 case VK_F19: id = WXK_F19; break;
5441 case VK_F20: id = WXK_F20; break;
5442 case VK_F21: id = WXK_F21; break;
5443 case VK_F22: id = WXK_F22; break;
5444 case VK_F23: id = WXK_F23; break;
5445 case VK_F24: id = WXK_F24; break;
5446 case VK_NUMLOCK: id = WXK_NUMLOCK; break;
5447 case VK_SCROLL: id = WXK_SCROLL; break;
9c7df356 5448
e77c5d96
VZ
5449 // the mapping for these keys may be incorrect on non-US keyboards so
5450 // maybe we shouldn't map them to ASCII values at all
9c7df356 5451 case VK_OEM_1: id = ';'; break;
e77c5d96 5452 case VK_OEM_PLUS: id = '+'; break;
9c7df356
VZ
5453 case VK_OEM_COMMA: id = ','; break;
5454 case VK_OEM_MINUS: id = '-'; break;
5455 case VK_OEM_PERIOD: id = '.'; break;
5456 case VK_OEM_2: id = '/'; break;
5457 case VK_OEM_3: id = '~'; break;
5458 case VK_OEM_4: id = '['; break;
5459 case VK_OEM_5: id = '\\'; break;
5460 case VK_OEM_6: id = ']'; break;
5461 case VK_OEM_7: id = '\''; break;
5462
702c4208
VZ
5463#ifdef VK_APPS
5464 case VK_LWIN: id = WXK_WINDOWS_LEFT; break;
5465 case VK_RWIN: id = WXK_WINDOWS_RIGHT; break;
5466 case VK_APPS: id = WXK_WINDOWS_MENU; break;
5467#endif // VK_APPS defined
5468
5004c3ad 5469 // handle extended keys
413553cc 5470 case VK_PRIOR:
faa94f3e 5471 id = ChooseNormalOrExtended(lParam, WXK_NUMPAD_PAGEUP, WXK_PAGEUP);
413553cc
JG
5472 break;
5473 case VK_NEXT:
faa94f3e 5474 id = ChooseNormalOrExtended(lParam, WXK_NUMPAD_PAGEDOWN, WXK_PAGEDOWN);
413553cc
JG
5475 break;
5476 case VK_END:
5004c3ad 5477 id = ChooseNormalOrExtended(lParam, WXK_NUMPAD_END, WXK_END);
413553cc
JG
5478 break;
5479 case VK_HOME:
5004c3ad 5480 id = ChooseNormalOrExtended(lParam, WXK_NUMPAD_HOME, WXK_HOME);
413553cc
JG
5481 break;
5482 case VK_LEFT:
5004c3ad 5483 id = ChooseNormalOrExtended(lParam, WXK_NUMPAD_LEFT, WXK_LEFT);
413553cc
JG
5484 break;
5485 case VK_UP:
5004c3ad 5486 id = ChooseNormalOrExtended(lParam, WXK_NUMPAD_UP, WXK_UP);
413553cc
JG
5487 break;
5488 case VK_RIGHT:
5004c3ad 5489 id = ChooseNormalOrExtended(lParam, WXK_NUMPAD_RIGHT, WXK_RIGHT);
413553cc
JG
5490 break;
5491 case VK_DOWN:
5004c3ad 5492 id = ChooseNormalOrExtended(lParam, WXK_NUMPAD_DOWN, WXK_DOWN);
413553cc
JG
5493 break;
5494 case VK_INSERT:
5004c3ad 5495 id = ChooseNormalOrExtended(lParam, WXK_NUMPAD_INSERT, WXK_INSERT);
413553cc
JG
5496 break;
5497 case VK_DELETE:
5004c3ad 5498 id = ChooseNormalOrExtended(lParam, WXK_NUMPAD_DELETE, WXK_DELETE);
413553cc 5499 break;
ff792344 5500 case VK_RETURN:
ed5bc8f1
VZ
5501 // don't use ChooseNormalOrExtended() here as the keys are reversed
5502 // here: numpad enter is the extended one
5503 id = lParam && (lParam & (1 << 24)) ? WXK_NUMPAD_ENTER : WXK_RETURN;
ff792344
VZ
5504 break;
5505
f6bcfd97
BP
5506 default:
5507 id = 0;
42e69d6b 5508 }
f6bcfd97 5509
42e69d6b 5510 return id;
2bda0e17
KB
5511}
5512
373a5fb3 5513WXWORD wxCharCodeWXToMSW(int id, bool *isVirtual)
2bda0e17 5514{
08158721 5515 *isVirtual = true;
373a5fb3 5516 WXWORD keySym;
42e69d6b 5517 switch (id)
2bda0e17 5518 {
42e69d6b
VZ
5519 case WXK_CANCEL: keySym = VK_CANCEL; break;
5520 case WXK_CLEAR: keySym = VK_CLEAR; break;
5521 case WXK_SHIFT: keySym = VK_SHIFT; break;
5522 case WXK_CONTROL: keySym = VK_CONTROL; break;
fdec2c05 5523 case WXK_ALT: keySym = VK_MENU; break;
42e69d6b 5524 case WXK_PAUSE: keySym = VK_PAUSE; break;
fdec2c05 5525 case WXK_CAPITAL: keySym = VK_CAPITAL; break;
faa94f3e
WS
5526 case WXK_PAGEUP: keySym = VK_PRIOR; break;
5527 case WXK_PAGEDOWN: keySym = VK_NEXT; break;
42e69d6b
VZ
5528 case WXK_END: keySym = VK_END; break;
5529 case WXK_HOME : keySym = VK_HOME; break;
5530 case WXK_LEFT : keySym = VK_LEFT; break;
5531 case WXK_UP: keySym = VK_UP; break;
5532 case WXK_RIGHT: keySym = VK_RIGHT; break;
5533 case WXK_DOWN : keySym = VK_DOWN; break;
5534 case WXK_SELECT: keySym = VK_SELECT; break;
5535 case WXK_PRINT: keySym = VK_PRINT; break;
5536 case WXK_EXECUTE: keySym = VK_EXECUTE; break;
5537 case WXK_INSERT: keySym = VK_INSERT; break;
5538 case WXK_DELETE: keySym = VK_DELETE; break;
5539 case WXK_HELP : keySym = VK_HELP; break;
5540 case WXK_NUMPAD0: keySym = VK_NUMPAD0; break;
5541 case WXK_NUMPAD1: keySym = VK_NUMPAD1; break;
5542 case WXK_NUMPAD2: keySym = VK_NUMPAD2; break;
5543 case WXK_NUMPAD3: keySym = VK_NUMPAD3; break;
5544 case WXK_NUMPAD4: keySym = VK_NUMPAD4; break;
5545 case WXK_NUMPAD5: keySym = VK_NUMPAD5; break;
5546 case WXK_NUMPAD6: keySym = VK_NUMPAD6; break;
5547 case WXK_NUMPAD7: keySym = VK_NUMPAD7; break;
5548 case WXK_NUMPAD8: keySym = VK_NUMPAD8; break;
5549 case WXK_NUMPAD9: keySym = VK_NUMPAD9; break;
32a87ae7
VZ
5550 case WXK_NUMPAD_MULTIPLY: keySym = VK_MULTIPLY; break;
5551 case WXK_NUMPAD_ADD: keySym = VK_ADD; break;
5552 case WXK_NUMPAD_SUBTRACT: keySym = VK_SUBTRACT; break;
5553 case WXK_NUMPAD_DECIMAL: keySym = VK_DECIMAL; break;
5554 case WXK_NUMPAD_DIVIDE: keySym = VK_DIVIDE; break;
42e69d6b
VZ
5555 case WXK_F1: keySym = VK_F1; break;
5556 case WXK_F2: keySym = VK_F2; break;
5557 case WXK_F3: keySym = VK_F3; break;
5558 case WXK_F4: keySym = VK_F4; break;
5559 case WXK_F5: keySym = VK_F5; break;
5560 case WXK_F6: keySym = VK_F6; break;
5561 case WXK_F7: keySym = VK_F7; break;
5562 case WXK_F8: keySym = VK_F8; break;
5563 case WXK_F9: keySym = VK_F9; break;
5564 case WXK_F10: keySym = VK_F10; break;
5565 case WXK_F11: keySym = VK_F11; break;
5566 case WXK_F12: keySym = VK_F12; break;
5567 case WXK_F13: keySym = VK_F13; break;
5568 case WXK_F14: keySym = VK_F14; break;
5569 case WXK_F15: keySym = VK_F15; break;
5570 case WXK_F16: keySym = VK_F16; break;
5571 case WXK_F17: keySym = VK_F17; break;
5572 case WXK_F18: keySym = VK_F18; break;
5573 case WXK_F19: keySym = VK_F19; break;
5574 case WXK_F20: keySym = VK_F20; break;
5575 case WXK_F21: keySym = VK_F21; break;
5576 case WXK_F22: keySym = VK_F22; break;
5577 case WXK_F23: keySym = VK_F23; break;
5578 case WXK_F24: keySym = VK_F24; break;
5579 case WXK_NUMLOCK: keySym = VK_NUMLOCK; break;
5580 case WXK_SCROLL: keySym = VK_SCROLL; break;
5581 default:
5582 {
08158721 5583 *isVirtual = false;
373a5fb3 5584 keySym = (WORD)id;
42e69d6b
VZ
5585 break;
5586 }
2bda0e17 5587 }
42e69d6b 5588 return keySym;
2bda0e17
KB
5589}
5590
1751226c 5591bool wxGetKeyState(wxKeyCode key)
6ed892f3
RN
5592{
5593 bool bVirtual;
6ed892f3 5594
44353523
VZ
5595 wxASSERT_MSG(key != WXK_LBUTTON && key != WXK_RBUTTON && key !=
5596 WXK_MBUTTON, wxT("can't use wxGetKeyState() for mouse buttons"));
5597
84c51ddf 5598//High order with GetAsyncKeyState only available on WIN32
09cbc94f 5599#ifdef __WIN32__
84c51ddf
RN
5600 //If the requested key is a LED key, return
5601 //true if the led is pressed
5602 if (key == WXK_NUMLOCK ||
5603 key == WXK_CAPITAL ||
5604 key == WXK_SCROLL)
fdec2c05 5605 {
84c51ddf 5606#endif
09cbc94f 5607 //low order bit means LED is highlighted,
84c51ddf
RN
5608 //high order means key is down
5609 //Here, for compat with other ports we want both
5610 return GetKeyState( wxCharCodeWXToMSW(key, &bVirtual) ) != 0;
35bbb0c6 5611
09cbc94f 5612#ifdef __WIN32__
fdec2c05 5613 }
84c51ddf
RN
5614 else
5615 {
5616 //normal key
5617 //low order bit means key pressed since last call
5618 //high order means key is down
5619 //We want only the high order bit - the key may not be down if only low order
5620 return ( GetAsyncKeyState( wxCharCodeWXToMSW(key, &bVirtual) ) & (1<<15) ) != 0;
5621 }
5622#endif
6ed892f3
RN
5623}
5624
7dd40b6f
RD
5625
5626wxMouseState wxGetMouseState()
5627{
5628 wxMouseState ms;
5629 POINT pt;
5630 GetCursorPos( &pt );
5631
5632 ms.SetX(pt.x);
5633 ms.SetY(pt.y);
5634 ms.SetLeftDown( (GetAsyncKeyState(VK_LBUTTON) & (1<<15)) != 0 );
5635 ms.SetMiddleDown( (GetAsyncKeyState(VK_MBUTTON) & (1<<15)) != 0 );
5636 ms.SetRightDown( (GetAsyncKeyState(VK_RBUTTON) & (1<<15)) != 0 );
dd28827a 5637
7dd40b6f
RD
5638 ms.SetControlDown( (GetAsyncKeyState(VK_CONTROL) & (1<<15)) != 0 );
5639 ms.SetShiftDown( (GetAsyncKeyState(VK_SHIFT) & (1<<15)) != 0 );
5640 ms.SetAltDown( (GetAsyncKeyState(VK_MENU) & (1<<15)) != 0 );
5641// ms.SetMetaDown();
dd28827a 5642
7dd40b6f
RD
5643 return ms;
5644}
5645
5646
42e69d6b 5647wxWindow *wxGetActiveWindow()
2bda0e17 5648{
42e69d6b
VZ
5649 HWND hWnd = GetActiveWindow();
5650 if ( hWnd != 0 )
2d0a075d 5651 {
42e69d6b 5652 return wxFindWinFromHandle((WXHWND) hWnd);
2d0a075d 5653 }
42e69d6b 5654 return NULL;
2bda0e17
KB
5655}
5656
8614c467
VZ
5657extern wxWindow *wxGetWindowFromHWND(WXHWND hWnd)
5658{
5659 HWND hwnd = (HWND)hWnd;
5660
5661 // For a radiobutton, we get the radiobox from GWL_USERDATA (which is set
5662 // by code in msw/radiobox.cpp), for all the others we just search up the
5663 // window hierarchy
5664 wxWindow *win = (wxWindow *)NULL;
5665 if ( hwnd )
5666 {
5667 win = wxFindWinFromHandle((WXHWND)hwnd);
5668 if ( !win )
5669 {
a2242341 5670#if wxUSE_RADIOBOX
8614c467
VZ
5671 // native radiobuttons return DLGC_RADIOBUTTON here and for any
5672 // wxWindow class which overrides WM_GETDLGCODE processing to
5673 // do it as well, win would be already non NULL
a2242341 5674 if ( ::SendMessage(hwnd, WM_GETDLGCODE, 0, 0) & DLGC_RADIOBUTTON )
8614c467 5675 {
975b6bcf 5676 win = (wxWindow *)wxGetWindowUserData(hwnd);
8614c467 5677 }
a2242341
VZ
5678 //else: it's a wxRadioButton, not a radiobutton from wxRadioBox
5679#endif // wxUSE_RADIOBOX
5680
5681 // spin control text buddy window should be mapped to spin ctrl
5682 // itself so try it too
24ce4c18 5683#if wxUSE_SPINCTRL && !defined(__WXUNIVERSAL__)
a2242341
VZ
5684 if ( !win )
5685 {
5686 win = wxSpinCtrl::GetSpinForTextCtrl((WXHWND)hwnd);
5687 }
5688#endif // wxUSE_SPINCTRL
8614c467 5689 }
8614c467
VZ
5690 }
5691
5692 while ( hwnd && !win )
5693 {
761989ff
VZ
5694 // this is a really ugly hack needed to avoid mistakenly returning the
5695 // parent frame wxWindow for the find/replace modeless dialog HWND -
5696 // this, in turn, is needed to call IsDialogMessage() from
5697 // wxApp::ProcessMessage() as for this we must return NULL from here
5698 //
5699 // FIXME: this is clearly not the best way to do it but I think we'll
5700 // need to change HWND <-> wxWindow code more heavily than I can
5701 // do it now to fix it
c67d6888 5702#ifndef __WXMICROWIN__
761989ff
VZ
5703 if ( ::GetWindow(hwnd, GW_OWNER) )
5704 {
5705 // it's a dialog box, don't go upwards
5706 break;
5707 }
c67d6888 5708#endif
761989ff 5709
8614c467 5710 hwnd = ::GetParent(hwnd);
761989ff 5711 win = wxFindWinFromHandle((WXHWND)hwnd);
8614c467
VZ
5712 }
5713
5714 return win;
5715}
5716
7f0586ef 5717#if !defined(__WXMICROWIN__) && !defined(__WXWINCE__)
04ef50df 5718
42e69d6b
VZ
5719// Windows keyboard hook. Allows interception of e.g. F1, ESCAPE
5720// in active frames and dialogs, regardless of where the focus is.
5721static HHOOK wxTheKeyboardHook = 0;
5722static FARPROC wxTheKeyboardHookProc = 0;
5723int APIENTRY _EXPORT
5724wxKeyboardHook(int nCode, WORD wParam, DWORD lParam);
2bda0e17 5725
42e69d6b 5726void wxSetKeyboardHook(bool doIt)
2bda0e17 5727{
42e69d6b 5728 if ( doIt )
2d0a075d 5729 {
42e69d6b
VZ
5730 wxTheKeyboardHookProc = MakeProcInstance((FARPROC) wxKeyboardHook, wxGetInstance());
5731 wxTheKeyboardHook = SetWindowsHookEx(WH_KEYBOARD, (HOOKPROC) wxTheKeyboardHookProc, wxGetInstance(),
c7527e3f 5732
8614c467 5733 GetCurrentThreadId()
42e69d6b 5734 // (DWORD)GetCurrentProcess()); // This is another possibility. Which is right?
8614c467 5735 );
2d0a075d 5736 }
2d0a075d 5737 else
2d0a075d 5738 {
42e69d6b 5739 UnhookWindowsHookEx(wxTheKeyboardHook);
2d0a075d 5740 }
2bda0e17
KB
5741}
5742
42e69d6b
VZ
5743int APIENTRY _EXPORT
5744wxKeyboardHook(int nCode, WORD wParam, DWORD lParam)
2bda0e17 5745{
42e69d6b
VZ
5746 DWORD hiWord = HIWORD(lParam);
5747 if ( nCode != HC_NOREMOVE && ((hiWord & KF_UP) == 0) )
43d811ea 5748 {
ff792344 5749 int id = wxCharCodeMSWToWX(wParam, lParam);
32de7d24 5750 if ( id != 0 )
43d811ea 5751 {
42e69d6b
VZ
5752 wxKeyEvent event(wxEVT_CHAR_HOOK);
5753 if ( (HIWORD(lParam) & KF_ALTDOWN) == KF_ALTDOWN )
08158721 5754 event.m_altDown = true;
c085e333 5755
687706f5 5756 event.SetEventObject(NULL);
42e69d6b 5757 event.m_keyCode = id;
3f7bc32b
VZ
5758 event.m_shiftDown = wxIsShiftDown();
5759 event.m_controlDown = wxIsCtrlDown();
f0b1ccde 5760#ifndef __WXWINCE__
1bf77ee5 5761 event.SetTimestamp(::GetMessageTime());
f0b1ccde 5762#endif
42e69d6b 5763 wxWindow *win = wxGetActiveWindow();
32de7d24 5764 wxEvtHandler *handler;
42e69d6b
VZ
5765 if ( win )
5766 {
32de7d24
VZ
5767 handler = win->GetEventHandler();
5768 event.SetId(win->GetId());
42e69d6b
VZ
5769 }
5770 else
5771 {
32de7d24 5772 handler = wxTheApp;
abb74e0f 5773 event.SetId(wxID_ANY);
32de7d24
VZ
5774 }
5775
5776 if ( handler && handler->ProcessEvent(event) )
5777 {
5778 // processed
5779 return 1;
42e69d6b 5780 }
43d811ea
JS
5781 }
5782 }
32de7d24 5783
42e69d6b 5784 return (int)CallNextHookEx(wxTheKeyboardHook, nCode, wParam, lParam);
4fabb575 5785}
cd4453e5
VZ
5786
5787#endif // !__WXMICROWIN__
4fabb575 5788
b2aef89b 5789#ifdef __WXDEBUG__
4a712ba3 5790const wxChar *wxGetMessageName(int message)
47cbd6da 5791{
42e69d6b
VZ
5792 switch ( message )
5793 {
4a712ba3
VZ
5794 case 0x0000: return wxT("WM_NULL");
5795 case 0x0001: return wxT("WM_CREATE");
5796 case 0x0002: return wxT("WM_DESTROY");
5797 case 0x0003: return wxT("WM_MOVE");
5798 case 0x0005: return wxT("WM_SIZE");
5799 case 0x0006: return wxT("WM_ACTIVATE");
5800 case 0x0007: return wxT("WM_SETFOCUS");
5801 case 0x0008: return wxT("WM_KILLFOCUS");
5802 case 0x000A: return wxT("WM_ENABLE");
5803 case 0x000B: return wxT("WM_SETREDRAW");
5804 case 0x000C: return wxT("WM_SETTEXT");
5805 case 0x000D: return wxT("WM_GETTEXT");
5806 case 0x000E: return wxT("WM_GETTEXTLENGTH");
5807 case 0x000F: return wxT("WM_PAINT");
5808 case 0x0010: return wxT("WM_CLOSE");
5809 case 0x0011: return wxT("WM_QUERYENDSESSION");
5810 case 0x0012: return wxT("WM_QUIT");
5811 case 0x0013: return wxT("WM_QUERYOPEN");
5812 case 0x0014: return wxT("WM_ERASEBKGND");
5813 case 0x0015: return wxT("WM_SYSCOLORCHANGE");
5814 case 0x0016: return wxT("WM_ENDSESSION");
5815 case 0x0017: return wxT("WM_SYSTEMERROR");
5816 case 0x0018: return wxT("WM_SHOWWINDOW");
5817 case 0x0019: return wxT("WM_CTLCOLOR");
5818 case 0x001A: return wxT("WM_WININICHANGE");
5819 case 0x001B: return wxT("WM_DEVMODECHANGE");
5820 case 0x001C: return wxT("WM_ACTIVATEAPP");
5821 case 0x001D: return wxT("WM_FONTCHANGE");
5822 case 0x001E: return wxT("WM_TIMECHANGE");
5823 case 0x001F: return wxT("WM_CANCELMODE");
5824 case 0x0020: return wxT("WM_SETCURSOR");
5825 case 0x0021: return wxT("WM_MOUSEACTIVATE");
5826 case 0x0022: return wxT("WM_CHILDACTIVATE");
5827 case 0x0023: return wxT("WM_QUEUESYNC");
5828 case 0x0024: return wxT("WM_GETMINMAXINFO");
5829 case 0x0026: return wxT("WM_PAINTICON");
5830 case 0x0027: return wxT("WM_ICONERASEBKGND");
5831 case 0x0028: return wxT("WM_NEXTDLGCTL");
5832 case 0x002A: return wxT("WM_SPOOLERSTATUS");
5833 case 0x002B: return wxT("WM_DRAWITEM");
5834 case 0x002C: return wxT("WM_MEASUREITEM");
5835 case 0x002D: return wxT("WM_DELETEITEM");
5836 case 0x002E: return wxT("WM_VKEYTOITEM");
5837 case 0x002F: return wxT("WM_CHARTOITEM");
5838 case 0x0030: return wxT("WM_SETFONT");
5839 case 0x0031: return wxT("WM_GETFONT");
5840 case 0x0037: return wxT("WM_QUERYDRAGICON");
5841 case 0x0039: return wxT("WM_COMPAREITEM");
5842 case 0x0041: return wxT("WM_COMPACTING");
5843 case 0x0044: return wxT("WM_COMMNOTIFY");
5844 case 0x0046: return wxT("WM_WINDOWPOSCHANGING");
5845 case 0x0047: return wxT("WM_WINDOWPOSCHANGED");
5846 case 0x0048: return wxT("WM_POWER");
5847
5848 case 0x004A: return wxT("WM_COPYDATA");
5849 case 0x004B: return wxT("WM_CANCELJOURNAL");
5850 case 0x004E: return wxT("WM_NOTIFY");
5851 case 0x0050: return wxT("WM_INPUTLANGCHANGEREQUEST");
5852 case 0x0051: return wxT("WM_INPUTLANGCHANGE");
5853 case 0x0052: return wxT("WM_TCARD");
5854 case 0x0053: return wxT("WM_HELP");
5855 case 0x0054: return wxT("WM_USERCHANGED");
5856 case 0x0055: return wxT("WM_NOTIFYFORMAT");
5857 case 0x007B: return wxT("WM_CONTEXTMENU");
5858 case 0x007C: return wxT("WM_STYLECHANGING");
5859 case 0x007D: return wxT("WM_STYLECHANGED");
5860 case 0x007E: return wxT("WM_DISPLAYCHANGE");
5861 case 0x007F: return wxT("WM_GETICON");
5862 case 0x0080: return wxT("WM_SETICON");
5863
5864 case 0x0081: return wxT("WM_NCCREATE");
5865 case 0x0082: return wxT("WM_NCDESTROY");
5866 case 0x0083: return wxT("WM_NCCALCSIZE");
5867 case 0x0084: return wxT("WM_NCHITTEST");
5868 case 0x0085: return wxT("WM_NCPAINT");
5869 case 0x0086: return wxT("WM_NCACTIVATE");
5870 case 0x0087: return wxT("WM_GETDLGCODE");
5871 case 0x00A0: return wxT("WM_NCMOUSEMOVE");
5872 case 0x00A1: return wxT("WM_NCLBUTTONDOWN");
5873 case 0x00A2: return wxT("WM_NCLBUTTONUP");
5874 case 0x00A3: return wxT("WM_NCLBUTTONDBLCLK");
5875 case 0x00A4: return wxT("WM_NCRBUTTONDOWN");
5876 case 0x00A5: return wxT("WM_NCRBUTTONUP");
5877 case 0x00A6: return wxT("WM_NCRBUTTONDBLCLK");
5878 case 0x00A7: return wxT("WM_NCMBUTTONDOWN");
5879 case 0x00A8: return wxT("WM_NCMBUTTONUP");
5880 case 0x00A9: return wxT("WM_NCMBUTTONDBLCLK");
5881 case 0x0100: return wxT("WM_KEYDOWN");
5882 case 0x0101: return wxT("WM_KEYUP");
5883 case 0x0102: return wxT("WM_CHAR");
5884 case 0x0103: return wxT("WM_DEADCHAR");
5885 case 0x0104: return wxT("WM_SYSKEYDOWN");
5886 case 0x0105: return wxT("WM_SYSKEYUP");
5887 case 0x0106: return wxT("WM_SYSCHAR");
5888 case 0x0107: return wxT("WM_SYSDEADCHAR");
5889 case 0x0108: return wxT("WM_KEYLAST");
5890
5891 case 0x010D: return wxT("WM_IME_STARTCOMPOSITION");
5892 case 0x010E: return wxT("WM_IME_ENDCOMPOSITION");
5893 case 0x010F: return wxT("WM_IME_COMPOSITION");
5894
5895 case 0x0110: return wxT("WM_INITDIALOG");
5896 case 0x0111: return wxT("WM_COMMAND");
5897 case 0x0112: return wxT("WM_SYSCOMMAND");
5898 case 0x0113: return wxT("WM_TIMER");
5899 case 0x0114: return wxT("WM_HSCROLL");
5900 case 0x0115: return wxT("WM_VSCROLL");
5901 case 0x0116: return wxT("WM_INITMENU");
5902 case 0x0117: return wxT("WM_INITMENUPOPUP");
5903 case 0x011F: return wxT("WM_MENUSELECT");
5904 case 0x0120: return wxT("WM_MENUCHAR");
5905 case 0x0121: return wxT("WM_ENTERIDLE");
5906 case 0x0200: return wxT("WM_MOUSEMOVE");
5907 case 0x0201: return wxT("WM_LBUTTONDOWN");
5908 case 0x0202: return wxT("WM_LBUTTONUP");
5909 case 0x0203: return wxT("WM_LBUTTONDBLCLK");
5910 case 0x0204: return wxT("WM_RBUTTONDOWN");
5911 case 0x0205: return wxT("WM_RBUTTONUP");
5912 case 0x0206: return wxT("WM_RBUTTONDBLCLK");
5913 case 0x0207: return wxT("WM_MBUTTONDOWN");
5914 case 0x0208: return wxT("WM_MBUTTONUP");
5915 case 0x0209: return wxT("WM_MBUTTONDBLCLK");
5916 case 0x020A: return wxT("WM_MOUSEWHEEL");
5917 case 0x0210: return wxT("WM_PARENTNOTIFY");
5918 case 0x0211: return wxT("WM_ENTERMENULOOP");
5919 case 0x0212: return wxT("WM_EXITMENULOOP");
5920
5921 case 0x0213: return wxT("WM_NEXTMENU");
5922 case 0x0214: return wxT("WM_SIZING");
5923 case 0x0215: return wxT("WM_CAPTURECHANGED");
5924 case 0x0216: return wxT("WM_MOVING");
5925 case 0x0218: return wxT("WM_POWERBROADCAST");
5926 case 0x0219: return wxT("WM_DEVICECHANGE");
5927
5928 case 0x0220: return wxT("WM_MDICREATE");
5929 case 0x0221: return wxT("WM_MDIDESTROY");
5930 case 0x0222: return wxT("WM_MDIACTIVATE");
5931 case 0x0223: return wxT("WM_MDIRESTORE");
5932 case 0x0224: return wxT("WM_MDINEXT");
5933 case 0x0225: return wxT("WM_MDIMAXIMIZE");
5934 case 0x0226: return wxT("WM_MDITILE");
5935 case 0x0227: return wxT("WM_MDICASCADE");
5936 case 0x0228: return wxT("WM_MDIICONARRANGE");
5937 case 0x0229: return wxT("WM_MDIGETACTIVE");
5938 case 0x0230: return wxT("WM_MDISETMENU");
5939 case 0x0233: return wxT("WM_DROPFILES");
5940
5941 case 0x0281: return wxT("WM_IME_SETCONTEXT");
5942 case 0x0282: return wxT("WM_IME_NOTIFY");
5943 case 0x0283: return wxT("WM_IME_CONTROL");
5944 case 0x0284: return wxT("WM_IME_COMPOSITIONFULL");
5945 case 0x0285: return wxT("WM_IME_SELECT");
5946 case 0x0286: return wxT("WM_IME_CHAR");
5947 case 0x0290: return wxT("WM_IME_KEYDOWN");
5948 case 0x0291: return wxT("WM_IME_KEYUP");
5949
5950 case 0x0300: return wxT("WM_CUT");
5951 case 0x0301: return wxT("WM_COPY");
5952 case 0x0302: return wxT("WM_PASTE");
5953 case 0x0303: return wxT("WM_CLEAR");
5954 case 0x0304: return wxT("WM_UNDO");
5955 case 0x0305: return wxT("WM_RENDERFORMAT");
5956 case 0x0306: return wxT("WM_RENDERALLFORMATS");
5957 case 0x0307: return wxT("WM_DESTROYCLIPBOARD");
5958 case 0x0308: return wxT("WM_DRAWCLIPBOARD");
5959 case 0x0309: return wxT("WM_PAINTCLIPBOARD");
5960 case 0x030A: return wxT("WM_VSCROLLCLIPBOARD");
5961 case 0x030B: return wxT("WM_SIZECLIPBOARD");
5962 case 0x030C: return wxT("WM_ASKCBFORMATNAME");
5963 case 0x030D: return wxT("WM_CHANGECBCHAIN");
5964 case 0x030E: return wxT("WM_HSCROLLCLIPBOARD");
5965 case 0x030F: return wxT("WM_QUERYNEWPALETTE");
5966 case 0x0310: return wxT("WM_PALETTEISCHANGING");
5967 case 0x0311: return wxT("WM_PALETTECHANGED");
5048c832 5968#if wxUSE_HOTKEY
4a712ba3 5969 case 0x0312: return wxT("WM_HOTKEY");
5048c832 5970#endif
c085e333 5971
2d0a075d
JS
5972 // common controls messages - although they're not strictly speaking
5973 // standard, it's nice to decode them nevertheless
a02eb1d2 5974
2d0a075d 5975 // listview
4a712ba3
VZ
5976 case 0x1000 + 0: return wxT("LVM_GETBKCOLOR");
5977 case 0x1000 + 1: return wxT("LVM_SETBKCOLOR");
5978 case 0x1000 + 2: return wxT("LVM_GETIMAGELIST");
5979 case 0x1000 + 3: return wxT("LVM_SETIMAGELIST");
5980 case 0x1000 + 4: return wxT("LVM_GETITEMCOUNT");
5981 case 0x1000 + 5: return wxT("LVM_GETITEMA");
5982 case 0x1000 + 75: return wxT("LVM_GETITEMW");
5983 case 0x1000 + 6: return wxT("LVM_SETITEMA");
5984 case 0x1000 + 76: return wxT("LVM_SETITEMW");
5985 case 0x1000 + 7: return wxT("LVM_INSERTITEMA");
5986 case 0x1000 + 77: return wxT("LVM_INSERTITEMW");
5987 case 0x1000 + 8: return wxT("LVM_DELETEITEM");
5988 case 0x1000 + 9: return wxT("LVM_DELETEALLITEMS");
5989 case 0x1000 + 10: return wxT("LVM_GETCALLBACKMASK");
5990 case 0x1000 + 11: return wxT("LVM_SETCALLBACKMASK");
5991 case 0x1000 + 12: return wxT("LVM_GETNEXTITEM");
5992 case 0x1000 + 13: return wxT("LVM_FINDITEMA");
5993 case 0x1000 + 83: return wxT("LVM_FINDITEMW");
5994 case 0x1000 + 14: return wxT("LVM_GETITEMRECT");
5995 case 0x1000 + 15: return wxT("LVM_SETITEMPOSITION");
5996 case 0x1000 + 16: return wxT("LVM_GETITEMPOSITION");
5997 case 0x1000 + 17: return wxT("LVM_GETSTRINGWIDTHA");
5998 case 0x1000 + 87: return wxT("LVM_GETSTRINGWIDTHW");
5999 case 0x1000 + 18: return wxT("LVM_HITTEST");
6000 case 0x1000 + 19: return wxT("LVM_ENSUREVISIBLE");
6001 case 0x1000 + 20: return wxT("LVM_SCROLL");
6002 case 0x1000 + 21: return wxT("LVM_REDRAWITEMS");
6003 case 0x1000 + 22: return wxT("LVM_ARRANGE");
6004 case 0x1000 + 23: return wxT("LVM_EDITLABELA");
6005 case 0x1000 + 118: return wxT("LVM_EDITLABELW");
6006 case 0x1000 + 24: return wxT("LVM_GETEDITCONTROL");
6007 case 0x1000 + 25: return wxT("LVM_GETCOLUMNA");
6008 case 0x1000 + 95: return wxT("LVM_GETCOLUMNW");
6009 case 0x1000 + 26: return wxT("LVM_SETCOLUMNA");
6010 case 0x1000 + 96: return wxT("LVM_SETCOLUMNW");
6011 case 0x1000 + 27: return wxT("LVM_INSERTCOLUMNA");
6012 case 0x1000 + 97: return wxT("LVM_INSERTCOLUMNW");
6013 case 0x1000 + 28: return wxT("LVM_DELETECOLUMN");
6014 case 0x1000 + 29: return wxT("LVM_GETCOLUMNWIDTH");
6015 case 0x1000 + 30: return wxT("LVM_SETCOLUMNWIDTH");
6016 case 0x1000 + 31: return wxT("LVM_GETHEADER");
6017 case 0x1000 + 33: return wxT("LVM_CREATEDRAGIMAGE");
6018 case 0x1000 + 34: return wxT("LVM_GETVIEWRECT");
6019 case 0x1000 + 35: return wxT("LVM_GETTEXTCOLOR");
6020 case 0x1000 + 36: return wxT("LVM_SETTEXTCOLOR");
6021 case 0x1000 + 37: return wxT("LVM_GETTEXTBKCOLOR");
6022 case 0x1000 + 38: return wxT("LVM_SETTEXTBKCOLOR");
6023 case 0x1000 + 39: return wxT("LVM_GETTOPINDEX");
6024 case 0x1000 + 40: return wxT("LVM_GETCOUNTPERPAGE");
6025 case 0x1000 + 41: return wxT("LVM_GETORIGIN");
6026 case 0x1000 + 42: return wxT("LVM_UPDATE");
6027 case 0x1000 + 43: return wxT("LVM_SETITEMSTATE");
6028 case 0x1000 + 44: return wxT("LVM_GETITEMSTATE");
6029 case 0x1000 + 45: return wxT("LVM_GETITEMTEXTA");
6030 case 0x1000 + 115: return wxT("LVM_GETITEMTEXTW");
6031 case 0x1000 + 46: return wxT("LVM_SETITEMTEXTA");
6032 case 0x1000 + 116: return wxT("LVM_SETITEMTEXTW");
6033 case 0x1000 + 47: return wxT("LVM_SETITEMCOUNT");
6034 case 0x1000 + 48: return wxT("LVM_SORTITEMS");
6035 case 0x1000 + 49: return wxT("LVM_SETITEMPOSITION32");
6036 case 0x1000 + 50: return wxT("LVM_GETSELECTEDCOUNT");
6037 case 0x1000 + 51: return wxT("LVM_GETITEMSPACING");
6038 case 0x1000 + 52: return wxT("LVM_GETISEARCHSTRINGA");
6039 case 0x1000 + 117: return wxT("LVM_GETISEARCHSTRINGW");
6040 case 0x1000 + 53: return wxT("LVM_SETICONSPACING");
6041 case 0x1000 + 54: return wxT("LVM_SETEXTENDEDLISTVIEWSTYLE");
6042 case 0x1000 + 55: return wxT("LVM_GETEXTENDEDLISTVIEWSTYLE");
6043 case 0x1000 + 56: return wxT("LVM_GETSUBITEMRECT");
6044 case 0x1000 + 57: return wxT("LVM_SUBITEMHITTEST");
6045 case 0x1000 + 58: return wxT("LVM_SETCOLUMNORDERARRAY");
6046 case 0x1000 + 59: return wxT("LVM_GETCOLUMNORDERARRAY");
6047 case 0x1000 + 60: return wxT("LVM_SETHOTITEM");
6048 case 0x1000 + 61: return wxT("LVM_GETHOTITEM");
6049 case 0x1000 + 62: return wxT("LVM_SETHOTCURSOR");
6050 case 0x1000 + 63: return wxT("LVM_GETHOTCURSOR");
6051 case 0x1000 + 64: return wxT("LVM_APPROXIMATEVIEWRECT");
6052 case 0x1000 + 65: return wxT("LVM_SETWORKAREA");
c085e333 6053
2d0a075d 6054 // tree view
4a712ba3
VZ
6055 case 0x1100 + 0: return wxT("TVM_INSERTITEMA");
6056 case 0x1100 + 50: return wxT("TVM_INSERTITEMW");
6057 case 0x1100 + 1: return wxT("TVM_DELETEITEM");
6058 case 0x1100 + 2: return wxT("TVM_EXPAND");
6059 case 0x1100 + 4: return wxT("TVM_GETITEMRECT");
6060 case 0x1100 + 5: return wxT("TVM_GETCOUNT");
6061 case 0x1100 + 6: return wxT("TVM_GETINDENT");
6062 case 0x1100 + 7: return wxT("TVM_SETINDENT");
6063 case 0x1100 + 8: return wxT("TVM_GETIMAGELIST");
6064 case 0x1100 + 9: return wxT("TVM_SETIMAGELIST");
6065 case 0x1100 + 10: return wxT("TVM_GETNEXTITEM");
6066 case 0x1100 + 11: return wxT("TVM_SELECTITEM");
6067 case 0x1100 + 12: return wxT("TVM_GETITEMA");
6068 case 0x1100 + 62: return wxT("TVM_GETITEMW");
6069 case 0x1100 + 13: return wxT("TVM_SETITEMA");
6070 case 0x1100 + 63: return wxT("TVM_SETITEMW");
6071 case 0x1100 + 14: return wxT("TVM_EDITLABELA");
6072 case 0x1100 + 65: return wxT("TVM_EDITLABELW");
6073 case 0x1100 + 15: return wxT("TVM_GETEDITCONTROL");
6074 case 0x1100 + 16: return wxT("TVM_GETVISIBLECOUNT");
6075 case 0x1100 + 17: return wxT("TVM_HITTEST");
6076 case 0x1100 + 18: return wxT("TVM_CREATEDRAGIMAGE");
6077 case 0x1100 + 19: return wxT("TVM_SORTCHILDREN");
6078 case 0x1100 + 20: return wxT("TVM_ENSUREVISIBLE");
6079 case 0x1100 + 21: return wxT("TVM_SORTCHILDRENCB");
6080 case 0x1100 + 22: return wxT("TVM_ENDEDITLABELNOW");
6081 case 0x1100 + 23: return wxT("TVM_GETISEARCHSTRINGA");
6082 case 0x1100 + 64: return wxT("TVM_GETISEARCHSTRINGW");
6083 case 0x1100 + 24: return wxT("TVM_SETTOOLTIPS");
6084 case 0x1100 + 25: return wxT("TVM_GETTOOLTIPS");
c085e333 6085
2d0a075d 6086 // header
4a712ba3
VZ
6087 case 0x1200 + 0: return wxT("HDM_GETITEMCOUNT");
6088 case 0x1200 + 1: return wxT("HDM_INSERTITEMA");
6089 case 0x1200 + 10: return wxT("HDM_INSERTITEMW");
6090 case 0x1200 + 2: return wxT("HDM_DELETEITEM");
6091 case 0x1200 + 3: return wxT("HDM_GETITEMA");
6092 case 0x1200 + 11: return wxT("HDM_GETITEMW");
6093 case 0x1200 + 4: return wxT("HDM_SETITEMA");
6094 case 0x1200 + 12: return wxT("HDM_SETITEMW");
6095 case 0x1200 + 5: return wxT("HDM_LAYOUT");
6096 case 0x1200 + 6: return wxT("HDM_HITTEST");
6097 case 0x1200 + 7: return wxT("HDM_GETITEMRECT");
6098 case 0x1200 + 8: return wxT("HDM_SETIMAGELIST");
6099 case 0x1200 + 9: return wxT("HDM_GETIMAGELIST");
6100 case 0x1200 + 15: return wxT("HDM_ORDERTOINDEX");
6101 case 0x1200 + 16: return wxT("HDM_CREATEDRAGIMAGE");
6102 case 0x1200 + 17: return wxT("HDM_GETORDERARRAY");
6103 case 0x1200 + 18: return wxT("HDM_SETORDERARRAY");
6104 case 0x1200 + 19: return wxT("HDM_SETHOTDIVIDER");
c085e333 6105
2d0a075d 6106 // tab control
4a712ba3
VZ
6107 case 0x1300 + 2: return wxT("TCM_GETIMAGELIST");
6108 case 0x1300 + 3: return wxT("TCM_SETIMAGELIST");
6109 case 0x1300 + 4: return wxT("TCM_GETITEMCOUNT");
6110 case 0x1300 + 5: return wxT("TCM_GETITEMA");
6111 case 0x1300 + 60: return wxT("TCM_GETITEMW");
6112 case 0x1300 + 6: return wxT("TCM_SETITEMA");
6113 case 0x1300 + 61: return wxT("TCM_SETITEMW");
6114 case 0x1300 + 7: return wxT("TCM_INSERTITEMA");
6115 case 0x1300 + 62: return wxT("TCM_INSERTITEMW");
6116 case 0x1300 + 8: return wxT("TCM_DELETEITEM");
6117 case 0x1300 + 9: return wxT("TCM_DELETEALLITEMS");
6118 case 0x1300 + 10: return wxT("TCM_GETITEMRECT");
6119 case 0x1300 + 11: return wxT("TCM_GETCURSEL");
6120 case 0x1300 + 12: return wxT("TCM_SETCURSEL");
6121 case 0x1300 + 13: return wxT("TCM_HITTEST");
6122 case 0x1300 + 14: return wxT("TCM_SETITEMEXTRA");
6123 case 0x1300 + 40: return wxT("TCM_ADJUSTRECT");
6124 case 0x1300 + 41: return wxT("TCM_SETITEMSIZE");
6125 case 0x1300 + 42: return wxT("TCM_REMOVEIMAGE");
6126 case 0x1300 + 43: return wxT("TCM_SETPADDING");
6127 case 0x1300 + 44: return wxT("TCM_GETROWCOUNT");
6128 case 0x1300 + 45: return wxT("TCM_GETTOOLTIPS");
6129 case 0x1300 + 46: return wxT("TCM_SETTOOLTIPS");
6130 case 0x1300 + 47: return wxT("TCM_GETCURFOCUS");
6131 case 0x1300 + 48: return wxT("TCM_SETCURFOCUS");
6132 case 0x1300 + 49: return wxT("TCM_SETMINTABWIDTH");
6133 case 0x1300 + 50: return wxT("TCM_DESELECTALL");
c085e333 6134
2d0a075d 6135 // toolbar
4a712ba3
VZ
6136 case WM_USER+1: return wxT("TB_ENABLEBUTTON");
6137 case WM_USER+2: return wxT("TB_CHECKBUTTON");
6138 case WM_USER+3: return wxT("TB_PRESSBUTTON");
6139 case WM_USER+4: return wxT("TB_HIDEBUTTON");
6140 case WM_USER+5: return wxT("TB_INDETERMINATE");
6141 case WM_USER+9: return wxT("TB_ISBUTTONENABLED");
6142 case WM_USER+10: return wxT("TB_ISBUTTONCHECKED");
6143 case WM_USER+11: return wxT("TB_ISBUTTONPRESSED");
6144 case WM_USER+12: return wxT("TB_ISBUTTONHIDDEN");
6145 case WM_USER+13: return wxT("TB_ISBUTTONINDETERMINATE");
6146 case WM_USER+17: return wxT("TB_SETSTATE");
6147 case WM_USER+18: return wxT("TB_GETSTATE");
6148 case WM_USER+19: return wxT("TB_ADDBITMAP");
6149 case WM_USER+20: return wxT("TB_ADDBUTTONS");
6150 case WM_USER+21: return wxT("TB_INSERTBUTTON");
6151 case WM_USER+22: return wxT("TB_DELETEBUTTON");
6152 case WM_USER+23: return wxT("TB_GETBUTTON");
6153 case WM_USER+24: return wxT("TB_BUTTONCOUNT");
6154 case WM_USER+25: return wxT("TB_COMMANDTOINDEX");
6155 case WM_USER+26: return wxT("TB_SAVERESTOREA");
6156 case WM_USER+76: return wxT("TB_SAVERESTOREW");
6157 case WM_USER+27: return wxT("TB_CUSTOMIZE");
6158 case WM_USER+28: return wxT("TB_ADDSTRINGA");
6159 case WM_USER+77: return wxT("TB_ADDSTRINGW");
6160 case WM_USER+29: return wxT("TB_GETITEMRECT");
6161 case WM_USER+30: return wxT("TB_BUTTONSTRUCTSIZE");
6162 case WM_USER+31: return wxT("TB_SETBUTTONSIZE");
6163 case WM_USER+32: return wxT("TB_SETBITMAPSIZE");
6164 case WM_USER+33: return wxT("TB_AUTOSIZE");
6165 case WM_USER+35: return wxT("TB_GETTOOLTIPS");
6166 case WM_USER+36: return wxT("TB_SETTOOLTIPS");
6167 case WM_USER+37: return wxT("TB_SETPARENT");
6168 case WM_USER+39: return wxT("TB_SETROWS");
6169 case WM_USER+40: return wxT("TB_GETROWS");
6170 case WM_USER+42: return wxT("TB_SETCMDID");
6171 case WM_USER+43: return wxT("TB_CHANGEBITMAP");
6172 case WM_USER+44: return wxT("TB_GETBITMAP");
6173 case WM_USER+45: return wxT("TB_GETBUTTONTEXTA");
6174 case WM_USER+75: return wxT("TB_GETBUTTONTEXTW");
6175 case WM_USER+46: return wxT("TB_REPLACEBITMAP");
6176 case WM_USER+47: return wxT("TB_SETINDENT");
6177 case WM_USER+48: return wxT("TB_SETIMAGELIST");
6178 case WM_USER+49: return wxT("TB_GETIMAGELIST");
6179 case WM_USER+50: return wxT("TB_LOADIMAGES");
6180 case WM_USER+51: return wxT("TB_GETRECT");
6181 case WM_USER+52: return wxT("TB_SETHOTIMAGELIST");
6182 case WM_USER+53: return wxT("TB_GETHOTIMAGELIST");
6183 case WM_USER+54: return wxT("TB_SETDISABLEDIMAGELIST");
6184 case WM_USER+55: return wxT("TB_GETDISABLEDIMAGELIST");
6185 case WM_USER+56: return wxT("TB_SETSTYLE");
6186 case WM_USER+57: return wxT("TB_GETSTYLE");
6187 case WM_USER+58: return wxT("TB_GETBUTTONSIZE");
6188 case WM_USER+59: return wxT("TB_SETBUTTONWIDTH");
6189 case WM_USER+60: return wxT("TB_SETMAXTEXTROWS");
6190 case WM_USER+61: return wxT("TB_GETTEXTROWS");
6191 case WM_USER+41: return wxT("TB_GETBITMAPFLAGS");
c085e333 6192
42e69d6b 6193 default:
4a712ba3
VZ
6194 static wxString s_szBuf;
6195 s_szBuf.Printf(wxT("<unknown message = %d>"), message);
6196 return s_szBuf.c_str();
42e69d6b 6197 }
47cbd6da 6198}
ea57084d 6199#endif //__WXDEBUG__
4aff28fc 6200
1e6feb95 6201static TEXTMETRIC wxGetTextMetrics(const wxWindowMSW *win)
f6bcfd97
BP
6202{
6203 // prepare the DC
6204 TEXTMETRIC tm;
6205 HWND hwnd = GetHwndOf(win);
6206 HDC hdc = ::GetDC(hwnd);
6207
6208#if !wxDIALOG_UNIT_COMPATIBILITY
6209 // and select the current font into it
6210 HFONT hfont = GetHfontOf(win->GetFont());
6211 if ( hfont )
6212 {
6213 hfont = (HFONT)::SelectObject(hdc, hfont);
6214 }
6215#endif
6216
6217 // finally retrieve the text metrics from it
6218 GetTextMetrics(hdc, &tm);
6219
6220#if !wxDIALOG_UNIT_COMPATIBILITY
6221 // and clean up
6222 if ( hfont )
6223 {
6224 (void)::SelectObject(hdc, hfont);
6225 }
6226#endif
6227
6228 ::ReleaseDC(hwnd, hdc);
6229
6230 return tm;
6231}
3723b7b1
JS
6232
6233// Find the wxWindow at the current mouse position, returning the mouse
6234// position.
2b5f62a0 6235wxWindow* wxFindWindowAtPointer(wxPoint& pt)
3723b7b1 6236{
2b5f62a0
VZ
6237 pt = wxGetMousePosition();
6238 return wxFindWindowAtPoint(pt);
57591e0e
JS
6239}
6240
6241wxWindow* wxFindWindowAtPoint(const wxPoint& pt)
6242{
6243 POINT pt2;
6244 pt2.x = pt.x;
6245 pt2.y = pt.y;
3723b7b1 6246
ab3eae34 6247 HWND hWnd = ::WindowFromPoint(pt2);
3723b7b1 6248
ab3eae34 6249 return wxGetWindowFromHWND((WXHWND)hWnd);
3723b7b1
JS
6250}
6251
6252// Get the current mouse position.
6253wxPoint wxGetMousePosition()
6254{
1772ead0 6255 POINT pt;
f2325516
JS
6256#ifdef __WXWINCE__
6257 GetCursorPosWinCE(&pt);
6258#else
1772ead0 6259 GetCursorPos( & pt );
f2325516 6260#endif
5cd16c0c 6261
1772ead0 6262 return wxPoint(pt.x, pt.y);
3723b7b1
JS
6263}
6264
5048c832 6265#if wxUSE_HOTKEY
540b6b09 6266
afafd942
JS
6267#if defined(__SMARTPHONE__) || defined(__POCKETPC__)
6268static void WinCEUnregisterHotKey(int modifiers, int id)
6269{
6270 // Register hotkeys for the hardware buttons
6271 HINSTANCE hCoreDll;
6272 typedef BOOL (WINAPI *UnregisterFunc1Proc)(UINT, UINT);
6273
6274 UnregisterFunc1Proc procUnregisterFunc;
6275 hCoreDll = LoadLibrary(_T("coredll.dll"));
6276 if (hCoreDll)
6277 {
6278 procUnregisterFunc = (UnregisterFunc1Proc)GetProcAddress(hCoreDll, _T("UnregisterFunc1"));
6279 if (procUnregisterFunc)
6280 procUnregisterFunc(modifiers, id);
6281 FreeLibrary(hCoreDll);
6282 }
6283}
6284#endif
6285
540b6b09 6286bool wxWindowMSW::RegisterHotKey(int hotkeyId, int modifiers, int keycode)
5048c832
JS
6287{
6288 UINT win_modifiers=0;
540b6b09
VZ
6289 if ( modifiers & wxMOD_ALT )
6290 win_modifiers |= MOD_ALT;
6291 if ( modifiers & wxMOD_SHIFT )
6292 win_modifiers |= MOD_SHIFT;
6293 if ( modifiers & wxMOD_CONTROL )
6294 win_modifiers |= MOD_CONTROL;
6295 if ( modifiers & wxMOD_WIN )
6296 win_modifiers |= MOD_WIN;
6297
afafd942
JS
6298#if defined(__SMARTPHONE__) || defined(__POCKETPC__)
6299 // Required for PPC and Smartphone hardware buttons
6300 if (keycode >= WXK_SPECIAL1 && keycode <= WXK_SPECIAL20)
6301 WinCEUnregisterHotKey(win_modifiers, hotkeyId);
6302#endif
6303
540b6b09
VZ
6304 if ( !::RegisterHotKey(GetHwnd(), hotkeyId, win_modifiers, keycode) )
6305 {
6306 wxLogLastError(_T("RegisterHotKey"));
5048c832 6307
08158721 6308 return false;
540b6b09
VZ
6309 }
6310
08158721 6311 return true;
5048c832
JS
6312}
6313
6314bool wxWindowMSW::UnregisterHotKey(int hotkeyId)
6315{
afafd942
JS
6316#if defined(__SMARTPHONE__) || defined(__POCKETPC__)
6317 WinCEUnregisterHotKey(MOD_WIN, hotkeyId);
6318#endif
6319
540b6b09
VZ
6320 if ( !::UnregisterHotKey(GetHwnd(), hotkeyId) )
6321 {
6322 wxLogLastError(_T("UnregisterHotKey"));
6323
08158721 6324 return false;
540b6b09
VZ
6325 }
6326
08158721 6327 return true;
5048c832
JS
6328}
6329
0b4f47a3
DS
6330#if wxUSE_ACCEL
6331
5048c832
JS
6332bool wxWindowMSW::HandleHotKey(WXWPARAM wParam, WXLPARAM lParam)
6333{
540b6b09
VZ
6334 int hotkeyId = wParam;
6335 int virtualKey = HIWORD(lParam);
6336 int win_modifiers = LOWORD(lParam);
6337
5048c832
JS
6338 wxKeyEvent event(CreateKeyEvent(wxEVT_HOTKEY, virtualKey, wParam, lParam));
6339 event.SetId(hotkeyId);
6340 event.m_shiftDown = (win_modifiers & MOD_SHIFT) != 0;
6341 event.m_controlDown = (win_modifiers & MOD_CONTROL) != 0;
6342 event.m_altDown = (win_modifiers & MOD_ALT) != 0;
6343 event.m_metaDown = (win_modifiers & MOD_WIN) != 0;
540b6b09
VZ
6344
6345 return GetEventHandler()->ProcessEvent(event);
5048c832 6346}
540b6b09 6347
0b4f47a3
DS
6348#endif // wxUSE_ACCEL
6349
540b6b09 6350#endif // wxUSE_HOTKEY
5048c832 6351
550049c2 6352// Not tested under WinCE
d79df32c 6353#ifndef __WXWINCE__
d79df32c 6354
550049c2
VZ
6355// this class installs a message hook which really wakes up our idle processing
6356// each time a WM_NULL is received (wxWakeUpIdle does this), even if we're
6357// sitting inside a local modal loop (e.g. a menu is opened or scrollbar is
6358// being dragged or even inside ::MessageBox()) and so don't control message
6359// dispatching otherwise
6360class wxIdleWakeUpModule : public wxModule
6361{
d79df32c 6362public:
3a3c8603 6363 virtual bool OnInit()
550049c2 6364 {
3a3c8603 6365 ms_hMsgHookProc = ::SetWindowsHookEx
550049c2
VZ
6366 (
6367 WH_GETMESSAGE,
6368 &wxIdleWakeUpModule::MsgHookProc,
6369 NULL,
6370 GetCurrentThreadId()
6371 );
d79df32c 6372
550049c2
VZ
6373 if ( !ms_hMsgHookProc )
6374 {
6375 wxLogLastError(_T("SetWindowsHookEx(WH_GETMESSAGE)"));
6376
6377 return false;
6378 }
6379
6380 return true;
3a3c8603 6381 }
550049c2 6382
3a3c8603 6383 virtual void OnExit()
550049c2 6384 {
3a3c8603
DS
6385 ::UnhookWindowsHookEx(wxIdleWakeUpModule::ms_hMsgHookProc);
6386 }
550049c2 6387
3a3c8603 6388 static LRESULT CALLBACK MsgHookProc(int nCode, WPARAM wParam, LPARAM lParam)
550049c2 6389 {
3a3c8603 6390 MSG *msg = (MSG*)lParam;
34ea3c74
VZ
6391
6392 // only process the message if it is actually going to be removed from
6393 // the message queue, this prevents that the same event from being
6394 // processed multiple times if now someone just called PeekMessage()
6395 if ( msg->message == WM_NULL && wParam == PM_REMOVE )
3a3c8603 6396 {
550049c2 6397 wxTheApp->ProcessPendingEvents();
3a3c8603 6398 }
550049c2 6399
3a3c8603
DS
6400 return CallNextHookEx(ms_hMsgHookProc, nCode, wParam, lParam);
6401 };
550049c2 6402
d79df32c 6403private:
3a3c8603 6404 static HHOOK ms_hMsgHookProc;
550049c2
VZ
6405
6406 DECLARE_DYNAMIC_CLASS(wxIdleWakeUpModule)
d79df32c 6407};
d79df32c 6408
550049c2
VZ
6409HHOOK wxIdleWakeUpModule::ms_hMsgHookProc = 0;
6410
6411IMPLEMENT_DYNAMIC_CLASS(wxIdleWakeUpModule, wxModule)
6412
6413#endif // __WXWINCE__
3a3c8603 6414
d26e1ab2
JS
6415#ifdef __WXWINCE__
6416
6417#if wxUSE_STATBOX
6418static void wxAdjustZOrder(wxWindow* parent)
6419{
6420 if (parent->IsKindOf(CLASSINFO(wxStaticBox)))
6421 {
6422 // Set the z-order correctly
6423 SetWindowPos((HWND) parent->GetHWND(), HWND_BOTTOM, 0, 0, 0, 0, SWP_NOMOVE|SWP_NOSIZE);
6424 }
35bbb0c6 6425
d26e1ab2
JS
6426 wxWindowList::compatibility_iterator current = parent->GetChildren().GetFirst();
6427 while (current)
6428 {
6429 wxWindow *childWin = current->GetData();
6430 wxAdjustZOrder(childWin);
6431 current = current->GetNext();
6432 }
6433}
6434#endif
6435
6436// We need to adjust the z-order of static boxes in WinCE, to
6437// make 'contained' controls visible
6438void wxWindowMSW::OnInitDialog( wxInitDialogEvent& event )
6439{
6440#if wxUSE_STATBOX
6441 wxAdjustZOrder(this);
6442#endif
35bbb0c6 6443
d26e1ab2
JS
6444 event.Skip();
6445}
6446#endif