Searched refs:m_aHScroll (Results 1 – 2 of 2) sorted by relevance
54 ,m_aHScroll( this, WB_HSCROLL|WB_REPEAT|WB_DRAG ) in OScrollWindowHelper()64 impl_initScrollBar( m_aHScroll ); in OScrollWindowHelper()114 m_aHScroll.SetRangeMax( nWidth ); in setTotalSize()160 m_aHScroll.Show( bHVisible ); in ResizeScrollBars()176 …int( (long)aStartWidth + aOffset.X(), aOutPixSz.Height() ),Size( nNewWidth, nScrSize ),m_aHScroll); in ResizeScrollBars()337 if ( m_aHScroll.IsVisible() ) in Notify()338 pHScrBar = &m_aHScroll; in Notify()
58 ScrollBar m_aHScroll; member in rptui::OScrollWindowHelper89 …inline Point getThumbPos() const { return Point(m_aHScroll.GetThumbPos(),m_aVScroll.GetThumbPos(… in getThumbPos()93 inline ScrollBar* GetHScroll() { return &m_aHScroll; } in GetHScroll()
Completed in 13 milliseconds