Searched refs:m_hScrollBar (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dwindow.cpp107 m_hScrollBar = NULL ;
529 if ( (m_vScrollBar && m_vScrollBar->IsShown()) || (m_hScrollBar && m_hScrollBar->IsShown()) )
554 if (m_hScrollBar && m_hScrollBar->IsShown() )
1040 if ( m_hScrollBar )
1041 return m_hScrollBar->GetThumbPosition() ;
1057 if ( m_hScrollBar )
1058 return m_hScrollBar->GetRange() ;
1072 if ( m_hScrollBar )
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dwindow.cpp1041 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
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Dwindow.h42 , m_hScrollBar(NULL), m_vScrollBar(NULL)
212 { return (m_hScrollBar == sb || m_vScrollBar == sb) ; }
223 wxScrollBar* m_hScrollBar ; member in class:wxWindowMac
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dwindow.cpp200 m_hScrollBar =
387 if (m_hScrollBar)
389 wxDeleteWindowFromTable((Widget) m_hScrollBar);
390 XtUnmanageChild((Widget) m_hScrollBar);
398 if (m_hScrollBar)
399 XtDestroyWidget((Widget) m_hScrollBar);
479 m_hScrollBar = DoCreateScrollBar( m_scrolledWindow, wxHORIZONTAL,
482 wxDoChangeBackgroundColour(m_hScrollBar, backgroundColour, true);
484 XtRealizeWidget( (Widget)m_hScrollBar );
487 XmNhorizontalScrollBar, (Widget) m_hScrollBar,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/motif/
H A Dwindow.h237 { return orient == wxHORIZONTAL ? m_hScrollBar : m_vScrollBar; }
259 WXWidget m_hScrollBar; member in class:wxWindow
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/
H A DScintillaWX.cpp394 if (stc->m_hScrollBar == NULL) { // Use built-in scrollbar
398 stc->m_hScrollBar->SetThumbPosition(xOffset);
442 if (stc->m_hScrollBar == NULL) { // Use built-in scrollbar
455 int sbMax = stc->m_hScrollBar->GetRange();
456 int sbThumb = stc->m_hScrollBar->GetPageSize();
457 int sbPos = stc->m_hScrollBar->GetThumbPosition();
459 stc->m_hScrollBar->SetScrollbar(sbPos, pageWidth, horizEnd, pageWidth);
H A Dstc.cpp176 m_hScrollBar = NULL;
216 m_hScrollBar = bar;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Dwindow.h224 { return ((wxWindow*)m_hScrollBar == sb || (wxWindow*)m_vScrollBar == sb) ; }
304 wxScrollBar* m_hScrollBar ; member in class:wxWindowMac
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/stc/
H A Dstc.h3392 wxScrollBar* m_hScrollBar; member in class:wxStyledTextCtrl

Completed in 305 milliseconds