]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/idleevt.tex
fixed typo
[wxWidgets.git] / docs / latex / wx / idleevt.tex
index f38cf33a034ea923ae1ca3f3d1e1f9ce43ce6795..5ba984e4810c14c1b6f6edc6056e00b15ce7b16a 100644 (file)
@@ -27,7 +27,7 @@ Idle events can be caught by the wxApp class, or by top-level window classes.
 
 \wxheading{See also}
 
-\helpref{wxApp::OnIdle}{wxapponidle}, \helpref{Event handling overview}{eventhandlingoverview}
+\helpref{Event handling overview}{eventhandlingoverview}
 
 \latexignore{\rtfignore{\wxheading{Members}}}
 
@@ -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
@@ -49,15 +49,15 @@ new event is posted to the application by the windowing system.
 
 \wxheading{See also}
 
-\helpref{wxIdleEvent::MoreRequested}{wxidleeventmorerequested}, \helpref{wxApp::OnIdle}{wxapponidle}
+\helpref{wxIdleEvent::MoreRequested}{wxidleeventmorerequested}
 
 \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}, \helpref{wxApp::OnIdle}{wxapponidle}
+\helpref{wxIdleEvent::RequestMore}{wxidleeventrequestmore}