X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4c39aa3a6582f06a4aae8023ad1c2c862b1ab35d..6f63704ff4db9da6976547a1378d7e85b966eea7:/docs/latex/wx/app.tex diff --git a/docs/latex/wx/app.tex b/docs/latex/wx/app.tex index 3691e53d1c..82d7d17f37 100644 --- a/docs/latex/wx/app.tex +++ b/docs/latex/wx/app.tex @@ -196,17 +196,6 @@ You should normally exit the main loop (and the application) by deleting the top window. -\membersection{wxApp::Initialized}\label{wxappinitialized} - -\func{bool}{Initialized}{\void} - -Returns true if the application has been initialized (i.e. if\rtfsp -\helpref{wxApp::OnInit}{wxapponinit} has returned successfully). This can be useful for error -message routines to determine which method of output is best for the -current state of the program (some windowing systems may not like -dialogs to pop up before the main loop has been entered). - - \membersection{wxApp::MainLoop}\label{wxappmainloop} \func{int}{MainLoop}{\void} @@ -484,7 +473,7 @@ the last frame has been deleted and is the default). -\membersection{wxApp::OnUnhandledException}{wxapponunhandledexception} +\membersection{wxApp::OnUnhandledException}\label{wxapponunhandledexception} \func{virtual void}{OnUnhandledException}{\void}