Searched refs:WM_SIZE (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Ddialog.cpp284 // dialogs don't get WM_SIZE message after creation unlike most (all?)
449 case WM_SIZE:
H A Dstatbr95.cpp265 // have to send a (dummy) WM_SIZE to redraw it now
266 SendMessage(GetHwnd(), WM_SIZE, 0, 0); local
H A Dframe.cpp319 (void)::PostMessage(GetHwnd(), WM_SIZE, local
1040 case WM_SIZE:
H A Dmdi.cpp496 case WM_SIZE:
1001 case WM_SIZE:
1002 // must pass WM_SIZE to DefMDIChildProc(), otherwise many weird
1371 // MDI child frames get their WM_SIZE when they're constructed but at this
H A Dcombobox.cpp231 case WM_SIZE:
H A Dnotebook.cpp1012 // are added but before getting the first WM_SIZE (off by ~50 pixels, see
1027 SendMessage(GetHwnd(), WM_SIZE, SIZE_RESTORED, local
H A Dtbar95.cpp1776 case WM_SIZE:
H A Dwindow.cpp2663 case WM_SIZE:
3513 that they get a WM_SIZE (EVT_SIZE) upon creation, however this broke
3514 it. To see why, you should understand that Windows sends WM_SIZE from
3516 from some base class ctor and so this WM_SIZE is not processed in the
3518 event goes to some base class OnSize() instead). So the WM_SIZE we
3523 already has - so no WM_SIZE would be sent.
4862 wxFAIL_MSG( _T("unexpected WM_SIZE parameter") );
6228 case 0x0005: return wxT("WM_SIZE");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/wince/
H A Dtbarwce.cpp548 case WM_SIZE:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dframe.cpp976 // forward WM_SIZE to status bar control
1294 case WM_SIZE:
1395 ,WM_SIZE local
H A Dtoplevel.cpp882 ,WM_SIZE
H A Dwindow.cpp1545 // a WM_SIZE out which will be intercepted by the ScrollHelper
2291 case WM_SIZE:
2301 // Dialogs under OS/2 do not get WM_SIZE events at all.
2302 // Instead they get this, which can function much like WM_SIZE
4544 case 0x0007: return wxT("WM_SIZE");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/contrib/visupng/
H A DVisualPng.c213 case WM_SIZE:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/wince/
H A Dwinmain.cpp771 case WM_SIZE:

Completed in 203 milliseconds