]> git.saurik.com Git - wxWidgets.git/commitdiff
fixed return value of Disable() (bug 795630)
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 30 Aug 2003 20:56:47 +0000 (20:56 +0000)
committerVadim 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

index 39ca2729283e89c2416533dff1d18413853ee07f..1087970e5bc41eef00cd5fc4cb5521bd788be4f8 100644 (file)
@@ -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}.