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
<wx/scrolwin.h>
+\wxheading{Library}
+
+\helpref{wxCore}{librarieslist}
+
\wxheading{Window styles}
\twocolwidtha{5cm}
\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
\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