Home
last modified time | relevance | path

Searched refs:TTM_SETDELAYTIME (Results 1 – 5 of 5) sorted by relevance

/reactos/modules/rostests/winetests/comctl32/
H A Dtooltips.c236 SendMessageA(hwndTip, TTM_SETDELAYTIME, TTDT_INITIAL, MAKELPARAM(1,0)); in test_customdraw()
901 SendMessageW(tt, TTM_SETDELAYTIME, TTDT_INITIAL, MAKELPARAM(1,0)); in test_track()
1221 SendMessageA(hwndTip, TTM_SETDELAYTIME, TTDT_INITIAL, MAKELPARAM(1, 0)); in test_TTN_SHOW()
/reactos/sdk/include/reactos/ui/
H A Drosctrls.h753 SendMessageW(TTM_SETDELAYTIME, which, MAKELPARAM(time, 0)); in SetDelayTime()
/reactos/win32ss/user/user32/windows/
H A Dspy.c1568 USM(TTM_SETDELAYTIME ,0),
/reactos/dll/win32/comctl32/
H A Dtooltips.c2269 case TTM_SETDELAYTIME: in TOOLTIPS_WindowProc()
/reactos/sdk/include/psdk/
H A Dcommctrl.h1790 #define TTM_SETDELAYTIME (WM_USER+3) macro