Searched refs:m_aScrollForward (Results 1 – 1 of 1) sorted by relevance
378 m_aScrollForward.Enable( m_nScrollPosition < m_aItems.size() - 1 ); in UpdateScrollButtons()425 PushButton m_aScrollForward; member in svt::PanelTabBar_Impl503 ,m_aScrollForward( &i_rTabBar, WB_BEVELBUTTON ) in PanelTabBar_Impl()529 m_aScrollForward.SetSymbol( IsVertical() ? SYMBOL_ARROW_DOWN : SYMBOL_ARROW_RIGHT ); in PanelTabBar_Impl()530 m_aScrollForward.Show(); in PanelTabBar_Impl()531 m_aScrollForward.SetClickHdl( LINK( this, PanelTabBar_Impl, OnScroll ) ); in PanelTabBar_Impl()533 m_aScrollForward.SetAccessibleName( m_aScrollForward.GetAccessibleDescription() ); in PanelTabBar_Impl()849 m_aScrollForward.Hide(); in Relayout()855 m_aScrollForward.Show(); in Relayout()925 else if ( i_pButton == &m_aScrollForward ) in IMPL_LINK()[all …]
Completed in 19 milliseconds