Searched refs:FWL_ITEMSTATE_LTB_Focused (Results 1 – 2 of 2) sorted by relevance
284 if (pItem->GetStates() & FWL_ITEMSTATE_LTB_Focused) in GetFocusedItem()297 dwStyle &= ~FWL_ITEMSTATE_LTB_Focused; in SetFocusItem()302 dwStyle |= FWL_ITEMSTATE_LTB_Focused; in SetFocusItem()425 dwItemStyles & FWL_ITEMSTATE_LTB_Focused) { in DrawItem()
27 #define FWL_ITEMSTATE_LTB_Focused (1L << 1) macro