Home
last modified time | relevance | path

Searched refs:HDM_SETITEM (Results 1 – 25 of 48) 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.java505 OS.SendMessage (hwndHeader, OS.HDM_SETITEM, index, hdItem); in setAlignment()
556 OS.SendMessage (hwndHeader, OS.HDM_SETITEM, index, hdItem); in setImage()
632 OS.SendMessage (hwndHeader, OS.HDM_SETITEM, index, hdItem); in setSortDirection()
671 long result = OS.SendMessage (hwndHeader, OS.HDM_SETITEM, index, hdItem); in setText()
737 OS.SendMessage (hwndHeader, OS.HDM_SETITEM, index, hdItem); in setWidthInPixels()
H A DTableColumn.java685 OS.SendMessage (hwndHeader, OS.HDM_SETITEM, index, hdItem); in setSortDirection()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.ComponentModel/Shared/
H A DNativeMethods.cs47 internal const int HDM_SETITEM = (0x1200 + 12); field in System.Workflow.Interop.NativeMethods
240 IntPtr success = SendMessage(hWndHeader, HDM_SETITEM, new IntPtr(index), hdi); in Header_SetItem()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.Activities/Common/
H A DNativeMethods.cs47 internal const int HDM_SETITEM = (0x1200 + 12); field in System.Workflow.Activities.Common.NativeMethods
240 IntPtr success = SendMessage(hWndHeader, HDM_SETITEM, new IntPtr(index), hdi); in Header_SetItem()
/dports/editors/fpc-ide/fpc-3.2.2/rtl/win/wininc/
H A Dmessages.inc258 HDM_SETITEM = HDM_SETITEMW;
264 HDM_SETITEM = HDM_SETITEMA;
/dports/lang/fpc-utils/fpc-3.2.2/rtl/win/wininc/
H A Dmessages.inc258 HDM_SETITEM = HDM_SETITEMW;
264 HDM_SETITEM = HDM_SETITEMA;
/dports/lang/fpc-source/fpc-3.2.2/rtl/win/wininc/
H A Dmessages.inc258 HDM_SETITEM = HDM_SETITEMW;
264 HDM_SETITEM = HDM_SETITEMA;
/dports/lang/fpc/fpc-3.2.2/rtl/win/wininc/
H A Dmessages.inc258 HDM_SETITEM = HDM_SETITEMW;
264 HDM_SETITEM = HDM_SETITEMA;
/dports/ftp/filezilla/filezilla-3.55.1/src/interface/
H A Dlistctrlex.cpp955 SendMessage(header, HDM_SETITEM, col, (LPARAM)&item); in SetHeaderSortIconIndex()
/dports/editors/fpc-ide/fpc-3.2.2/rtl/wince/wininc/
H A Dmessages.inc265 HDM_SETITEM = HDM_SETITEMW;
/dports/lang/fpc-utils/fpc-3.2.2/rtl/wince/wininc/
H A Dmessages.inc265 HDM_SETITEM = HDM_SETITEMW;
/dports/lang/fpc-source/fpc-3.2.2/rtl/wince/wininc/
H A Dmessages.inc265 HDM_SETITEM = HDM_SETITEMW;
/dports/lang/fpc/fpc-3.2.2/rtl/wince/wininc/
H A Dmessages.inc265 HDM_SETITEM = HDM_SETITEMW;
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/
H A Dcommctrl.h1864 #define Header_SetItem(w,i,phdi) (BOOL)SNDMSG((w),HDM_SETITEM,(WPARAM)(int)(i),(LPARAM)(const HD_IT…
2145 #define HDM_SETITEM __AW(HDM_SETITEM) macro
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/
H A Dcommctrl.h1864 #define Header_SetItem(w,i,phdi) (BOOL)SNDMSG((w),HDM_SETITEM,(WPARAM)(int)(i),(LPARAM)(const HD_IT…
2145 #define HDM_SETITEM __AW(HDM_SETITEM) macro
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/libdruntime/core/sys/windows/
H A Dcommctrl.d4548 alias HDM_SETITEMW HDM_SETITEM;
4768 alias HDM_SETITEMA HDM_SETITEM;
5096 return cast(BOOL) SendMessage(w, HDM_SETITEM, i, cast(LPARAM) phdi);
/dports/lang/gcc10/gcc-10.3.0/libphobos/libdruntime/core/sys/windows/
H A Dcommctrl.d4547 alias HDM_SETITEMW HDM_SETITEM;
4767 alias HDM_SETITEMA HDM_SETITEM;
5095 return cast(BOOL) SendMessage(w, HDM_SETITEM, i, cast(LPARAM) phdi);
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/libdruntime/core/sys/windows/
H A Dcommctrl.d4548 alias HDM_SETITEMW HDM_SETITEM;
4768 alias HDM_SETITEMA HDM_SETITEM;
5096 return cast(BOOL) SendMessage(w, HDM_SETITEM, i, cast(LPARAM) phdi);
/dports/devel/avr-gcc/gcc-10.2.0/libphobos/libdruntime/core/sys/windows/
H A Dcommctrl.d4547 alias HDM_SETITEMW HDM_SETITEM;
4767 alias HDM_SETITEMA HDM_SETITEM;
5095 return cast(BOOL) SendMessage(w, HDM_SETITEM, i, cast(LPARAM) phdi);
/dports/lang/gcc9-devel/gcc-9-20211007/libphobos/libdruntime/core/sys/windows/
H A Dcommctrl.d4547 alias HDM_SETITEMW HDM_SETITEM;
4767 alias HDM_SETITEMA HDM_SETITEM;
5095 return cast(BOOL) SendMessage(w, HDM_SETITEM, i, cast(LPARAM) phdi);
/dports/lang/gcc9-aux/gcc-9.1.0/libphobos/libdruntime/core/sys/windows/
H A Dcommctrl.d4547 alias HDM_SETITEMW HDM_SETITEM;
4767 alias HDM_SETITEMA HDM_SETITEM;
5095 return cast(BOOL) SendMessage(w, HDM_SETITEM, i, cast(LPARAM) phdi);
/dports/lang/gcc11/gcc-11.2.0/libphobos/libdruntime/core/sys/windows/
H A Dcommctrl.d4548 alias HDM_SETITEMW HDM_SETITEM;
4768 alias HDM_SETITEMA HDM_SETITEM;
5096 return cast(BOOL) SendMessage(w, HDM_SETITEM, i, cast(LPARAM) phdi);
/dports/lang/gcc10-devel/gcc-10-20211008/libphobos/libdruntime/core/sys/windows/
H A Dcommctrl.d4547 alias HDM_SETITEMW HDM_SETITEM;
4767 alias HDM_SETITEMA HDM_SETITEM;
5095 return cast(BOOL) SendMessage(w, HDM_SETITEM, i, cast(LPARAM) phdi);
/dports/lang/gcc9/gcc-9.4.0/libphobos/libdruntime/core/sys/windows/
H A Dcommctrl.d4547 alias HDM_SETITEMW HDM_SETITEM;
4767 alias HDM_SETITEMA HDM_SETITEM;
5095 return cast(BOOL) SendMessage(w, HDM_SETITEM, i, cast(LPARAM) phdi);
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libphobos/libdruntime/core/sys/windows/
H A Dcommctrl.d4548 alias HDM_SETITEMW HDM_SETITEM;
4768 alias HDM_SETITEMA HDM_SETITEM;
5096 return cast(BOOL) SendMessage(w, HDM_SETITEM, i, cast(LPARAM) phdi);

12