projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
39456ee
)
More const bool (sigh)
author
Robert Roebling
<robert@roebling.de>
Sat, 23 Jun 2007 17:11:25 +0000
(17:11 +0000)
committer
Robert Roebling
<robert@roebling.de>
Sat, 23 Jun 2007 17:11:25 +0000
(17:11 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46674
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
docs/latex/wx/tglbtn.tex
patch
|
blob
|
blame
|
history
diff --git
a/docs/latex/wx/tglbtn.tex
b/docs/latex/wx/tglbtn.tex
index 78b0413f6a440ae093371eddc30d37d545c56c65..5cccc78726420f64faa7dbccbb2e4ce9f4d7ff00 100644
(file)
--- a/
docs/latex/wx/tglbtn.tex
+++ b/
docs/latex/wx/tglbtn.tex
@@
-111,7
+111,7
@@
Returns {\tt true} if it is pressed, {\tt false} otherwise.
\membersection{wxToggleButton::SetValue}\label{wxtogglebuttonsetvalue}
-\func{void}{SetValue}{\param{
const
bool}{ state}}
+\func{void}{SetValue}{\param{bool}{ state}}
Sets the toggle button to the given state. This does not cause a
{\tt EVT\_TOGGLEBUTTON} event to be emitted.