Searched refs:CBF_FOCUSED (Results 1 – 4 of 4) sorted by relevance
729 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 …]
653 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 …]
134 CBF_FOCUSED = 0x0010, enumerator
49 #define CBF_FOCUSED 0x0010 macro