X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e490e26798196f61e9aa7fd668ed6489b5c203a5..6f63704ff4db9da6976547a1378d7e85b966eea7:/docs/latex/wx/app.tex diff --git a/docs/latex/wx/app.tex b/docs/latex/wx/app.tex index 1137aa6ccd..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}