Home
last modified time | relevance | path

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

/reactos/dll/win32/comctl32/
H A Dcombo.c557 UINT buttonState = DFCS_SCROLLCOMBOBOX; in CBPaintButton() local
567 buttonState |= DFCS_PUSHED; in CBPaintButton()
570 buttonState |= DFCS_INACTIVE; in CBPaintButton()
572 DrawFrameControl(hdc, &lphc->buttonRect, DFC_SCROLL, buttonState); in CBPaintButton()
/reactos/win32ss/user/user32/controls/
H A Dcombo.c627 UINT buttonState = DFCS_SCROLLCOMBOBOX; in CBPaintButton() local
634 buttonState |= DFCS_PUSHED; in CBPaintButton()
637 buttonState |= DFCS_INACTIVE; in CBPaintButton()
639 DrawFrameControl(hdc, &rectButton, DFC_SCROLL, buttonState); in CBPaintButton()