Home
last modified time | relevance | path

Searched refs:TCM_SETTOOLTIPS (Results 1 – 3 of 3) sorted by relevance

/reactos/modules/rostests/winetests/comctl32/
H A Dtab.c148 { TCM_SETTOOLTIPS, sent|lparam, 0 },
150 { TCM_SETTOOLTIPS, sent|lparam, 0 },
965 ret = SendMessageA(hTab, TCM_SETTOOLTIPS, (WPARAM)toolTip, 0); in test_getset_tooltips()
970 ret = SendMessageA(hTab, TCM_SETTOOLTIPS, 0, 0); in test_getset_tooltips()
/reactos/sdk/include/psdk/
H A Dcommctrl.h4102 #define TCM_SETTOOLTIPS (TCM_FIRST+46) macro
4103 #define TabCtrl_SetToolTips(hwnd,hwndTT) (void)SNDMSG((hwnd),TCM_SETTOOLTIPS,(WPARAM)(hwndTT),0L)
/reactos/dll/win32/comctl32/
H A Dtab.c3379 case TCM_SETTOOLTIPS: in TAB_WindowProc()