Home
last modified time | relevance | path

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

/reactos/dll/win32/comctl32/
H A Dtooltips.c142 INT nReshowTime; member
893 SetTimer (infoPtr->hwndSelf, ID_TIMERLEAVE, infoPtr->nReshowTime, 0); in TOOLTIPS_Show()
1378 return infoPtr->nReshowTime; in TOOLTIPS_GetDelayTime()
1594 SetTimer (infoPtr->hwndSelf, ID_TIMERSHOW, infoPtr->nReshowTime, 0); in TOOLTIPS_RelayEvent()
1621 infoPtr->nReshowTime = nTime / 5; in TOOLTIPS_SetDelayTime()
1629 infoPtr->nReshowTime = nTime; in TOOLTIPS_SetDelayTime()
2135 SetTimer (infoPtr->hwndSelf, ID_TIMERSHOW, infoPtr->nReshowTime, 0); in TOOLTIPS_Timer()