From 1dfc73b8dccbafe09a7cad67296c83a4f179ad5e Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 27 Aug 2002 19:01:23 +0000 Subject: [PATCH] expanded OnExit() docs (patch 600043) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16820 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/app.tex | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/latex/wx/app.tex b/docs/latex/wx/app.tex index 2a73956ac3..ce7e8e44ca 100644 --- a/docs/latex/wx/app.tex +++ b/docs/latex/wx/app.tex @@ -266,8 +266,10 @@ was used} \func{int}{OnExit}{\void} -Provide this member function for any processing which needs to be done as -the application is about to exit. +Provide this member function for any processing which needs to be +done as the application is about to exit. OnExit is called after +destroying all application windows and controls, but before +wxWindows cleanup. \membersection{wxApp::OnCmdLineError}\label{wxapponcmdlineerror} @@ -631,4 +633,3 @@ Calling Yield() recursively is normally an error and an assert failure is raised in debug build if such situation is detected. However if the the {\it onlyIfNeeded} parameter is {\tt TRUE}, the method will just silently return {\tt FALSE} instead. - -- 2.45.2