X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4d5a0f67c6f127ad08548494cdddc5c89bb27194..f080251d92086deb8444531148ade820e5749de2:/docs/latex/wx/idleevt.tex diff --git a/docs/latex/wx/idleevt.tex b/docs/latex/wx/idleevt.tex index 0c75c7af25..5ba984e481 100644 --- a/docs/latex/wx/idleevt.tex +++ b/docs/latex/wx/idleevt.tex @@ -27,8 +27,6 @@ Idle events can be caught by the wxApp class, or by top-level window classes. \wxheading{See also} -%% GD: OnXXX functions are not documented -%%\helpref{wxApp::OnIdle}{wxapponidle}, \helpref{Event handling overview}{eventhandlingoverview} \latexignore{\rtfignore{\wxheading{Members}}} @@ -41,7 +39,7 @@ Constructor. \membersection{wxIdleEvent::RequestMore}\label{wxidleeventrequestmore} -\func{void}{RequestMore}{\param{bool}{ needMore = TRUE}} +\func{void}{RequestMore}{\param{bool}{ needMore = true}} Tells wxWindows that more processing is required. This function can be called by an OnIdle handler for a window or window event handler to indicate that wxApp::OnIdle should @@ -52,18 +50,14 @@ new event is posted to the application by the windowing system. \wxheading{See also} \helpref{wxIdleEvent::MoreRequested}{wxidleeventmorerequested} -%% GD: OnXXX functions are not documented -%%\helpref{wxApp::OnIdle}{wxapponidle} \membersection{wxIdleEvent::MoreRequested}\label{wxidleeventmorerequested} \constfunc{bool}{MoreRequested}{\void} -Returns TRUE if the OnIdle function processing this event requested more processing time. +Returns true if the OnIdle function processing this event requested more processing time. \wxheading{See also} \helpref{wxIdleEvent::RequestMore}{wxidleeventrequestmore} -%% GD: OnXXX functions are not documented -%%\helpref{wxApp::OnIdle}{wxapponidle}