Home
last modified time | relevance | path

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

/reactos/win32ss/user/ntuser/
H A Ddraw.c717 i= !(uFlags & (DFCS_INACTIVE|DFCS_PUSHED)) ? COLOR_WINDOW : COLOR_BTNFACE; in UITOOLS95_DFC_ButtonCheckRadio()
746 …IntGdiSetTextColor(dc, IntGetSysColor((uFlags & DFCS_INACTIVE) ? COLOR_BTNSHADOW : COLOR_WINDOWTEX… in UITOOLS95_DFC_ButtonCheckRadio()
839 if(uFlags & DFCS_INACTIVE) in UITOOLS95_DrawFrameCaption()
845 …IntGdiSetTextColor(dc, IntGetSysColor((uFlags & DFCS_INACTIVE) ? COLOR_BTNSHADOW : COLOR_BTNTEXT)); in UITOOLS95_DrawFrameCaption()
942 if(uFlags & DFCS_INACTIVE) in UITOOLS95_DrawFrameScroll()
948 …IntGdiSetTextColor(dc, IntGetSysColor((uFlags & DFCS_INACTIVE) ? COLOR_BTNSHADOW : COLOR_BTNTEXT)); in UITOOLS95_DrawFrameScroll()
1013 if (uFlags & DFCS_INACTIVE) in UITOOLS95_DrawFrameMenu()
1020 …IntGdiSetTextColor(dc, IntGetSysColor((uFlags & DFCS_INACTIVE) ? COLOR_BTNSHADOW : COLOR_BTNTEXT)); in UITOOLS95_DrawFrameMenu()
H A Dscrollbar.c1034 ScrollDirFlagLT |= DFCS_INACTIVE; in IntDrawScrollArrows()
1040 ScrollDirFlagRB |= DFCS_INACTIVE; in IntDrawScrollArrows()
H A Dnonclient.c837 ((Style & WS_MINIMIZEBOX) ? 0 : DFCS_INACTIVE)); in UserDrawCaptionButton()
856 ((Style & WS_MAXIMIZEBOX) ? 0 : DFCS_INACTIVE)); in UserDrawCaptionButton()
880 …(MenuState & (MF_GRAYED|MF_DISABLED)) && !(pWnd->pcls->style & CS_NOCLOSE)) ? 0 : DFCS_INACTIVE))); in UserDrawCaptionButton()
H A Dmenu.c1728 flags = DFCS_CAPTIONMIN | DFCS_INACTIVE; in MENU_DrawBitmapItem()
1734 flags = DFCS_CAPTIONCLOSE | DFCS_INACTIVE; in MENU_DrawBitmapItem()
2189 UITOOLS95_DrawFrameMenu(hdc, &rect, (lppop->iTop ? 0 : DFCS_INACTIVE) | DFCS_MENUARROWUP); in MENU_DrawScrollArrows()
2195 Flags = DFCS_INACTIVE; in MENU_DrawScrollArrows()
/reactos/dll/cpl/desk/
H A Ddraw.c282 if (uFlags & DFCS_INACTIVE) in MyDrawFrameCaption()
288 SetTextColor(dc, scheme->crColor[(uFlags & DFCS_INACTIVE) ? COLOR_BTNSHADOW : COLOR_BTNTEXT]); in MyDrawFrameCaption()
353 if (uFlags & DFCS_INACTIVE) in MyDrawFrameScroll()
359 SetTextColor(dc, scheme->crColor[(uFlags & DFCS_INACTIVE) ? COLOR_BTNSHADOW : COLOR_BTNTEXT]); in MyDrawFrameScroll()
/reactos/win32ss/user/user32/windows/
H A Ddraw.c731 if ((uFlags & (DFCS_INACTIVE | DFCS_PUSHED))) in UITOOLS95_DFC_ButtonCheckRadio()
762 … SetTextColor(dc, GetSysColor((uFlags & DFCS_INACTIVE) ? COLOR_BTNSHADOW : COLOR_WINDOWTEXT)); in UITOOLS95_DFC_ButtonCheckRadio()
857 if(uFlags & DFCS_INACTIVE) in UITOOLS95_DrawFrameCaption()
863 SetTextColor(dc, GetSysColor((uFlags & DFCS_INACTIVE) ? COLOR_BTNSHADOW : COLOR_BTNTEXT)); in UITOOLS95_DrawFrameCaption()
960 if(uFlags & DFCS_INACTIVE) in UITOOLS95_DrawFrameScroll()
966 SetTextColor(dc, GetSysColor((uFlags & DFCS_INACTIVE) ? COLOR_BTNSHADOW : COLOR_BTNTEXT)); in UITOOLS95_DrawFrameScroll()
1031 if (uFlags & DFCS_INACTIVE) in UITOOLS95_DrawFrameMenu()
1038 SetTextColor(dc, GetSysColor((uFlags & DFCS_INACTIVE) ? COLOR_BTNSHADOW : COLOR_BTNTEXT)); in UITOOLS95_DrawFrameMenu()
/reactos/dll/win32/shell32/dialogs/
H A Dfolder_options.cpp106 uState |= DFCS_INACTIVE; in CreateCheckImage()
158 uState |= DFCS_INACTIVE; in CreateRadioImage()
/reactos/dll/win32/comctl32/
H A Dupdown.c426 (infoPtr->dwStyle & WS_DISABLED ? DFCS_INACTIVE : 0) ); in UPDOWN_Draw()
438 (infoPtr->dwStyle & WS_DISABLED ? DFCS_INACTIVE : 0) ); in UPDOWN_Draw()
H A Ddatetime.c782 (infoPtr->dwStyle & WS_DISABLED ? DFCS_INACTIVE : 0) ); in DATETIME_Refresh()
H A Dpager.c165 flags |= DFCS_INACTIVE | DFCS_FLAT; in PAGER_DrawButton()
H A Dcombo.c570 buttonState |= DFCS_INACTIVE; in CBPaintButton()
H A Dbutton.c1691 if (style & WS_DISABLED) flags |= DFCS_INACTIVE; in CB_Paint()
H A Dmonthcal.c858 if (infoPtr->dwStyle & WS_DISABLED) style |= DFCS_INACTIVE; in MONTHCAL_PaintButton()
/reactos/modules/rosapps/applications/explorer-old/utility/
H A Dwindow.cpp971 state |= DFCS_INACTIVE; in DrawItem()
1055 style |= DFCS_INACTIVE; in DrawItem()
/reactos/win32ss/user/user32/controls/
H A Dscrollbar.c259 ScrollDirFlagLT |= DFCS_INACTIVE; in IntDrawScrollArrows()
267 ScrollDirFlagRB |= DFCS_INACTIVE; in IntDrawScrollArrows()
H A Dbutton.c1131 if (style & WS_DISABLED) flags |= DFCS_INACTIVE; in CB_Paint()
H A Dcombo.c637 buttonState |= DFCS_INACTIVE; in CBPaintButton()
/reactos/dll/win32/aclui/
H A Dchecklist.c978 … ((Item->State & CIS_ALLOWDISABLED) || !Enabled ? DFCS_INACTIVE : 0) | in PaintControl()
1033 … ((Item->State & CIS_DENYDISABLED) || !Enabled ? DFCS_INACTIVE : 0) | in PaintControl()
/reactos/modules/rosapps/applications/explorer-old/taskbar/
H A Dstartmenu.cpp1389 style |= DFCS_INACTIVE;
/reactos/sdk/include/psdk/
H A Dwinuser.h502 #define DFCS_INACTIVE 256 macro