projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75d9e50
)
Remove const bool
author
Robert Roebling
<robert@roebling.de>
Sat, 23 Jun 2007 17:10:25 +0000
(17:10 +0000)
committer
Robert Roebling
<robert@roebling.de>
Sat, 23 Jun 2007 17:10:25 +0000
(17:10 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46673
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
docs/latex/wx/scrolbar.tex
patch
|
blob
|
blame
|
history
diff --git
a/docs/latex/wx/scrolbar.tex
b/docs/latex/wx/scrolbar.tex
index fc07f50877f07bda6267d820fec29f20abc9e93e..b6de3b5461d0cd852e509b1186733fd4369781bc 100644
(file)
--- a/
docs/latex/wx/scrolbar.tex
+++ b/
docs/latex/wx/scrolbar.tex
@@
-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.