X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4c39aa3a6582f06a4aae8023ad1c2c862b1ab35d..42bf070c7e17428344b476fdb500ab85f0b753df:/docs/latex/wx/app.tex diff --git a/docs/latex/wx/app.tex b/docs/latex/wx/app.tex index 3691e53d1c..37214ede08 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} @@ -534,14 +523,13 @@ Returns true if unprocessed events are in the window system event queue. \membersection{wxApp::SendIdleEvents}\label{wxappsendidleevents} -\func{bool}{SendIdleEvents}{\void} - -Sends idle events to all top-level windows. - -\func{bool}{SendIdleEvents}{\param{wxWindow*}{ win}} +\func{bool}{SendIdleEvents}{\param{wxWindow*}{ win}, \param{wxIdleEvent\& }{event}} Sends idle events to a window and its children. +Please note that this function is internal to wxWindows and shouldn't be used +by user code. + \wxheading{Remarks} These functions poll the top-level windows, and their children, for idle event processing. @@ -549,8 +537,6 @@ If true is returned, more OnIdle processing is requested by one or more window. \wxheading{See also} -%% GD: OnXXX functions are not documented -%%\helpref{wxApp::OnIdle}{wxapponidle} \helpref{wxIdleEvent}{wxidleevent}