Home
last modified time | relevance | path

Searched refs:LVM_GETTOPINDEX (Results 1 – 25 of 243) sorted by relevance

12345678910

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/win32/org/eclipse/swt/dnd/
H A DTableDropTargetEffect.java165 int top = Math.max (0, (int)OS.SendMessage (handle, OS.LVM_GETTOPINDEX, 0, 0)); in dragOver()
/dports/lang/racket/racket-8.3/share/pkgs/gui-lib/mred/private/wx/win32/
H A Dlist-box.rkt73 (define LVM_GETTOPINDEX (+ LVM_FIRST 39)) function
415 (if (> (SendMessageW hwnd LVM_GETTOPINDEX 0 0)
421 (SendMessageW hwnd (if single-column? LB_GETTOPINDEX LVM_GETTOPINDEX) 0 0))
/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 DTable.java528 topIndex = (int)OS.SendMessage (handle, OS.LVM_GETTOPINDEX, 0, 0); in callWindowProc()
655 if (topIndex != OS.SendMessage (handle, OS.LVM_GETTOPINDEX, 0, 0)) { in callWindowProc()
2806 return Math.max (0, (int)OS.SendMessage (handle, OS.LVM_GETTOPINDEX, 0, 0)); in getTopIndex()
5194 int topIndex = (int)OS.SendMessage (handle, OS.LVM_GETTOPINDEX, 0, 0); in setTopIndex()
5231 if (index != OS.SendMessage (handle, OS.LVM_GETTOPINDEX, 0, 0)) { in setTopIndex()
5367 if (index != OS.SendMessage (handle, OS.LVM_GETTOPINDEX, 0, 0)) { in showItem()
5376 long topIndex = OS.SendMessage (handle, OS.LVM_GETTOPINDEX, 0, 0); in showItem()
5764 int topIndex = (int)OS.SendMessage (handle, OS.LVM_GETTOPINDEX, 0, 0);
/dports/editors/fpc-ide/fpc-3.2.2/rtl/wince/wininc/
H A Dmessages.inc371 LVM_GETTOPINDEX = 4135;
/dports/lang/fpc-utils/fpc-3.2.2/rtl/wince/wininc/
H A Dmessages.inc371 LVM_GETTOPINDEX = 4135;
/dports/lang/fpc-source/fpc-3.2.2/rtl/wince/wininc/
H A Dmessages.inc371 LVM_GETTOPINDEX = 4135;
/dports/lang/fpc/fpc-3.2.2/rtl/wince/wininc/
H A Dmessages.inc371 LVM_GETTOPINDEX = 4135;
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/vendor/github.com/shirou/w32/
H A Dconstants.go1354 LVM_GETTOPINDEX = LVM_FIRST + 39 const
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/shirou/w32/
H A Dconstants.go1354 LVM_GETTOPINDEX = LVM_FIRST + 39 const
/dports/misc/concourse/vault-bdd38fca2cff/vendor/github.com/shirou/w32/
H A Dconstants.go1354 LVM_GETTOPINDEX = LVM_FIRST + 39 const
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/vendor/github.com/shirou/w32/
H A Dconstants.go1354 LVM_GETTOPINDEX = LVM_FIRST + 39 const
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/vendor/github.com/shirou/w32/
H A Dconstants.go1354 LVM_GETTOPINDEX = LVM_FIRST + 39 const
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/vendor/github.com/shirou/w32/
H A Dconstants.go1354 LVM_GETTOPINDEX = LVM_FIRST + 39 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.go1354 LVM_GETTOPINDEX = LVM_FIRST + 39 const
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/vendor/github.com/shirou/w32/
H A Dconstants.go1354 LVM_GETTOPINDEX = LVM_FIRST + 39 const
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/consul/vendor/github.com/shirou/w32/
H A Dconstants.go1354 LVM_GETTOPINDEX = LVM_FIRST + 39 const
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/hashicorp/consul/vendor/github.com/shirou/w32/
H A Dconstants.go1354 LVM_GETTOPINDEX = LVM_FIRST + 39 const
/dports/sysutils/sensu-go/sensu-go-5.11.1/vendor/github.com/shirou/w32/
H A Dconstants.go1354 LVM_GETTOPINDEX = LVM_FIRST + 39 const
/dports/editors/fpc-ide/fpc-3.2.2/rtl/win/wininc/
H A Dmessages.inc448 LVM_GETTOPINDEX = 4135;
/dports/lang/fpc-utils/fpc-3.2.2/rtl/win/wininc/
H A Dmessages.inc448 LVM_GETTOPINDEX = 4135;
/dports/lang/fpc-source/fpc-3.2.2/rtl/win/wininc/
H A Dmessages.inc448 LVM_GETTOPINDEX = 4135;
/dports/lang/fpc/fpc-3.2.2/rtl/win/wininc/
H A Dmessages.inc448 LVM_GETTOPINDEX = 4135;
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/
H A Dcommctrl.h732 #define LVM_GETTOPINDEX (LVM_FIRST+39) macro
1959 #define ListView_GetTopIndex(w) (int)SNDMSG((w),LVM_GETTOPINDEX,0,0)
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/
H A Dcommctrl.h732 #define LVM_GETTOPINDEX (LVM_FIRST+39) macro
1959 #define ListView_GetTopIndex(w) (int)SNDMSG((w),LVM_GETTOPINDEX,0,0)
/dports/emulators/bochs/bochs-2.7/gui/
H A Dwin32_enh_dbg_osdep.cc1020 int i = (int) CallWindowProc(wListView,hL[ASM_WND],LVM_GETTOPINDEX,(WPARAM) 0,(LPARAM) 0); in GetASMTopIdx()

12345678910