]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/debugcxt.tex
mention wxLogBuffer
[wxWidgets.git] / docs / latex / wx / debugcxt.tex
index 26d07359b76fd2fbeca6f676672766c0f30238ed..4967c04bdd2b63bf3451389b5084b17a8ac28c85 100644 (file)
@@ -2,7 +2,7 @@
 
 A class for performing various debugging and memory tracing
 operations. Full functionality (such as printing out objects
-currently allocated) is only present in a debugging build of wxWindows,
+currently allocated) is only present in a debugging build of wxWidgets,
 i.e. if the \_\_WXDEBUG\_\_ symbol is defined. wxDebugContext
 and related functions and macros can be compiled out by setting
 wxUSE\_DEBUG\_CONTEXT to 0 is setup.h
@@ -15,6 +15,10 @@ No parent class.
 
 <wx/memory.h>
 
+\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}