Remove const bool

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46673 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2007-06-23 17:10:25 +00:00
parent 75d9e50223
commit 39456ee667

View File

@@ -226,7 +226,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.