From 649a48a216a3f373344826253ba43819555a60ee Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 17 Jan 2003 11:58:40 +0000 Subject: [PATCH] tried to make wxCloseEvent docs more clear too git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18788 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/closeevt.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/latex/wx/closeevt.tex b/docs/latex/wx/closeevt.tex index 6ea5728e48..ee993ebcc2 100644 --- a/docs/latex/wx/closeevt.tex +++ b/docs/latex/wx/closeevt.tex @@ -3,9 +3,9 @@ This event class contains information about window and session close events. The handler function for EVT\_CLOSE is called when the user has tried to close a a frame -or dialog box using the window manager (X) or system menu (Windows). It is -called via the \helpref{wxWindow::Close}{wxwindowclose} function, so -that the application can also invoke the handler programmatically. +or dialog box using the window manager (X) or system menu (Windows). It can +also be invoked by the application itself programmatically, for example by +calling the \helpref{wxWindow::Close}{wxwindowclose} function. You should check whether the application is forcing the deletion of the window using \helpref{wxCloseEvent::CanVeto}{wxcloseeventcanveto}. If this is {\tt FALSE}, -- 2.45.2