Home
last modified time | relevance | path

Searched refs:WM_SIZE (Results 1 – 25 of 1813) sorted by relevance

12345678910>>...73

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/
H A DScale.java299 OS.SendMessage (handle, OS.WM_SIZE, 0, 0); in setBackgroundImage()
313 OS.SendMessage (handle, OS.WM_SIZE, 0, 0); in setBackgroundPixel()
543 OS.SendMessage (handle, OS.WM_SIZE, 0, 0); in WM_PAINT()
554 LRESULT WM_SIZE (long wParam, long lParam) { in WM_SIZE() method in Scale
556 return super.WM_SIZE (wParam, lParam); in WM_SIZE()
H A DScrollable.java353 LRESULT WM_SIZE (long wParam, long lParam) { in WM_SIZE() method in Scrollable
354 long code = callWindowProc (handle, OS.WM_SIZE, wParam, lParam); in WM_SIZE()
355 super.WM_SIZE (wParam, lParam); in WM_SIZE()
H A DProgressBar.java403 LRESULT WM_SIZE (long wParam, long lParam) { in WM_SIZE() method in ProgressBar
404 LRESULT result = super.WM_SIZE (wParam, lParam); in WM_SIZE()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/UIProcess/win/
H A DWebInspectorProxyWin.cpp110 case WM_SIZE: in wndProc()
250 ::SendMessage(parentWindow, WM_SIZE, 0, 0); in platformAttach()
265 ::SendMessage(m_inspectorWindow, WM_SIZE, 0, 0); in platformDetach()
266 ::SendMessage(::GetParent(webViewWindow), WM_SIZE, 0, 0); in platformDetach()
/dports/emulators/nestopia/nestopia-1.51.1/source/win32/
H A DNstWindowStatusBar.cpp66 { WM_SIZE, &StatusBar::OnSize }, in StatusBar()
160 window.Send( WM_SIZE, param.wParam, param.lParam ); in OnSize()
/dports/misc/vxl/vxl-3.3.2/core/vgui/impl/win32/
H A Dvgui_win32_window.cxx140 PostMessage(hwnd_, WM_SIZE, 0, MAKELPARAM((WORD)(cx_ + 3), (WORD)(cy_))); in show()
271 case WM_SIZE: in OnCmdMsg()
275 SendMessage(statusbar_->getWindowHandle(), WM_SIZE, wParam, lParam); in OnCmdMsg()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/msw/
H A Ddialog.cpp166 ::SendMessage(GetHwnd(), WM_SIZE, in Show()
317 case WM_SIZE: in MSWWindowProc()
H A Dframe.cpp267 ::PostMessage(GetHwnd(), WM_SIZE, in SendSizeEvent()
273 ::SendMessage(GetHwnd(), WM_SIZE, in SendSizeEvent()
853 case WM_SIZE: in MSWWindowProc()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/msw/
H A Ddialog.cpp190 ::SendMessage(GetHwnd(), WM_SIZE, in Show()
404 case WM_SIZE: in MSWWindowProc()
H A Dframe.cpp244 ::PostMessage(GetHwnd(), WM_SIZE, in SendSizeEvent()
250 ::SendMessage(GetHwnd(), WM_SIZE, in SendSizeEvent()
851 case WM_SIZE: in MSWWindowProc()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/msw/
H A Ddialog.cpp190 ::SendMessage(GetHwnd(), WM_SIZE, in Show()
404 case WM_SIZE: in MSWWindowProc()
H A Dframe.cpp244 ::PostMessage(GetHwnd(), WM_SIZE, in SendSizeEvent()
250 ::SendMessage(GetHwnd(), WM_SIZE, in SendSizeEvent()
851 case WM_SIZE: in MSWWindowProc()
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Framework/src/win32/
H A DStatusBar.cpp47 SendMessage(m_hWnd, WM_SIZE, 0, 0); in RefreshGeometry()
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/G3DWarehouseBrowser/src/
H A DG3DBrowser.cpp200 case WM_SIZE: in windowProc()
256 case WM_SIZE: in browserWindowProc()
/dports/games/dhewm3/dhewm3-1.5.1/neo/tools/guied/
H A DGEStatusBar.cpp71 SendMessage ( mWnd, WM_SIZE, 0, MAKELONG(width,height) ); in Resize()
/dports/textproc/scim-openvanilla/openvanilla-0.7.2.20070514/Loaders/Win32/CSharpFormLibrary/
H A DUtilFuncs.cs76 WM_SIZE = 0x0005, enumerator
/dports/textproc/openvanilla-framework/openvanilla-0.7.2.20070514/Loaders/Win32/CSharpFormLibrary/
H A DUtilFuncs.cs76 WM_SIZE = 0x0005, enumerator
/dports/emulators/jzintv/jzintv-20200712-src/src/imasm/
H A Dframe.cpp335 case WM_SIZE: // Get size of client in FrameProc()
344 SendMessage(g_hStatBar, WM_SIZE, 0, 0); in FrameProc()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/workben/win/dnd/
H A Datlwindow.hxx73 MESSAGE_HANDLER( WM_SIZE, OnSize)
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/platform/win/
H A Dwindows_event_filter.cpp103 case WM_SIZE: { in mainWindowEvent()
/dports/emulators/teo/teo/src/win/
H A Dwdebug.c98 SendMessage(hwnd, WM_SIZE, 0, 0); in resize_windows()
382 case WM_SIZE : in wdebug_Proc()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dtrans/test/win32/dnd/
H A Datlwindow.hxx74 MESSAGE_HANDLER( WM_SIZE, OnSize)
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/samples/gfx_html/
H A Dbrowserwnd_win.h38 MESSAGE_HANDLER(WM_SIZE, OnSize)
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/util/piglit-framework-gl/
H A Dpiglit_wgl_framework.c53 case WM_SIZE: in process_next_event()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/platformsupport/eventdispatchers/
H A Dqwindowsguieventdispatcher.cpp99 {WM_SIZE, "WM_SIZE", true},

12345678910>>...73