Searched refs:FWL_STYLEEXT_LTB_ShowScrollBarFocus (Results 1 – 3 of 3) sorted by relevance
523 if ((m_pProperties->m_dwStyleExes & FWL_STYLEEXT_LTB_ShowScrollBarFocus) == in CalcSize()555 if ((m_pProperties->m_dwStyleExes & FWL_STYLEEXT_LTB_ShowScrollBarFocus) == in CalcSize()647 FWL_STYLEEXT_LTB_ShowScrollBarFocus) || in IsShowScrollBar()716 if (GetStylesEx() & FWL_STYLEEXT_LTB_ShowScrollBarFocus) { in OnFocusChanged()
25 #define FWL_STYLEEXT_LTB_ShowScrollBarFocus (1L << 10) macro
60 uint32_t dwExtendedStyle = FWL_STYLEEXT_LTB_ShowScrollBarFocus; in LoadWidget()