Searched refs:Scroll (Results 1 - 25 of 30) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk1/
H A Dscrolwin.h30 virtual void Scroll(int x, int y);
42 // and this does the same for Scroll()
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Dscrolwin.h30 virtual void Scroll(int x, int y);
62 // and this does the same for Scroll()
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dscrolbar.cpp69 wxEVENT_RANGE_PROPERTY( Scroll , wxEVT_SCROLL_TOP , wxEVT_SCROLL_ENDSCROLL , wxScrollEvent )
H A Dslider.cpp79 wxEVENT_RANGE_PROPERTY( Scroll , wxEVT_SCROLL_TOP , wxEVT_SCROLL_ENDSCROLL , wxScrollEvent )
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
H A DSchedGui.py178 self.scroll.Scroll(x + 1, y)
180 self.scroll.Scroll(x - 1, y)
182 self.scroll.Scroll(x, y + 1)
184 self.scroll.Scroll(x, y - 1)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dscrlwing.cpp906 * Scroll to given position (scroll position, not pixel position)
908 void wxScrollHelper::Scroll( int x_pos, int y_pos ) function in class:wxScrollHelper
1148 Scroll(-1, (dsty == -1) ? 0 : dsty);
1152 Scroll(-1, sty + (5 * cliy / 6));
1156 Scroll(0, event.ControlDown() ? 0 : -1);
1160 Scroll(szx - clix, event.ControlDown() ? szy - cliy : -1);
1164 Scroll(-1, sty - 1);
1168 Scroll(-1, sty + 1);
1172 Scroll(stx - 1, -1);
1176 Scroll(st
[all...]
H A Dlistctrl.cpp3333 Scroll( -1, rect.y / hLine );
3335 Scroll( -1, (rect.y + rect.height - client_h + hLine) / hLine );
3339 // Scroll *before* it actually scrolls the window because of the
3363 Scroll(sx, sy);
3385 Scroll(-1, top + dy / hLine);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dscrolwin.cpp175 void wxScrollHelperNative::Scroll( int x_pos, int y_pos ) function in class:wxScrollHelperNative
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dhvscroll.tex445 Scroll by the specified number of columns which may be positive (to scroll
457 Scroll by the specified number of rows which may be positive (to scroll
473 Scroll by the specified number of rows and columns which may be positive (to
489 Scroll by the specified number of column pages, which may be positive (to
497 Scroll by the specified number of row pages and column pages, both of which may
510 Scroll by the specified number of row pages, which may be positive (to scroll
522 Scroll to the specified column. The specified column will be the first visible
532 Scroll to the specified row. The specified column will be the first visible row
542 Scroll to the specified row and column. The cell described will be the top left
H A Dvscroll.tex260 Scroll by the specified number of lines which may be positive (to scroll down)
276 Scroll by the specified number of pages which may be positive (to scroll down)
289 Scroll to the specified line: it will become the first visible line in
H A Dscrolwin.tex383 \membersection{wxScrolledWindow::Scroll}\label{wxscrolledwindowscroll}
385 \func{void}{Scroll}{\param{int}{ x}, \param{int}{ y}}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dscrolwin.cpp172 void wxScrollHelperNative::Scroll( int x_pos, int y_pos ) function in class:wxScrollHelperNative
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/deprecated/
H A Dtbarsmpl.h76 virtual void Scroll(int x_pos, int y_pos);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dscrolbar.cpp69 wxEVENT_RANGE_PROPERTY( Scroll , wxEVT_SCROLL_TOP , wxEVT_SCROLL_CHANGED , wxScrollEvent )
H A Dslider95.cpp107 wxEVENT_RANGE_PROPERTY( Scroll , wxEVT_SCROLL_TOP , wxEVT_SCROLL_CHANGED , wxScrollEvent )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dscrolwin.h65 virtual void Scroll(int x, int y);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dtextctrl.cpp1940 Scroll(0, y);
1975 Scroll(0, y - (yEnd - yStart));
2008 Scroll(x / wChar, y);
2025 Scroll(x2 / wChar, row);
3624 Scroll(x, y);
4586 Scroll(wxDefaultCoord, y);
H A Dlistbox.cpp1061 Scroll(0, n);
1070 Scroll(0, n - (last - first));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dhtmlwin.cpp638 Scroll(-1, y / wxHTML_SCROLL_STEP);
772 Scroll(0, (*m_History)[m_HistoryPos].GetPos());
802 Scroll(0, (*m_History)[m_HistoryPos].GetPos());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/x11/
H A Dtextctrl.cpp1207 Scroll( xx, -1 );
1209 Scroll( xx-size_x+1, -1 );
2265 Scroll( -1, sy );
2270 Scroll( -1, m_cursorY );
2272 Scroll( -1, m_cursorY-size_y+1 );
2279 Scroll( xx, -1 );
2281 Scroll( xx-size_x+1, -1 );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/ole/
H A Dactivex.cpp415 HRESULT STDMETHODCALLTYPE Scroll(SIZE){return S_OK;} function in class:FrameSite
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/scroll/
H A Dscroll.cpp501 Scroll( wxDefaultCoord, y+2 );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/deprecated/
H A Dtbarsmpl.cpp961 * Scroll to given position (scroll position, not pixel position)
963 void wxToolBarSimple::Scroll (int x_pos, int y_pos) function in class:wxToolBarSimple
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/extern/wxWidgets/
H A Dlistctrl.cpp3330 Scroll( -1, rect.y / hLine );
3332 Scroll( -1, (rect.y + rect.height - client_h + hLine) / hLine );
3336 // Scroll *before* it actually scrolls the window because of the
3348 Scroll( (rect.x - 5) / SCROLL_UNIT_X, -1 );
3350 Scroll( (rect.x + rect.width - client_w + SCROLL_UNIT_X) / SCROLL_UNIT_X, -1 );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/richtext/
H A Drichtextctrl.cpp372 Scroll(0,0);
1247 /// Scroll into view, returning true if we scrolled.
2339 Scroll(0,0);

Completed in 390 milliseconds

12