Searched refs:TB_DRAG_MODE (Results 1 – 1 of 1) sorted by relevance
84 #define TB_DRAG_MODE 0x00000008 /* we're dragging the slider */ macro716 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))