fixed OnFrameClose() return type

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27722 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2004-06-09 23:48:17 +00:00
parent 8a79319461
commit 5ac9433d0a

View File

@@ -727,7 +727,7 @@ any extra initializations.
\membersection{wxLogWindow::OnFrameClose}\label{wxlogwindowonframeclose}
\func{virtual void}{OnFrameClose}{\param{wxFrame }{*frame}}
\func{virtual bool}{OnFrameClose}{\param{wxFrame }{*frame}}
Called if the user closes the window interactively, will not be
called if it is destroyed for another reason (such as when program