X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/aad65f130d9cb77d0e9f2b7b580c54712386f77a..0b0625e9225826b488e30f48607b45864208f6cd:/docs/latex/wx/app.tex?ds=sidebyside diff --git a/docs/latex/wx/app.tex b/docs/latex/wx/app.tex index f082563254..ce7e8e44ca 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}} @@ -625,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. -