Home
last modified time | relevance | path

Searched refs:SendMessageW (Results 251 – 275 of 502) sorted by relevance

1...<<1112131415161718192021

/dports/editors/lazarus/lazarus/lcl/interfaces/wince/
H A Dwincewsstdctrls.pp811 Windows.SendMessageW(Handle, WM_SETTEXT, 0, LPARAM(PWideChar(pwAText)));
1121 SendMessageW(AWinControl.Handle, WM_SETTEXT, 0, LPARAM(PWideChar(UTF8Decode(AText))));
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/wince/
H A Dwincewsstdctrls.pp831 Windows.SendMessageW(Handle, WM_SETTEXT, 0, LPARAM(PWideChar(pwAText)));
1141 SendMessageW(AWinControl.Handle, WM_SETTEXT, 0, LPARAM(PWideChar(UTF8Decode(AText))));
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/wince/
H A Dwincewsstdctrls.pp811 Windows.SendMessageW(Handle, WM_SETTEXT, 0, LPARAM(PWideChar(pwAText)));
1121 SendMessageW(AWinControl.Handle, WM_SETTEXT, 0, LPARAM(PWideChar(UTF8Decode(AText))));
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/wince/
H A Dwincewsstdctrls.pp831 Windows.SendMessageW(Handle, WM_SETTEXT, 0, LPARAM(PWideChar(pwAText)));
1141 SendMessageW(AWinControl.Handle, WM_SETTEXT, 0, LPARAM(PWideChar(UTF8Decode(AText))));
/dports/editors/lazarus/lazarus/lcl/interfaces/win32/
H A Dwin32wscontrols.pp488 SendMessageW(AWinControl.Handle, WM_SETTEXT, 0, LPARAM(PWideChar(UTF8ToUTF16(AText))));
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/win32/
H A Dwin32wscontrols.pp488 SendMessageW(AWinControl.Handle, WM_SETTEXT, 0, LPARAM(PWideChar(UTF8ToUTF16(AText))));
/dports/x11-toolkits/tk87/tk8.7a5/win/
H A DtkWinX.c892 *resultPtr = SendMessageW(target, message, wParam, lParam); in TkTranslateWinEvent()
/dports/x11-toolkits/tk86/tk8.6.12/win/
H A DtkWinX.c915 *resultPtr = SendMessageW(target, message, wParam, lParam); in Tk_TranslateWinEvent()
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/win32/
H A Dwin32wscontrols.pp492 SendMessageW(AWinControl.Handle, WM_SETTEXT, 0, LPARAM(PWideChar(UTF8ToUTF16(AText))));
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/win32/
H A Dwin32wscontrols.pp492 SendMessageW(AWinControl.Handle, WM_SETTEXT, 0, LPARAM(PWideChar(UTF8ToUTF16(AText))));
/dports/databases/py-gdbm/Python-3.8.12/Tools/msi/bundle/bootstrap/
H A DPythonBootstrapperApplication.cpp2429 ::SendMessageW(_hWnd, WM_CLOSE, 0, 0); in OnClickCloseButton()
2441 ::SendMessageW(_hWnd, WM_CLOSE, 0, 0); in OnClickRestartButton()
/dports/databases/py-sqlite3/Python-3.8.12/Tools/msi/bundle/bootstrap/
H A DPythonBootstrapperApplication.cpp2429 ::SendMessageW(_hWnd, WM_CLOSE, 0, 0); in OnClickCloseButton()
2441 ::SendMessageW(_hWnd, WM_CLOSE, 0, 0); in OnClickRestartButton()
/dports/lang/python-tools/Python-3.8.12/Tools/msi/bundle/bootstrap/
H A DPythonBootstrapperApplication.cpp2429 ::SendMessageW(_hWnd, WM_CLOSE, 0, 0); in OnClickCloseButton()
2441 ::SendMessageW(_hWnd, WM_CLOSE, 0, 0); in OnClickRestartButton()
/dports/lang/python311/Python-3.11.0a3/Tools/msi/bundle/bootstrap/
H A DPythonBootstrapperApplication.cpp2429 ::SendMessageW(_hWnd, WM_CLOSE, 0, 0); in OnClickCloseButton()
2441 ::SendMessageW(_hWnd, WM_CLOSE, 0, 0); in OnClickRestartButton()
/dports/lang/python37/Python-3.7.12/Tools/msi/bundle/bootstrap/
H A DPythonBootstrapperApplication.cpp2429 ::SendMessageW(_hWnd, WM_CLOSE, 0, 0); in OnClickCloseButton()
2441 ::SendMessageW(_hWnd, WM_CLOSE, 0, 0); in OnClickRestartButton()
/dports/lang/python310/Python-3.10.1/Tools/msi/bundle/bootstrap/
H A DPythonBootstrapperApplication.cpp2429 ::SendMessageW(_hWnd, WM_CLOSE, 0, 0); in OnClickCloseButton()
2441 ::SendMessageW(_hWnd, WM_CLOSE, 0, 0); in OnClickRestartButton()
/dports/lang/python38/Python-3.8.12/Tools/msi/bundle/bootstrap/
H A DPythonBootstrapperApplication.cpp2429 ::SendMessageW(_hWnd, WM_CLOSE, 0, 0); in OnClickCloseButton()
2441 ::SendMessageW(_hWnd, WM_CLOSE, 0, 0); in OnClickRestartButton()
/dports/lang/python39/Python-3.9.9/Tools/msi/bundle/bootstrap/
H A DPythonBootstrapperApplication.cpp2429 ::SendMessageW(_hWnd, WM_CLOSE, 0, 0); in OnClickCloseButton()
2441 ::SendMessageW(_hWnd, WM_CLOSE, 0, 0); in OnClickRestartButton()
/dports/www/links/links-2.25/
H A Dpmshell.c1162 if (icon_big != NULL) SendMessageW(win->hc, WM_SETICON, ICON_BIG, (LPARAM)icon_big); in pm_user_msg()
1163 if (icon_small != NULL) SendMessageW(win->hc, WM_SETICON, ICON_SMALL, (LPARAM)icon_small); in pm_user_msg()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Tools/msi/bundle/bootstrap/
H A DPythonBootstrapperApplication.cpp2429 ::SendMessageW(_hWnd, WM_CLOSE, 0, 0); in OnClickCloseButton()
2441 ::SendMessageW(_hWnd, WM_CLOSE, 0, 0); in OnClickRestartButton()
/dports/graphics/ipe/ipe-7.2.23/src/ipeui/
H A Dipeui_win.cpp73 SendMessageW(h, code, wParam, (LPARAM) w.data()); in sendMessage()
/dports/editors/vim/vim-8.2.3745/src/
H A Dgui_w32.c8545 SendMessageW(beval->balloon, TTM_SETMAXTIPWIDTH, 0, in make_tooltip()
8561 SendMessageW(beval->balloon, TTM_ADDTOOLW, 0, (LPARAM)pti); in make_tooltip()
8563 SendMessageW(beval->balloon, TTM_SETDELAYTIME, TTDT_INITIAL, 10); in make_tooltip()
8566 SendMessageW(beval->balloon, TTM_SETDELAYTIME, TTDT_AUTOPOP, 30000); in make_tooltip()
/dports/lang/tcl87/tcl8.7a5/win/
H A DtclWinSock.c317 SendMessageW((tsdPtr)->hwnd, SOCKET_SELECT, \
/dports/editors/fpc-ide/fpc-3.2.2/rtl/win/wininc/
H A Dunifun.inc183 function SendMessageW(hWnd:HWND; Msg:UINT; wParam:WPARAM; lParam:LPARAM):LRESULT; external 'user32'…
/dports/lang/fpc-utils/fpc-3.2.2/rtl/win/wininc/
H A Dunifun.inc183 function SendMessageW(hWnd:HWND; Msg:UINT; wParam:WPARAM; lParam:LPARAM):LRESULT; external 'user32'…

1...<<1112131415161718192021