projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f877815
)
fixed return value of Disable() (bug 795630)
author
Vadim Zeitlin
<vadim@wxwidgets.org>
Sat, 30 Aug 2003 20:56:47 +0000
(20:56 +0000)
committer
Vadim Zeitlin
<vadim@wxwidgets.org>
Sat, 30 Aug 2003 20:56:47 +0000
(20:56 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23309
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
docs/latex/wx/window.tex
patch
|
blob
|
blame
|
history
diff --git
a/docs/latex/wx/window.tex
b/docs/latex/wx/window.tex
index 39ca2729283e89c2416533dff1d18413853ee07f..1087970e5bc41eef00cd5fc4cb5521bd788be4f8 100644
(file)
--- a/
docs/latex/wx/window.tex
+++ b/
docs/latex/wx/window.tex
@@
-423,7
+423,7
@@
Destroys all children of a window. Called automatically by the destructor.
\membersection{wxWindow::Disable}\label{wxwindowdisable}
-\func{
void
}{Disable}{\void}
+\func{
bool
}{Disable}{\void}
Disables the window, same as \helpref{Enable({\tt false})}{wxwindowenable}.