• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/

Lines Matching refs:m_hScrollBar

1041     m_hScrollBar = NULL ;
1205 if ( m_hScrollBar )
1206 m_hScrollBar->Raise() ;
1827 if (m_hScrollBar && m_hScrollBar->IsShown() )
1828 hh -= m_hScrollBar->GetSize().y ;
2580 if ( m_hScrollBar )
2581 return m_hScrollBar->GetThumbPosition() ;
2598 if ( m_hScrollBar )
2599 return m_hScrollBar->GetRange() ;
2614 if ( m_hScrollBar )
2615 return m_hScrollBar->GetThumbSize() ;
2630 if ( m_hScrollBar )
2631 m_hScrollBar->SetThumbPosition( pos ) ;
2660 int size = m_hScrollBar ? m_hScrollBar->GetSize().y : ( m_vScrollBar ? m_vScrollBar->GetSize().x : MAC_SCROLLBAR_SIZE ) ;
2727 int variant = (m_hScrollBar == NULL ? m_vScrollBar : m_hScrollBar ) ->GetWindowVariant();
2728 int size = m_hScrollBar ? m_hScrollBar->GetSize().y : ( m_vScrollBar ? m_vScrollBar->GetSize().x : MAC_SCROLLBAR_SIZE ) ;
2773 if ( child == m_hScrollBar )
2774 m_hScrollBar = NULL ;
2790 if ( m_hScrollBar )
2793 if ( m_hScrollBar->IsShown() != showScroller )
2795 m_hScrollBar->Show( showScroller );
2799 m_hScrollBar->SetScrollbar( pos , thumbVisible , range , thumbVisible , refresh ) ;
2883 if (child == m_hScrollBar)
2905 if ( event.GetEventObject() == m_vScrollBar || event.GetEventObject() == m_hScrollBar )
3281 if (child == m_hScrollBar)
3357 if ( m_hScrollBar == NULL && m_vScrollBar == NULL )
3360 if ( ( m_hScrollBar && m_hScrollBar->IsShown() )
3411 wxASSERT_MSG( m_vScrollBar == NULL && m_hScrollBar == NULL , wxT("attempt to create window twice") ) ;
3439 m_hScrollBar = new wxScrollBar((wxWindow*)this, wxID_ANY, hPoint, hSize , wxHORIZONTAL);
3440 m_hScrollBar->SetMinSize( wxDefaultSize );
3451 bool result = ((child == NULL) || ((child != m_hScrollBar) && (child != m_vScrollBar)));
3458 if ( !m_hScrollBar && !m_vScrollBar )
3461 int scrlsize = m_hScrollBar ? m_hScrollBar->GetSize().y : ( m_vScrollBar ? m_vScrollBar->GetSize().x : MAC_SCROLLBAR_SIZE ) ;
3522 if ( m_hScrollBar )
3523 m_hScrollBar->SetSize( hPoint.x , hPoint.y, hSize.x, hSize.y, wxSIZE_ALLOW_MINUS_ONE );