Home
last modified time | relevance | path

Searched refs:TCM_SETITEM (Results 1 – 25 of 52) sorted by relevance

123

/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 DTabItem.java147 OS.SendMessage (hwnd, OS.TCM_SETITEM, index, tcItem); in _setText()
321 OS.SendMessage (hwnd, OS.TCM_SETITEM, index, tcItem); in setImage()
H A DTabFolder.java855 OS.SendMessage (handle, OS.TCM_SETITEM, i, tcItem); in updateOrientation()
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/ext/ffi/win32/
H A Dcommon-control.scm103 TCM_GETITEM TCM_SETITEM TCM_INSERTITEM
318 (define-constant TCM_SETITEM (+ TCM_FIRST 61))
353 (define-tcm-command tab-ctrl-set-item TCM_SETITEM iItme pitem)
/dports/editors/fpc-ide/fpc-3.2.2/rtl/wince/wininc/
H A Dmessages.inc723 TCM_SETITEM = TCM_SETITEMW;
729 TCM_SETITEM = TCM_SETITEMA;
/dports/lang/fpc-utils/fpc-3.2.2/rtl/wince/wininc/
H A Dmessages.inc723 TCM_SETITEM = TCM_SETITEMW;
729 TCM_SETITEM = TCM_SETITEMA;
/dports/lang/fpc-source/fpc-3.2.2/rtl/wince/wininc/
H A Dmessages.inc723 TCM_SETITEM = TCM_SETITEMW;
729 TCM_SETITEM = TCM_SETITEMA;
/dports/lang/fpc/fpc-3.2.2/rtl/wince/wininc/
H A Dmessages.inc723 TCM_SETITEM = TCM_SETITEMW;
729 TCM_SETITEM = TCM_SETITEMA;
/dports/editors/fpc-ide/fpc-3.2.2/rtl/win/wininc/
H A Dmessages.inc741 TCM_SETITEM = TCM_SETITEMW;
747 TCM_SETITEM = TCM_SETITEMA;
/dports/lang/fpc-utils/fpc-3.2.2/rtl/win/wininc/
H A Dmessages.inc741 TCM_SETITEM = TCM_SETITEMW;
747 TCM_SETITEM = TCM_SETITEMA;
/dports/lang/fpc-source/fpc-3.2.2/rtl/win/wininc/
H A Dmessages.inc741 TCM_SETITEM = TCM_SETITEMW;
747 TCM_SETITEM = TCM_SETITEMA;
/dports/lang/fpc/fpc-3.2.2/rtl/win/wininc/
H A Dmessages.inc741 TCM_SETITEM = TCM_SETITEMW;
747 TCM_SETITEM = TCM_SETITEMA;
/dports/editors/lazarus/lazarus/lcl/interfaces/wince/
H A Dwincepagecontrol.inc204 Windows.SendMessage(NotebookHandle, TCM_SETITEM, RealIndex, LPARAM(@TCI));
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/wince/
H A Dwincepagecontrol.inc204 Windows.SendMessage(NotebookHandle, TCM_SETITEM, RealIndex, LPARAM(@TCI));
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/wince/
H A Dwincepagecontrol.inc204 Windows.SendMessage(NotebookHandle, TCM_SETITEM, RealIndex, LPARAM(@TCI));
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/wince/
H A Dwincepagecontrol.inc204 Windows.SendMessage(NotebookHandle, TCM_SETITEM, RealIndex, LPARAM(@TCI));
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/
H A Dcommctrl.h2059 #define TabCtrl_SetItem(w,i,p) (BOOL)SNDMSG((w),TCM_SETITEM,i,(LPARAM)(TC_ITEM*)(p))
2238 #define TCM_SETITEM __AW(TCM_SETITEM) macro
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/
H A Dcommctrl.h2059 #define TabCtrl_SetItem(w,i,p) (BOOL)SNDMSG((w),TCM_SETITEM,i,(LPARAM)(TC_ITEM*)(p))
2238 #define TCM_SETITEM __AW(TCM_SETITEM) macro
/dports/editors/lazarus/lazarus/lcl/interfaces/win32/
H A Dwin32pagecontrol.inc215 Windows.SendMessage(TabControlHandle, TCM_SETITEM, RealIndex, LPARAM(@TCI));
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/win32/
H A Dwin32pagecontrol.inc213 Windows.SendMessage(TabControlHandle, TCM_SETITEM, RealIndex, LPARAM(@TCI));
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/win32/
H A Dwin32pagecontrol.inc215 Windows.SendMessage(TabControlHandle, TCM_SETITEM, RealIndex, LPARAM(@TCI));
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/win32/
H A Dwin32pagecontrol.inc213 Windows.SendMessage(TabControlHandle, TCM_SETITEM, RealIndex, LPARAM(@TCI));
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/libdruntime/core/sys/windows/
H A Dcommctrl.d4682 alias TCM_SETITEMW TCM_SETITEM;
4888 alias TCM_SETITEMA TCM_SETITEM;
5769 return cast(BOOL) SendMessage(w, TCM_SETITEM, i, cast(LPARAM) p);
/dports/lang/gcc10/gcc-10.3.0/libphobos/libdruntime/core/sys/windows/
H A Dcommctrl.d4681 alias TCM_SETITEMW TCM_SETITEM;
4887 alias TCM_SETITEMA TCM_SETITEM;
5768 return cast(BOOL) SendMessage(w, TCM_SETITEM, i, cast(LPARAM) p);
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/libdruntime/core/sys/windows/
H A Dcommctrl.d4682 alias TCM_SETITEMW TCM_SETITEM;
4888 alias TCM_SETITEMA TCM_SETITEM;
5769 return cast(BOOL) SendMessage(w, TCM_SETITEM, i, cast(LPARAM) p);
/dports/devel/avr-gcc/gcc-10.2.0/libphobos/libdruntime/core/sys/windows/
H A Dcommctrl.d4681 alias TCM_SETITEMW TCM_SETITEM;
4887 alias TCM_SETITEMA TCM_SETITEM;
5768 return cast(BOOL) SendMessage(w, TCM_SETITEM, i, cast(LPARAM) p);

123