X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dd435a79ed2c79e20621fbe6b1013a86a9e05fed..156194e1d525407e90c21552f8f7aa05756e0ddc:/docs/latex/wx/app.tex diff --git a/docs/latex/wx/app.tex b/docs/latex/wx/app.tex index 82d7d17f37..37214ede08 100644 --- a/docs/latex/wx/app.tex +++ b/docs/latex/wx/app.tex @@ -523,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. @@ -538,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}