X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/aad65f130d9cb77d0e9f2b7b580c54712386f77a..1e4709b3305ca02671c86932b2bcf74afb33b54d:/docs/latex/wx/app.tex diff --git a/docs/latex/wx/app.tex b/docs/latex/wx/app.tex index f082563254..080164f33c 100644 --- a/docs/latex/wx/app.tex +++ b/docs/latex/wx/app.tex @@ -137,7 +137,8 @@ otherwise. \wxheading{See also} -\helpref{wxApp::SetExitOnFrameDelete}{wxappsetexitonframedelete} +\helpref{wxApp::SetExitOnFrameDelete}{wxappsetexitonframedelete},\\ +\helpref{wxApp shutdown overview}{wxappshutdownoverview} \membersection{wxApp::GetTopWindow}\label{wxappgettopwindow} @@ -265,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} @@ -550,6 +553,11 @@ top-level frame is deleted. \docparam{flag}{If TRUE (the default), the application will exit when the top-level frame is deleted. If FALSE, the application will continue to run.} +\wxheading{See also} + +\helpref{wxApp::GetExitOnFrameDelete}{wxappgetexitonframedelete},\\ +\helpref{wxApp shutdown overview}{wxappshutdownoverview} + \membersection{wxApp::SetTopWindow}\label{wxappsettopwindow} \func{void}{SetTopWindow}{\param{wxWindow* }{window}}