Searched refs:wxScrollHelperNative (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk1/
H A Dscrolwin.h19 class WXDLLEXPORT wxScrollHelperNative : public wxScrollHelper class in inherits:wxScrollHelper
23 wxScrollHelperNative(wxWindow *win) : wxScrollHelper(win) { } function in class:wxScrollHelperNative
50 DECLARE_NO_COPY_CLASS(wxScrollHelperNative)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Dscrolwin.h19 class WXDLLEXPORT wxScrollHelperNative : public wxScrollHelper class in inherits:wxScrollHelper
23 wxScrollHelperNative(wxWindow *win) : wxScrollHelper(win) { } function in class:wxScrollHelperNative
69 DECLARE_NO_COPY_CLASS(wxScrollHelperNative)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dscrolwin.cpp39 void wxScrollHelperNative::SetScrollbars(int pixelsPerUnitX, int pixelsPerUnitY,
84 void wxScrollHelperNative::DoAdjustScrollbar(GtkRange* range,
122 void wxScrollHelperNative::AdjustScrollbars()
157 void wxScrollHelperNative::DoScroll(int orient,
175 void wxScrollHelperNative::Scroll( int x_pos, int y_pos )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dscrolwin.cpp39 void wxScrollHelperNative::SetScrollbars(int pixelsPerUnitX, int pixelsPerUnitY,
76 void wxScrollHelperNative::DoAdjustScrollbar(GtkAdjustment *adj,
130 void wxScrollHelperNative::AdjustScrollbars()
144 void wxScrollHelperNative::DoScroll(int orient,
172 void wxScrollHelperNative::Scroll( int x_pos, int y_pos )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dscrolwin.h36 // wxWindow wxScrollHelperNative
257 // include the declaration of wxScrollHelperNative if needed
263 typedef wxScrollHelper wxScrollHelperNative; typedef
271 public wxScrollHelperNative
274 wxScrolledWindow() : wxScrollHelperNative(this) { }
281 : wxScrollHelperNative(this)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Ddataview.h248 public wxScrollHelperNative
251 wxDataViewCtrl() : wxScrollHelperNative(this)
260 : wxScrollHelperNative(this)

Completed in 39 milliseconds