wxHandleFatalExceptions() added, documented

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6802 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2000-03-17 16:55:34 +00:00
parent 3bfbab1e83
commit a37a5a73c5
7 changed files with 107 additions and 8 deletions

View File

@@ -1057,6 +1057,14 @@ The clipboard must have previously been opened for this call to succeed.
\section{Miscellaneous functions}\label{miscellany}
\membersection{wxHandleFatalExcetions}\label{wxhandlefatalexcetions}
\func{bool}{wxHandleFatalExcetions}{\param{bool }{doIt = TRUE}}
Enables or disables handling of fatal program exceptions. If {\it doIt} is
TRUE, \helpref{wxApp::OnFatalException}{wxapponfatalexception} will be called
before the program crashes. Otherwise, the default behaviour will be restored.
\membersection{::wxNewId}
\func{long}{wxNewId}{\void}