Searched refs:FWL_STYLEEXT_LTB_ShowScrollBarFocus (Results 1 – 3 of 3) sorted by relevance
530 if ((m_pProperties->m_dwStyleExes & FWL_STYLEEXT_LTB_ShowScrollBarFocus) == in CalcSize()562 if ((m_pProperties->m_dwStyleExes & FWL_STYLEEXT_LTB_ShowScrollBarFocus) == in CalcSize()653 FWL_STYLEEXT_LTB_ShowScrollBarFocus) || in IsShowScrollBar()720 if (GetStylesEx() & FWL_STYLEEXT_LTB_ShowScrollBarFocus) { in OnFocusChanged()
25 #define FWL_STYLEEXT_LTB_ShowScrollBarFocus (1L << 10) macro
59 uint32_t dwExtendedStyle = FWL_STYLEEXT_LTB_ShowScrollBarFocus; in LoadWidget()