]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/scrolwin.tex
More const bool (sigh)
[wxWidgets.git] / docs / latex / wx / scrolwin.tex
index eb7c3f7e6e4b9d47e88011d0fc5dd6592913bc71..8a930205297a8a7304b71f7e21755201b79a9176 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
@@ -104,7 +104,7 @@ to build your own scroll behaviour.
 \latexignore{\rtfignore{\wxheading{Members}}}
 
 
 \latexignore{\rtfignore{\wxheading{Members}}}
 
 
-\membersection{wxScrolledWindow::wxScrolledWindow}\label{wxscrolledwindowconstr}
+\membersection{wxScrolledWindow::wxScrolledWindow}\label{wxscrolledwindowctor}
 
 \func{}{wxScrolledWindow}{\void}
 
 
 \func{}{wxScrolledWindow}{\void}
 
@@ -139,7 +139,7 @@ Call \helpref{wxScrolledWindow::SetScrollbars}{wxscrolledwindowsetscrollbars} to
 specify how big the virtual window size should be.
 
 
 specify how big the virtual window size should be.
 
 
-\membersection{wxScrolledWindow::\destruct{wxScrolledWindow}}
+\membersection{wxScrolledWindow::\destruct{wxScrolledWindow}}\label{wxscrolledwindowdtor}
 
 \func{}{\destruct{wxScrolledWindow}}{\void}
 
 
 \func{}{\destruct{wxScrolledWindow}}{\void}
 
@@ -201,13 +201,13 @@ parameters and returns xx and yy as a tuple of values.}
 \param{long}{ style = wxHSCROLL \pipe wxVSCROLL}, \param{const wxString\& }{name = ``scrolledWindow"}}
 
 Creates the window for two-step construction. Derived classes
 \param{long}{ style = wxHSCROLL \pipe wxVSCROLL}, \param{const wxString\& }{name = ``scrolledWindow"}}
 
 Creates the window for two-step construction. Derived classes
-should call or replace this function. See \helpref{wxScrolledWindow::wxScrolledWindow}{wxscrolledwindowconstr}\rtfsp
+should call or replace this function. See \helpref{wxScrolledWindow::wxScrolledWindow}{wxscrolledwindowctor}\rtfsp
 for details.
 
 
 \membersection{wxScrolledWindow::EnableScrolling}\label{wxscrolledwindowenablescrolling}
 
 for details.
 
 
 \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
@@ -372,7 +372,7 @@ yourself.
 
 \membersection{wxScrolledWindow::PrepareDC}\label{wxscrolledwindowpreparedc}
 
 
 \membersection{wxScrolledWindow::PrepareDC}\label{wxscrolledwindowpreparedc}
 
-\func{void}{DoPrepareDC}{\param{wxDC\& }{dc}}
+\func{void}{PrepareDC}{\param{wxDC\& }{dc}}
 
 This function is for backwards compatibility only and simply calls 
 \helpref{DoPrepareDC}{wxscrolledwindowdopreparedc} now. Notice that it is 
 
 This function is for backwards compatibility only and simply calls 
 \helpref{DoPrepareDC}{wxscrolledwindowdopreparedc} now. Notice that it is