Doc tweaks
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6818 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -240,7 +240,7 @@ If you use this member, you can selectively consume keypress events by calling\r
|
||||
This function may be called if something fatal happens: an unhandled
|
||||
exception under Win32 or a a fatal signal under Unix, for example. However,
|
||||
this will not happen by default: you have to explicitly call
|
||||
\helpref{wxHandleFatalExcetions}{wxhandlefatalexcetions} to enable this.
|
||||
\helpref{wxHandleFatalExceptions}{wxhandlefatalexceptions} to enable this.
|
||||
|
||||
Generally speaking, this function should only show a message to the user and
|
||||
return. You may attempt to save unsaved data but this is not guaranteed to
|
||||
@@ -248,7 +248,7 @@ work and, in fact, probably won't.
|
||||
|
||||
\wxheading{See also}
|
||||
|
||||
\helpref{wxHandleFatalExcetions}{wxhandlefatalexcetions}
|
||||
\helpref{wxHandleFatalExcetions}{wxhandlefatalexceptions}
|
||||
|
||||
\membersection{wxApp::OnIdle}\label{wxapponidle}
|
||||
|
||||
|
@@ -1057,14 +1057,6 @@ 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}
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 9.0 KiB After Width: | Height: | Size: 56 KiB |
@@ -49,7 +49,6 @@ given language: see \helpref{wxLocale}{wxlocale}.
|
||||
See also the GNU gettext documentation linked from {\tt docs/html/index.htm} in
|
||||
your wxWindows distribution.
|
||||
|
||||
See also
|
||||
\helpref{Writing non-English applications.}{nonenglishoverview}
|
||||
See also \helpref{Writing non-English applications}{nonenglishoverview}.
|
||||
It focuses on handling charsets related problems.
|
||||
|
||||
|
Reference in New Issue
Block a user