Home
last modified time | relevance | path

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

/reactos/dll/win32/comctl32/
H A Dtoolbar.c645 UINT state = tbcd->nmcd.uItemState; in TOOLBAR_DrawString()
841 else if (tbcd->nmcd.uItemState & CDIS_CHECKED || in TOOLBAR_DrawImage()
842 ((tbcd->nmcd.uItemState & CDIS_HOT) in TOOLBAR_DrawImage()
862 (tbcd->nmcd.uItemState & CDIS_MARKED)) in TOOLBAR_DrawImage()
1141 if (!(tbcd.nmcd.uItemState & CDIS_HOT) && in TOOLBAR_DrawButton()
1142 ((tbcd.nmcd.uItemState & CDIS_CHECKED) || (tbcd.nmcd.uItemState & CDIS_INDETERMINATE))) in TOOLBAR_DrawButton()
1146 && (tbcd.nmcd.uItemState & CDIS_HOT)) in TOOLBAR_DrawButton()
1169 if (tbcd.nmcd.uItemState & CDIS_DISABLED) in TOOLBAR_DrawButton()
1173 else if (tbcd.nmcd.uItemState & CDIS_CHECKED) in TOOLBAR_DrawButton()
1179 else if ((tbcd.nmcd.uItemState & CDIS_HOT) in TOOLBAR_DrawButton()
[all …]
H A Dbutton.c567 nmcs.uItemState = 0; in BUTTON_SendCustomDraw()
570 nmcs.uItemState |= CDIS_DISABLED; in BUTTON_SendCustomDraw()
572 nmcs.uItemState |= CDIS_CHECKED; in BUTTON_SendCustomDraw()
574 nmcs.uItemState |= CDIS_FOCUS; in BUTTON_SendCustomDraw()
576 nmcs.uItemState |= CDIS_SELECTED; in BUTTON_SendCustomDraw()
578 nmcs.uItemState |= CDIS_SHOWKEYBOARDCUES; in BUTTON_SendCustomDraw()
H A Dtreeview.c634 nmcd->uItemState = 0; in TREEVIEW_SendCustomDrawNotify()
653 UINT uItemState; in TREEVIEW_SendCustomDrawItemNotify() local
657 uItemState = 0; in TREEVIEW_SendCustomDrawItemNotify()
659 uItemState |= CDIS_SELECTED; in TREEVIEW_SendCustomDrawItemNotify()
661 uItemState |= CDIS_FOCUS; in TREEVIEW_SendCustomDrawItemNotify()
663 uItemState |= CDIS_HOT; in TREEVIEW_SendCustomDrawItemNotify()
670 nmcd->uItemState = uItemState; in TREEVIEW_SendCustomDrawItemNotify()
676 nmcd->uItemState, nmcd->lItemlParam); in TREEVIEW_SendCustomDrawItemNotify()
H A Dtrackbar.c964 nmcd.uItemState = CDIS_DEFAULT;
979 nmcd.uItemState = CDIS_DEFAULT;
994 nmcd.uItemState = infoPtr->flags & TB_DRAG_MODE ? CDIS_HOT : CDIS_DEFAULT;
H A Dheader.c402 nmcd.uItemState = phdi->bDown ? CDIS_SELECTED : 0; in HEADER_DrawItem()
909 nm.uItemState = 0; in HEADER_SendCtrlCustomDraw()
H A Dcomctl32_ros.diff1869 UINT state = tbcd->nmcd.uItemState;
1916 if (tbcd->nmcd.uItemState & (CDIS_DISABLED | CDIS_INDETERMINATE))
1940 else if (tbcd->nmcd.uItemState & CDIS_CHECKED ||
H A Drebar.c584 nmcd.uItemState = 0; in REBAR_DrawBand()
693 nmcd.uItemState = 0; in REBAR_DrawBand()
H A Dlistview.c1040 if (lplvItem->state & LVIS_SELECTED) lpnmlvcd->nmcd.uItemState |= CDIS_SELECTED; in customdraw_fill()
1041 if (lplvItem->state & LVIS_FOCUSED) lpnmlvcd->nmcd.uItemState |= CDIS_FOCUS; in customdraw_fill()
1042 if (lplvItem->iItem == infoPtr->nHotItem) lpnmlvcd->nmcd.uItemState |= CDIS_HOT; in customdraw_fill()
1067 if (lpnmlvcd->nmcd.uItemState & CDIS_SELECTED) in prepaint_setup()
/reactos/dll/win32/shell32/shellmenu/
H A DCMenuToolbars.cpp185 cdraw->nmcd.uItemState &= ~(CDIS_HOT | CDIS_CHECKED); in OnCustomDraw()
190 cdraw->nmcd.uItemState |= CDIS_HOT; in OnCustomDraw()
220 cdraw->nmcd.uItemState &= ~CDIS_HOT; in OnCustomDraw()
225 cdraw->nmcd.uItemState |= CDIS_HOT; in OnCustomDraw()
/reactos/base/applications/mspaint/
H A Dtoolsettings.cpp332 pCustomDraw->uItemState &= ~CDIS_FOCUS; // Do not draw the focus in OnNotify()
/reactos/dll/win32/shell32/dialogs/
H A Dview.cpp753 if (!(nmcd.uItemState & CDIS_SELECTED)) // not selected in ViewDlg_OnTreeCustomDraw()
/reactos/base/shell/explorer/
H A Dtaskswnd.cpp1716 if (nmtbcd->nmcd.uItemState & CDIS_MARKED) in HandleItemPaint()
/reactos/modules/rostests/winetests/comctl32/
H A Dbutton.c220 UINT state = cd->uItemState & ~CDIS_SHOWKEYBOARDCUES; in test_parent_wndproc()
H A Dlistview.c1920 BOOL is_selected = !!(nmlvcd->nmcd.uItemState & CDIS_SELECTED); in cd_wndproc()
/reactos/sdk/include/psdk/
H A Dcommctrl.h308 UINT uItemState; member
H A Dshobjidl.idl3418 UINT uItemState;