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