X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3980000ca63a479b7b30ca93c07edbf12e4a51b7..03cf4aa61da039f4331bfc788cc07850a50a0df5:/docs/latex/wx/scrolbar.tex diff --git a/docs/latex/wx/scrolbar.tex b/docs/latex/wx/scrolbar.tex index fc07f50877..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}. @@ -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.