Home
last modified time | relevance | path

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

/reactos/dll/win32/comctl32/
H A Dtrackbar.c84 #define TB_DRAG_MODE 0x00000008 /* we're dragging the slider */ macro
716 else if (infoPtr->flags & TB_DRAG_MODE) in TRACKBAR_DrawThumb()
728 if (infoPtr->dwStyle & WS_DISABLED || infoPtr->flags & TB_DRAG_MODE) in TRACKBAR_DrawThumb()
910 if (infoPtr->flags & TB_DRAG_MODE)
994 nmcd.uItemState = infoPtr->flags & TB_DRAG_MODE ? CDIS_HOT : CDIS_DEFAULT;
1603 infoPtr->flags |= TB_DRAG_MODE;
1624 if (infoPtr->flags & TB_DRAG_MODE) {
1627 infoPtr->flags &= ~TB_DRAG_MODE;
1746 if (!(infoPtr->flags & TB_DRAG_MODE))