]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/scrolwin.tex
fix ReceiveTimeout() reference
[wxWidgets.git] / docs / latex / wx / scrolwin.tex
index dd1273f9cecc9ae327f44515d1f84f7f4e1a0cc2..0148c155679267272703976639d1341bb2b2d65e 100644 (file)
@@ -19,7 +19,7 @@ calling either \helpref{wxWindow::SetVirtualSize}{wxwindowsetvirtualsize},
 or \helpref{wxWindow::FitInside}{wxwindowfitinside}, and setting the
 scrolling increments for it by calling 
 \helpref{wxScrolledWindow::SetScrollRate}{wxscrolledwindowsetscrollrate}.
 or \helpref{wxWindow::FitInside}{wxwindowfitinside}, and setting the
 scrolling increments for it by calling 
 \helpref{wxScrolledWindow::SetScrollRate}{wxscrolledwindowsetscrollrate}.
-Scrolling in some orientation is enabled by setting a non zero increment
+Scrolling in some orientation is enabled by setting a non-zero increment
 for it.
 
 The most automatic and newest way is to simply let sizers determine the
 for it.
 
 The most automatic and newest way is to simply let sizers determine the
@@ -80,6 +80,10 @@ area), the child window will report a position of (10,-90).
 
 <wx/scrolwin.h>
 
 
 <wx/scrolwin.h>
 
+\wxheading{Library}
+
+\helpref{wxCore}{librarieslist}
+
 \wxheading{Window styles}
 
 \twocolwidtha{5cm}
 \wxheading{Window styles}
 
 \twocolwidtha{5cm}
@@ -207,7 +211,7 @@ for details.
 
 \membersection{wxScrolledWindow::EnableScrolling}\label{wxscrolledwindowenablescrolling}
 
 
 \membersection{wxScrolledWindow::EnableScrolling}\label{wxscrolledwindowenablescrolling}
 
-\func{void}{EnableScrolling}{\param{const bool}{ xScrolling}, \param{const bool}{ yScrolling}}
+\func{void}{EnableScrolling}{\param{bool}{ xScrolling}, \param{bool}{ yScrolling}}
 
 Enable or disable physical scrolling in the given direction. Physical
 scrolling is the physical transfer of bits up or down the
 
 Enable or disable physical scrolling in the given direction. Physical
 scrolling is the physical transfer of bits up or down the