Home
last modified time | relevance | path

Searched refs:EM_SETCUEBANNER (Results 1 – 25 of 230) sorted by relevance

12345678910

/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/msw/
H A Dtextentry.cpp991 #ifndef EM_SETCUEBANNER
992 #define EM_SETCUEBANNER 0x1501 macro
1005 if ( ::SendMessage(GetEditHwnd(), EM_SETCUEBANNER, in SetHint()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/msw/
H A Dtextentry.cpp942 #ifndef EM_SETCUEBANNER
943 #define EM_SETCUEBANNER 0x1501 macro
956 if ( ::SendMessage(GetEditHwnd(), EM_SETCUEBANNER, in SetHint()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/msw/
H A Dtextentry.cpp942 #ifndef EM_SETCUEBANNER
943 #define EM_SETCUEBANNER 0x1501 macro
956 if ( ::SendMessage(GetEditHwnd(), EM_SETCUEBANNER, in SetHint()
/dports/security/keepass/KeePass-2.49-Source/KeePass/Native/
H A DNativeMethods.Defs.cs159 internal const int EM_SETCUEBANNER = ECM_FIRST + 1; field in KeePass.Native.NativeMethods
/dports/cad/ldview/ldview-4.4/
H A DModelTreeDialog.cpp610 SendDlgItemMessage(hWindow, IDC_SEARCH, EM_SETCUEBANNER, TRUE, (LPARAM)cue.c_str()); in doInitDialog()
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/win32/
H A Dwin32wsstdctrls.pp1137 CB_SETCUEBANNER = (CBM_FIRST + 3); // Same as EM_SETCUEBANNER for TEdit
1149 Msg := EM_SETCUEBANNER;
1509 …SendMessage(ACustomEdit.Handle, EM_SETCUEBANNER, 1, {%H-}LParam(PWideChar(UTF8ToUTF16(ATextHint)))…
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/win32/
H A Dwin32wsstdctrls.pp1137 CB_SETCUEBANNER = (CBM_FIRST + 3); // Same as EM_SETCUEBANNER for TEdit
1149 Msg := EM_SETCUEBANNER;
1509 …SendMessage(ACustomEdit.Handle, EM_SETCUEBANNER, 1, {%H-}LParam(PWideChar(UTF8ToUTF16(ATextHint)))…
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/vendor/github.com/shirou/w32/
H A Dconstants.go919 EM_SETCUEBANNER = 0x1501 const
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/shirou/w32/
H A Dconstants.go919 EM_SETCUEBANNER = 0x1501 const
/dports/misc/concourse/vault-bdd38fca2cff/vendor/github.com/shirou/w32/
H A Dconstants.go919 EM_SETCUEBANNER = 0x1501 const
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/vendor/github.com/shirou/w32/
H A Dconstants.go919 EM_SETCUEBANNER = 0x1501 const
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/vendor/github.com/shirou/w32/
H A Dconstants.go919 EM_SETCUEBANNER = 0x1501 const
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/vendor/github.com/shirou/w32/
H A Dconstants.go919 EM_SETCUEBANNER = 0x1501 const
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/vendor/github.com/shirou/w32/
H A Dconstants.go919 EM_SETCUEBANNER = 0x1501 const
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/vendor/github.com/shirou/w32/
H A Dconstants.go919 EM_SETCUEBANNER = 0x1501 const
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/consul/vendor/github.com/shirou/w32/
H A Dconstants.go919 EM_SETCUEBANNER = 0x1501 const
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/hashicorp/consul/vendor/github.com/shirou/w32/
H A Dconstants.go919 EM_SETCUEBANNER = 0x1501 const
/dports/sysutils/sensu-go/sensu-go-5.11.1/vendor/github.com/shirou/w32/
H A Dconstants.go919 EM_SETCUEBANNER = 0x1501 const
/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 DText.java2133 OS.SendMessage (handle, OS.EM_SETCUEBANNER, 0, chars); in setMessage()
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dcommctrl.h5076 #define EM_SETCUEBANNER (ECM_FIRST+1) macro
5077 #define Edit_SetCueBannerText(hwnd,lpcwText) (WINBOOL)SNDMSG((hwnd),EM_SETCUEBANNER,0,(LPARAM)(lpcw…
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dcommctrl.h5076 #define EM_SETCUEBANNER (ECM_FIRST+1) macro
5077 #define Edit_SetCueBannerText(hwnd,lpcwText) (WINBOOL)SNDMSG((hwnd),EM_SETCUEBANNER,0,(LPARAM)(lpcw…
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/
H A DOS.java454 public static final int EM_SETCUEBANNER = 0x1500 + 1; field in OS
/dports/editors/lazarus/lazarus/lcl/interfaces/win32/
H A Dwin32wsstdctrls.pp1443 …SendMessage(ACustomEdit.Handle, EM_SETCUEBANNER, 1, {%H-}LParam(PWideChar(UTF8ToUTF16(ATextHint)))…
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/win32/
H A Dwin32wsstdctrls.pp1443 …SendMessage(ACustomEdit.Handle, EM_SETCUEBANNER, 1, {%H-}LParam(PWideChar(UTF8ToUTF16(ATextHint)))…
/dports/security/keepass/KeePass-2.49-Source/KeePass/UI/
H A DUIUtil.cs578 NativeMethods.SendMessage(hWnd, NativeMethods.EM_SETCUEBANNER, in SetCueBanner()

12345678910