X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/567f21d2cd0a33e16ee08796e2b0e776b51db1bf..17240438f23372d6acb9c0d6bd7955a068e88acd:/docs/latex/wx/idleevt.tex diff --git a/docs/latex/wx/idleevt.tex b/docs/latex/wx/idleevt.tex index edba768343..5ba984e481 100644 --- a/docs/latex/wx/idleevt.tex +++ b/docs/latex/wx/idleevt.tex @@ -39,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 @@ -55,7 +55,7 @@ new event is posted to the application by the windowing system. \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}