Searched refs:FWL_ITEMSTATE_LTB_Focused (Results 1 – 3 of 3) sorted by relevance
115 if (hItem->m_dwStates & FWL_ITEMSTATE_LTB_Focused) { in GetFocusItem()124 FWL_ITEMSTATE_LTB_Focused; in SetFocusItem()
29 #define FWL_ITEMSTATE_LTB_Focused (1L << 1) macro
434 if (pData->GetItemStyles(m_pInterface, hItem) & FWL_ITEMSTATE_LTB_Focused) { in GetFocusedItem()447 dwStyle &= ~FWL_ITEMSTATE_LTB_Focused; in SetFocusItem()452 dwStyle |= FWL_ITEMSTATE_LTB_Focused; in SetFocusItem()635 dwItemStyles & FWL_ITEMSTATE_LTB_Focused) { in DrawItem()