X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fc2171bd4c660b8554dae2a1cbf34ff09f3032a6..6e4ae332ac7d85be3592640ffef56a60924cc1c9:/docs/latex/wx/debugcxt.tex diff --git a/docs/latex/wx/debugcxt.tex b/docs/latex/wx/debugcxt.tex index 8093314875..4967c04bdd 100644 --- a/docs/latex/wx/debugcxt.tex +++ b/docs/latex/wx/debugcxt.tex @@ -15,6 +15,10 @@ No parent class. +\wxheading{Library} + +\helpref{wxBase}{librarieslist} + \wxheading{See also} \overview{Overview}{wxdebugcontextoverview} @@ -213,6 +217,15 @@ This is obsolete, replaced by \helpref{wxLog}{wxlog} functionality. \helpref{wxDebugContext::GetLevel}{wxdebugcontextgetlevel} +\membersection{wxDebugContext::SetShutdownNotifyFunction}\label{wxdebugcontextsetshutdownnotifyhook} + +\func{void}{SetShutdownNotifyFunction}{\param{wxShutdownNotifyFunction }{func}} + +Installs a function to be called at the end of wxWidgets shutdown. It will be called after +all files with global instances of wxDebugContextDumpDelayCounter have run their destructors. + +The shutdown function must be take no parameters and return nothing. + \membersection{wxDebugContext::SetStandardError}\label{wxdebugcontextsetstandarderror} \func{bool}{SetStandardError}{\void}