]> git.saurik.com Git - wxWidgets.git/commitdiff
documented ScrollLines/Pages
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 29 Jul 2001 22:51:06 +0000 (22:51 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 29 Jul 2001 22:51:06 +0000 (22:51 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11211 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/window.tex

index 46a993bf8f22ad1db81323039da2d89bed7b1beb..43697c7b0f92034f1f13662efd9de4b476575133 100644 (file)
@@ -1805,6 +1805,31 @@ implements the following methods:\par
 \end{twocollist}}
 }
 
+\membersection{wxWindow::ScrollLines}\label{wxwindowscrolllines}
+
+\func{virtual void}{ScrollLines}{\param{int }{lines}}
+
+Scrolls the window by the given number of lines down (if {\it lines} is
+positive) or up.
+
+This function is currently only implemented under MSW.
+
+\wxheading{See also}
+
+\helpref{ScrollPages}{wxwindowscrollpages}
+
+\membersection{wxWindow::ScrollPages}\label{wxwindowscrollpages}
+
+\func{virtual void}{ScrollPages}{\param{int }{pages}}
+
+Scrolls the window by the given number of pages down (if {\it pages} is
+positive) or up.
+
+This function is currently only implemented under MSW.
+
+\wxheading{See also}
+
+\helpref{ScrollLines}{wxwindowscrolllines}
 
 \membersection{wxWindow::ScrollWindow}\label{wxwindowscrollwindow}