Searched refs:noPages (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/richtext/
H A Drichtextctrl.h522 virtual bool PageUp(int noPages = 1, int flags = 0);
525 virtual bool PageDown(int noPages = 1, int flags = 0);
528 virtual bool WordLeft(int noPages = 1, int flags = 0);
531 virtual bool WordRight(int noPages = 1, int flags = 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/richtext/
H A Drichtextctrl.cpp1783 /// Move noPages pages up
1784 bool wxRichTextCtrl::PageUp(int noPages, int flags) argument
1786 return PageDown(- noPages, flags);
1789 /// Move noPages pages down
1790 bool wxRichTextCtrl::PageDown(int noPages, int flags) argument
1792 // Calculate which line occurs noPages * screen height further down.
1797 int newY = line->GetAbsolutePosition().y + noPages*clientSize.y;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Drichtextctrl.tex1196 \func{bool}{PageDown}{\param{int }{noPages = 1}, \param{int }{flags = 0}}
1202 \func{bool}{PageUp}{\param{int }{noPages = 1}, \param{int }{flags = 0}}

Completed in 122 milliseconds