]> git.saurik.com Git - wxWidgets.git/commitdiff
tried to make wxCloseEvent docs more clear too
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 17 Jan 2003 11:58:40 +0000 (11:58 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 17 Jan 2003 11:58:40 +0000 (11:58 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18788 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/closeevt.tex

index 6ea5728e48def6ada1a00034a568f271390655e3..ee993ebcc2cbef8e68e6824a033a8a5317bebd56 100644 (file)
@@ -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},