Home
last modified time | relevance | path

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

/reactos/win32ss/user/user32/controls/
H A Dcombo.c729 if( lphc->wState & CBF_FOCUSED ) in CBPaintText()
756 if ( (lphc->wState & CBF_FOCUSED) && in CBPaintText()
786 if ( (lphc->wState & CBF_FOCUSED) && in CBPaintText()
803 if(lphc->wState & CBF_FOCUSED && in CBPaintText()
972 if( lphc->wState & CBF_FOCUSED ) in CBUpdateEdit()
1163 if( !(lphc->wState & CBF_FOCUSED) ) in COMBO_SetFocus()
1176 lphc->wState |= CBF_FOCUSED; in COMBO_SetFocus()
1187 if( lphc->wState & CBF_FOCUSED ) in COMBO_KillFocus()
1195 lphc->wState &= ~CBF_FOCUSED; in COMBO_KillFocus()
2033 if ( !(lphc->wState & CBF_FOCUSED) ) SetFocus( lphc->self ); in ComboWndProc_common()
[all …]
/reactos/dll/win32/comctl32/
H A Dcombo.c653 if( lphc->wState & CBF_FOCUSED ) in CBPaintText()
680 if ( (lphc->wState & CBF_FOCUSED) && in CBPaintText()
710 if ( (lphc->wState & CBF_FOCUSED) && in CBPaintText()
726 if(lphc->wState & CBF_FOCUSED && !(lphc->wState & CBF_DROPPED)) in CBPaintText()
910 if( lphc->wState & CBF_FOCUSED ) in CBUpdateEdit()
1104 if( !(lphc->wState & CBF_FOCUSED) ) in COMBO_SetFocus()
1117 lphc->wState |= CBF_FOCUSED; in COMBO_SetFocus()
1128 if( lphc->wState & CBF_FOCUSED ) in COMBO_KillFocus()
1136 lphc->wState &= ~CBF_FOCUSED; in COMBO_KillFocus()
1880 if ( !(lphc->wState & CBF_FOCUSED) ) SetFocus( lphc->self ); in COMBO_WindowProc()
[all …]
H A Dcomctl32.h134 CBF_FOCUSED = 0x0010, enumerator
/reactos/win32ss/user/user32/include/
H A Dcontrols.h49 #define CBF_FOCUSED 0x0010 macro