restored wxWindow::Line/PageUp/Down docs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52727 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1381,16 +1381,6 @@ public:
|
|||||||
*/
|
*/
|
||||||
void Layout();
|
void Layout();
|
||||||
|
|
||||||
/**
|
|
||||||
This is just a wrapper for wxWindow::ScrollLines(1).
|
|
||||||
*/
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
This is just a wrapper for wxWindow::ScrollLines(-1).
|
|
||||||
*/
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Lowers the window to the bottom of the window hierarchy (Z-order).
|
Lowers the window to the bottom of the window hierarchy (Z-order).
|
||||||
|
|
||||||
@@ -1508,13 +1498,24 @@ public:
|
|||||||
virtual void OnInternalIdle();
|
virtual void OnInternalIdle();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
This is just a wrapper for wxWindow::ScrollPages(1).
|
Same as #ScrollLines (-1).
|
||||||
*/
|
*/
|
||||||
|
bool LineUp();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
This is just a wrapper for wxWindow::ScrollPages(-1).
|
Same as #ScrollLines (1).
|
||||||
*/
|
*/
|
||||||
|
bool LineDown();
|
||||||
|
|
||||||
|
/**
|
||||||
|
Same as #ScrollPages (-1).
|
||||||
|
*/
|
||||||
|
bool PageUp();
|
||||||
|
|
||||||
|
/**
|
||||||
|
Same as #ScrollPages (1).
|
||||||
|
*/
|
||||||
|
bool PageDown();
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user