From: Vadim Zeitlin Date: Sat, 30 Aug 2003 20:56:47 +0000 (+0000) Subject: fixed return value of Disable() (bug 795630) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/c222be41e7169ab0c60f94ab250170f556339ce5 fixed return value of Disable() (bug 795630) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23309 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/window.tex b/docs/latex/wx/window.tex index 39ca272928..1087970e5b 100644 --- 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}.