From: Vadim Zeitlin Date: Wed, 9 Jun 2004 23:48:17 +0000 (+0000) Subject: fixed OnFrameClose() return type X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/5ac9433d0a888f2c5d160537285ea3bd3e57af24 fixed OnFrameClose() return type git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27722 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/log.tex b/docs/latex/wx/log.tex index ec53f6792f..447d73d2f9 100644 --- a/docs/latex/wx/log.tex +++ b/docs/latex/wx/log.tex @@ -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