X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6787e41e49f25e3bd3c3bf9f21a2a848dc540db3..444cb676b239bd5d87c645c21c800053271cc348:/docs/latex/wx/function.tex diff --git a/docs/latex/wx/function.tex b/docs/latex/wx/function.tex index cba82141e0..3c6f375dd2 100644 --- a/docs/latex/wx/function.tex +++ b/docs/latex/wx/function.tex @@ -1552,7 +1552,13 @@ Under Windows, this returns ``unknown''. \func{bool}{wxHandleFatalExceptions}{\param{bool}{ doIt = TRUE}} -Call this from e.g. \helpref{wxApp::OnFatalException}{wxapponfatalexception}. +If {\it doIt} is TRUE, the fatal exceptions (also known as general protection +faults under Windows or segmentation violations in the Unix world) will be +caught and passed to \helpref{wxApp::OnFatalException}{wxapponfatalexception}. +By default, i.e. before this function is called, they will be handled in the +normal way which usually just means that the application will be terminated. +Calling wxHandleFatalExceptions() with {\it doIt} equal to FALSE will restore +this default behaviour. \membersection{::wxKill}\label{wxkill}