Home
last modified time | relevance | path

Searched refs:hwndControl (Results 1 – 9 of 9) sorted by relevance

/dports/www/firefox/firefox-99.0/toolkit/crashreporter/client/
H A Dcrashreporter_win.cpp673 HWND hwndControl = GetDlgItem(hwndDlg, controls[i]); in StretchControlsToFit() local
674 GetRelativeRect(hwndControl, hwndDlg, &r); in StretchControlsToFit()
678 MoveWindow(hwndControl, r.left, r.top, r.right - r.left, r.bottom - r.top, in StretchControlsToFit()
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/crashreporter/client/
H A Dcrashreporter_win.cpp673 HWND hwndControl = GetDlgItem(hwndDlg, controls[i]); in StretchControlsToFit() local
674 GetRelativeRect(hwndControl, hwndDlg, &r); in StretchControlsToFit()
678 MoveWindow(hwndControl, r.left, r.top, r.right - r.left, r.bottom - r.top, in StretchControlsToFit()
/dports/www/firefox-esr/firefox-91.8.0/toolkit/crashreporter/client/
H A Dcrashreporter_win.cpp673 HWND hwndControl = GetDlgItem(hwndDlg, controls[i]); in StretchControlsToFit() local
674 GetRelativeRect(hwndControl, hwndDlg, &r); in StretchControlsToFit()
678 MoveWindow(hwndControl, r.left, r.top, r.right - r.left, r.bottom - r.top, in StretchControlsToFit()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/crashreporter/client/
H A Dcrashreporter_win.cpp749 HWND hwndControl = GetDlgItem(hwndDlg, controls[i]); in StretchControlsToFit() local
750 GetRelativeRect(hwndControl, hwndDlg, &r); in StretchControlsToFit()
754 MoveWindow(hwndControl, r.left, r.top, r.right - r.left, r.bottom - r.top, in StretchControlsToFit()
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/crashreporter/client/
H A Dcrashreporter_win.cpp819 HWND hwndControl = GetDlgItem(hwndDlg, controls[i]); in StretchControlsToFit() local
820 GetRelativeRect(hwndControl, hwndDlg, &r); in StretchControlsToFit()
824 MoveWindow(hwndControl, r.left, r.top, in StretchControlsToFit()
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/crashreporter/client/
H A Dcrashreporter_win.cpp747 HWND hwndControl = GetDlgItem(hwndDlg, controls[i]); in StretchControlsToFit() local
748 GetRelativeRect(hwndControl, hwndDlg, &r); in StretchControlsToFit()
752 MoveWindow(hwndControl, r.left, r.top, r.right - r.left, r.bottom - r.top, in StretchControlsToFit()
/dports/devel/msbuild/.nuget/packages/microbuild.plugins.swixbuild/1.0.147/tools/bin/sdk/inc/
H A Dthmutil.h604 __in HWND hwndControl
/dports/lang/fpc-source/fpc-3.2.2/packages/os2units/src/
H A Dwpstk.pp448 hwndControl : HWND; //* out - handle of control */
460 hwndControl : HWND; //* out - handle of control */
/dports/games/openclonk/openclonk-release-8.1-src/src/editor/
H A DC4ConsoleWin32.cpp1135 C4ConsoleGUIPreviewWindow(HWND hwndControl) in C4ConsoleGUIPreviewWindow() argument
1138 this->hWindow = this->renderwnd = hwndControl; in C4ConsoleGUIPreviewWindow()