Searched refs:nNewHotItem (Results 1 – 1 of 1) sorted by relevance
5717 INT nNewHotItem = infoPtr->nHotItem; in TOOLBAR_SetRelativeHotItem() local5722 if ((nNewHotItem + iDirection < 0) || in TOOLBAR_SetRelativeHotItem()5723 (nNewHotItem + iDirection >= infoPtr->nNumButtons)) in TOOLBAR_SetRelativeHotItem()5726 nmtbwhi.idNew = infoPtr->buttons[nNewHotItem].idCommand; in TOOLBAR_SetRelativeHotItem()5734 nNewHotItem += iDirection; in TOOLBAR_SetRelativeHotItem()5735 nNewHotItem = (nNewHotItem + infoPtr->nNumButtons) % infoPtr->nNumButtons; in TOOLBAR_SetRelativeHotItem()5737 if ((infoPtr->buttons[nNewHotItem].fsState & TBSTATE_ENABLED) && in TOOLBAR_SetRelativeHotItem()5738 !(infoPtr->buttons[nNewHotItem].fsStyle & BTNS_SEP)) in TOOLBAR_SetRelativeHotItem()5740 TOOLBAR_SetHotItemEx(infoPtr, nNewHotItem, dwReason); in TOOLBAR_SetRelativeHotItem()