fixed return value of Disable() (bug 795630)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23309 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2003-08-30 20:56:47 +00:00
parent f877815e1b
commit c222be41e7

View 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}.