minor doc fixes (bug 433229)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10764 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2001-07-02 10:27:07 +00:00
parent 4c05b807a5
commit 6ba68e8852

View File

@@ -387,6 +387,12 @@ to the list of windows pending real deletion.
Destroys all children of a window. Called automatically by the destructor.
\membersection{wxWindow::Disable}\label{wxwindowdisable}
\func{void}{Disable}{\void}
Disables the window, same as \helpref{Enable(FALSE)}{wxwindowenable}.
\membersection{wxWindow::DragAcceptFiles}\label{wxwindowdragacceptfiles}
\func{virtual void}{DragAcceptFiles}{\param{bool}{ accept}}
@@ -408,7 +414,7 @@ Windows only.
\membersection{wxWindow::Enable}\label{wxwindowenable}
\func{virtual void}{Enable}{\param{bool}{ enable}}
\func{virtual void}{Enable}{\param{bool}{ enable = TRUE}}
Enable or disable the window for user input.
@@ -418,7 +424,8 @@ Enable or disable the window for user input.
\wxheading{See also}
\helpref{wxWindow::IsEnabled}{wxwindowisenabled}
\helpref{wxWindow::IsEnabled}{wxwindowisenabled},\rtfsp
\helpref{wxWindow::Disable}{wxwindowdisable}
\membersection{wxWindow::FindFocus}\label{wxwindowfindfocus}