X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dd56228c02bcb9fe27df56e3e95c2791f1b68a86..d83eeece0ee86a3ad81096d894a560647cef0d3a:/docs/latex/wx/scrolbar.tex diff --git a/docs/latex/wx/scrolbar.tex b/docs/latex/wx/scrolbar.tex index a9fba5aa2a..955134b7bc 100644 --- a/docs/latex/wx/scrolbar.tex +++ b/docs/latex/wx/scrolbar.tex @@ -215,7 +215,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{const bool }{refresh = true}} Sets the scrollbar properties. @@ -231,7 +231,7 @@ Sets the scrollbar properties. the scrollbar will scroll when it is paged up or down. Often it is the same as the thumb size.} -\docparam{refresh}{TRUE to redraw the scrollbar, FALSE otherwise.} +\docparam{refresh}{true to redraw the scrollbar, false otherwise.} \wxheading{Remarks}