]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/window.tex
Added possibility of 2-step initialisation, and wxWIZARD_EX_HELPBUTTON style.
[wxWidgets.git] / docs / latex / wx / window.tex
index 43697c7b0f92034f1f13662efd9de4b476575133..4332f54142ff33dd3b18b6479faec66660e775eb 100644 (file)
@@ -1807,12 +1807,21 @@ implements the following methods:\par
 
 \membersection{wxWindow::ScrollLines}\label{wxwindowscrolllines}
 
 
 \membersection{wxWindow::ScrollLines}\label{wxwindowscrolllines}
 
-\func{virtual void}{ScrollLines}{\param{int }{lines}}
+\func{virtual bool}{ScrollLines}{\param{int }{lines}}
 
 Scrolls the window by the given number of lines down (if {\it lines} is
 positive) or up.
 
 
 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{Return value}
+
+Returns {\tt TRUE} if the window was scrolled, {\tt FALSE} if it was already
+on top/bottom and nothing was done.
+
+\wxheading{Remarks}
+
+This function is currently only implemented under MSW and wxTextCtrl under
+wxGTK (it also works for wxScrolledWindow derived classes under all
+platforms).
 
 \wxheading{See also}
 
 
 \wxheading{See also}
 
@@ -1820,12 +1829,21 @@ This function is currently only implemented under MSW.
 
 \membersection{wxWindow::ScrollPages}\label{wxwindowscrollpages}
 
 
 \membersection{wxWindow::ScrollPages}\label{wxwindowscrollpages}
 
-\func{virtual void}{ScrollPages}{\param{int }{pages}}
+\func{virtual bool}{ScrollPages}{\param{int }{pages}}
 
 Scrolls the window by the given number of pages down (if {\it pages} is
 positive) or up.
 
 
 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{Return value}
+
+Returns {\tt TRUE} if the window was scrolled, {\tt FALSE} if it was already
+on top/bottom and nothing was done.
+
+\wxheading{Remarks}
+
+This function is currently only implemented under MSW and wxTextCtrl under
+wxGTK (it also works for wxScrolledWindow derived classes under all
+platforms).
 
 \wxheading{See also}
 
 
 \wxheading{See also}