Home
last modified time | relevance | path

Searched refs:LVM_SETHOVERTIME (Results 1 – 25 of 234) sorted by relevance

12345678910

/dports/editors/lazarus/lazarus/lcl/interfaces/wince/
H A Dwinext.pas109 LVM_SETHOVERTIME = LVM_FIRST + 71;
283 Result := SendMessage(hwndLV, LVM_SETHOVERTIME, 0, dwHoverTimeMs);
H A Dwincewscustomlistview.inc847 // SendMessage(ALV.Handle, LVM_SETHOVERTIME, 0, AValue);
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/wince/
H A Dwinext.pas109 LVM_SETHOVERTIME = LVM_FIRST + 71;
283 Result := SendMessage(hwndLV, LVM_SETHOVERTIME, 0, dwHoverTimeMs);
H A Dwincewscustomlistview.inc847 // SendMessage(ALV.Handle, LVM_SETHOVERTIME, 0, AValue);
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/wince/
H A Dwinext.pas109 LVM_SETHOVERTIME = LVM_FIRST + 71;
283 Result := SendMessage(hwndLV, LVM_SETHOVERTIME, 0, dwHoverTimeMs);
H A Dwincewscustomlistview.inc847 // SendMessage(ALV.Handle, LVM_SETHOVERTIME, 0, AValue);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/wince/
H A Dwinext.pas109 LVM_SETHOVERTIME = LVM_FIRST + 71;
283 Result := SendMessage(hwndLV, LVM_SETHOVERTIME, 0, dwHoverTimeMs);
H A Dwincewscustomlistview.inc847 // SendMessage(ALV.Handle, LVM_SETHOVERTIME, 0, AValue);
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/vendor/github.com/shirou/w32/
H A Dconstants.go1385 LVM_SETHOVERTIME = LVM_FIRST + 71 const
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/shirou/w32/
H A Dconstants.go1385 LVM_SETHOVERTIME = LVM_FIRST + 71 const
/dports/misc/concourse/vault-bdd38fca2cff/vendor/github.com/shirou/w32/
H A Dconstants.go1385 LVM_SETHOVERTIME = LVM_FIRST + 71 const
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/vendor/github.com/shirou/w32/
H A Dconstants.go1385 LVM_SETHOVERTIME = LVM_FIRST + 71 const
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/vendor/github.com/shirou/w32/
H A Dconstants.go1385 LVM_SETHOVERTIME = LVM_FIRST + 71 const
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/vendor/github.com/shirou/w32/
H A Dconstants.go1385 LVM_SETHOVERTIME = LVM_FIRST + 71 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.go1385 LVM_SETHOVERTIME = LVM_FIRST + 71 const
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/vendor/github.com/shirou/w32/
H A Dconstants.go1385 LVM_SETHOVERTIME = LVM_FIRST + 71 const
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/consul/vendor/github.com/shirou/w32/
H A Dconstants.go1385 LVM_SETHOVERTIME = LVM_FIRST + 71 const
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/hashicorp/consul/vendor/github.com/shirou/w32/
H A Dconstants.go1385 LVM_SETHOVERTIME = LVM_FIRST + 71 const
/dports/sysutils/sensu-go/sensu-go-5.11.1/vendor/github.com/shirou/w32/
H A Dconstants.go1385 LVM_SETHOVERTIME = LVM_FIRST + 71 const
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/
H A Dcommctrl.h2726 #define LVM_SETHOVERTIME (LVM_FIRST+71) macro
3109 #define ListView_SetHoverTime(w,t) (DWORD)SNDMSG((w),LVM_SETHOVERTIME,0,(LPARAM)(t))
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/
H A Dcommctrl.h2726 #define LVM_SETHOVERTIME (LVM_FIRST+71) macro
3109 #define ListView_SetHoverTime(w,t) (DWORD)SNDMSG((w),LVM_SETHOVERTIME,0,(LPARAM)(t))
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/libdruntime/core/sys/windows/
H A Dcommctrl.d1472 LVM_SETHOVERTIME = LVM_FIRST + 71,
6125 return cast(DWORD) SendMessage(w, LVM_SETHOVERTIME, 0,
/dports/lang/gcc10/gcc-10.3.0/libphobos/libdruntime/core/sys/windows/
H A Dcommctrl.d1471 LVM_SETHOVERTIME = LVM_FIRST + 71,
6124 return cast(DWORD) SendMessage(w, LVM_SETHOVERTIME, 0,
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/libdruntime/core/sys/windows/
H A Dcommctrl.d1472 LVM_SETHOVERTIME = LVM_FIRST + 71,
6125 return cast(DWORD) SendMessage(w, LVM_SETHOVERTIME, 0,
/dports/devel/avr-gcc/gcc-10.2.0/libphobos/libdruntime/core/sys/windows/
H A Dcommctrl.d1471 LVM_SETHOVERTIME = LVM_FIRST + 71,
6124 return cast(DWORD) SendMessage(w, LVM_SETHOVERTIME, 0,

12345678910