Home
last modified time | relevance | path

Searched refs:HDM_GETITEM (Results 1 – 25 of 47) sorted by relevance

12

/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 DTreeColumn.java328 OS.SendMessage (hwndHeader, OS.HDM_GETITEM, index, hdItem); in getWidthInPixels()
500 OS.SendMessage (hwndHeader, OS.HDM_GETITEM, index, hdItem); in setAlignment()
537 OS.SendMessage (hwndHeader, OS.HDM_GETITEM, index, hdItem); in setImage()
609 OS.SendMessage (hwndHeader, OS.HDM_GETITEM, index, hdItem); in setSortDirection()
H A DTree.java456 OS.SendMessage (hwndHeader, OS.HDM_GETITEM, index, hdItem); in CDDS_ITEMPOSTPAINT()
487 OS.SendMessage (hwndHeader, OS.HDM_GETITEM, j, hdItem); in CDDS_ITEMPOSTPAINT()
887 OS.SendMessage (hwndHeader, OS.HDM_GETITEM, 0, hdItem); in CDDS_ITEMPOSTPAINT()
959 OS.SendMessage (hwndHeader, OS.HDM_GETITEM, index, hdItem); in CDDS_ITEMPREPAINT()
1225 OS.SendMessage (hwndHeader, OS.HDM_GETITEM, index, hdItem); in CDDS_ITEMPREPAINT()
1312 OS.SendMessage (hwndHeader, OS.HDM_GETITEM, index, hdItem); in CDDS_ITEMPREPAINT()
1386 OS.SendMessage (hwndHeader, OS.HDM_GETITEM, index, hdItem); in CDDS_POSTPAINT()
1801 OS.SendMessage (hwndHeader, OS.HDM_GETITEM, i, hdItem); in computeSizeInPixels()
2477 OS.SendMessage (hwndHeader, OS.HDM_GETITEM, index, hdItem);
4804 OS.SendMessage (hwndHeader, OS.HDM_GETITEM, i, hdItem);
[all …]
H A DTableColumn.java662 OS.SendMessage (hwndHeader, OS.HDM_GETITEM, index, hdItem); in setSortDirection()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.ComponentModel/Shared/
H A DNativeMethods.cs46 internal const int HDM_GETITEM = (0x1200 + 11); field in System.Workflow.Interop.NativeMethods
234 IntPtr success = SendMessage(hWndHeader, HDM_GETITEM, new IntPtr(index), hdi); in Header_GetItem()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.Activities/Common/
H A DNativeMethods.cs46 internal const int HDM_GETITEM = (0x1200 + 11); field in System.Workflow.Activities.Common.NativeMethods
234 IntPtr success = SendMessage(hWndHeader, HDM_GETITEM, new IntPtr(index), hdi); in Header_GetItem()
/dports/ftp/filezilla/filezilla-3.55.1/src/interface/
H A Dlistctrlex.cpp886 SendMessage(header, HDM_GETITEM, col, (LPARAM)&item); in GetHeaderSortIconIndex()
940 SendMessage(header, HDM_GETITEM, col, (LPARAM)&item); in SetHeaderSortIconIndex()
/dports/editors/fpc-ide/fpc-3.2.2/rtl/win/wininc/
H A Dmessages.inc256 HDM_GETITEM = HDM_GETITEMW;
262 HDM_GETITEM = HDM_GETITEMA;
/dports/lang/fpc-utils/fpc-3.2.2/rtl/win/wininc/
H A Dmessages.inc256 HDM_GETITEM = HDM_GETITEMW;
262 HDM_GETITEM = HDM_GETITEMA;
/dports/lang/fpc-source/fpc-3.2.2/rtl/win/wininc/
H A Dmessages.inc256 HDM_GETITEM = HDM_GETITEMW;
262 HDM_GETITEM = HDM_GETITEMA;
/dports/lang/fpc/fpc-3.2.2/rtl/win/wininc/
H A Dmessages.inc256 HDM_GETITEM = HDM_GETITEMW;
262 HDM_GETITEM = HDM_GETITEMA;
/dports/editors/fpc-ide/fpc-3.2.2/rtl/wince/wininc/
H A Dmessages.inc263 HDM_GETITEM = HDM_GETITEMW;
/dports/lang/fpc-utils/fpc-3.2.2/rtl/wince/wininc/
H A Dmessages.inc263 HDM_GETITEM = HDM_GETITEMW;
/dports/lang/fpc-source/fpc-3.2.2/rtl/wince/wininc/
H A Dmessages.inc263 HDM_GETITEM = HDM_GETITEMW;
/dports/lang/fpc/fpc-3.2.2/rtl/wince/wininc/
H A Dmessages.inc263 HDM_GETITEM = HDM_GETITEMW;
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/
H A Dcommctrl.h1863 #define Header_GetItem(w,i,phdi) (BOOL)SNDMSG((w),HDM_GETITEM,(WPARAM)(int)(i),(LPARAM)(HD_ITEM*)(p…
2144 #define HDM_GETITEM __AW(HDM_GETITEM) macro
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/
H A Dcommctrl.h1863 #define Header_GetItem(w,i,phdi) (BOOL)SNDMSG((w),HDM_GETITEM,(WPARAM)(int)(i),(LPARAM)(HD_ITEM*)(p…
2144 #define HDM_GETITEM __AW(HDM_GETITEM) macro
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/libdruntime/core/sys/windows/
H A Dcommctrl.d4547 alias HDM_GETITEMW HDM_GETITEM;
4767 alias HDM_GETITEMA HDM_GETITEM;
5092 return cast(BOOL) SendMessage(w, HDM_GETITEM, i, cast(LPARAM) phdi);
/dports/lang/gcc10/gcc-10.3.0/libphobos/libdruntime/core/sys/windows/
H A Dcommctrl.d4546 alias HDM_GETITEMW HDM_GETITEM;
4766 alias HDM_GETITEMA HDM_GETITEM;
5091 return cast(BOOL) SendMessage(w, HDM_GETITEM, i, cast(LPARAM) phdi);
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/libdruntime/core/sys/windows/
H A Dcommctrl.d4547 alias HDM_GETITEMW HDM_GETITEM;
4767 alias HDM_GETITEMA HDM_GETITEM;
5092 return cast(BOOL) SendMessage(w, HDM_GETITEM, i, cast(LPARAM) phdi);
/dports/devel/avr-gcc/gcc-10.2.0/libphobos/libdruntime/core/sys/windows/
H A Dcommctrl.d4546 alias HDM_GETITEMW HDM_GETITEM;
4766 alias HDM_GETITEMA HDM_GETITEM;
5091 return cast(BOOL) SendMessage(w, HDM_GETITEM, i, cast(LPARAM) phdi);
/dports/lang/gcc9-devel/gcc-9-20211007/libphobos/libdruntime/core/sys/windows/
H A Dcommctrl.d4546 alias HDM_GETITEMW HDM_GETITEM;
4766 alias HDM_GETITEMA HDM_GETITEM;
5091 return cast(BOOL) SendMessage(w, HDM_GETITEM, i, cast(LPARAM) phdi);
/dports/lang/gcc9-aux/gcc-9.1.0/libphobos/libdruntime/core/sys/windows/
H A Dcommctrl.d4546 alias HDM_GETITEMW HDM_GETITEM;
4766 alias HDM_GETITEMA HDM_GETITEM;
5091 return cast(BOOL) SendMessage(w, HDM_GETITEM, i, cast(LPARAM) phdi);
/dports/lang/gcc11/gcc-11.2.0/libphobos/libdruntime/core/sys/windows/
H A Dcommctrl.d4547 alias HDM_GETITEMW HDM_GETITEM;
4767 alias HDM_GETITEMA HDM_GETITEM;
5092 return cast(BOOL) SendMessage(w, HDM_GETITEM, i, cast(LPARAM) phdi);
/dports/lang/gcc10-devel/gcc-10-20211008/libphobos/libdruntime/core/sys/windows/
H A Dcommctrl.d4546 alias HDM_GETITEMW HDM_GETITEM;
4766 alias HDM_GETITEMA HDM_GETITEM;
5091 return cast(BOOL) SendMessage(w, HDM_GETITEM, i, cast(LPARAM) phdi);
/dports/lang/gcc9/gcc-9.4.0/libphobos/libdruntime/core/sys/windows/
H A Dcommctrl.d4546 alias HDM_GETITEMW HDM_GETITEM;
4766 alias HDM_GETITEMA HDM_GETITEM;
5091 return cast(BOOL) SendMessage(w, HDM_GETITEM, i, cast(LPARAM) phdi);

12