]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/app.tex
OpenWatcom fixes may be backported
[wxWidgets.git] / docs / latex / wx / app.tex
index 2a73956ac3e3a0916938652347cf9f15cf0d7148..080164f33c681ac154d1fa0bdb9d155eca5977d7 100644 (file)
@@ -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}