X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/08f1d4387331d652b8297e6a4aef782b921bad5e..2b147f2e19c90ea74a4f96260ef8954a9bfbe2f1:/docs/latex/wx/scrolwin.tex diff --git a/docs/latex/wx/scrolwin.tex b/docs/latex/wx/scrolwin.tex index 96106f3ae0..0148c15567 100644 --- a/docs/latex/wx/scrolwin.tex +++ b/docs/latex/wx/scrolwin.tex @@ -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}. -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 @@ -80,6 +80,10 @@ area), the child window will report a position of (10,-90). +\wxheading{Library} + +\helpref{wxCore}{librarieslist} + \wxheading{Window styles} \twocolwidtha{5cm} @@ -207,7 +211,7 @@ 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 @@ -372,7 +376,7 @@ yourself. \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