X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/08f1d4387331d652b8297e6a4aef782b921bad5e..42d9ad7949254ed53f89ad6306dcb2a266bfffb3:/docs/latex/wx/scrolbar.tex diff --git a/docs/latex/wx/scrolbar.tex b/docs/latex/wx/scrolbar.tex index cd889c0fae..b4a0ed6907 100644 --- a/docs/latex/wx/scrolbar.tex +++ b/docs/latex/wx/scrolbar.tex @@ -16,6 +16,10 @@ events are received. +\wxheading{Library} + +\helpref{wxCore}{librarieslist} + \wxheading{Remarks} A scrollbar has the following main attributes: {\it range}, {\it thumb size}, {\it page size}, and {\it position}. @@ -75,7 +79,7 @@ Constructor, creating and showing a scrollbar. \wxheading{Parameters} -\docparam{parent}{Parent window. Must not be NULL.} +\docparam{parent}{Parent window. Must be non-NULL.} \docparam{id}{Window identifier. A value of -1 indicates a default value.} @@ -226,7 +230,7 @@ Sets the position of the scrollbar. \func{virtual void}{SetScrollbar}{\param{int }{position},\rtfsp \param{int }{thumbSize}, \param{int }{range},\rtfsp \param{int }{pageSize},\rtfsp -\param{const bool }{refresh = true}} +\param{bool }{refresh = true}} Sets the scrollbar properties.