]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/idleevt.tex
removed extra (non existing) Prepend() parameter
[wxWidgets.git] / docs / latex / wx / idleevt.tex
index 8cd51fe63346901fa3b5c2669cb0e2cf06465f46..edba76834322a411c3222da4802e4630841ee45d 100644 (file)
@@ -7,6 +7,10 @@ This class is used for idle events, which are generated when the system is idle.
 \helpref{wxEvent}{wxevent}\\
 \helpref{wxObject}{wxobject}
 
+\wxheading{Include files}
+
+<wx/event.h>
+
 \wxheading{Event table macros}
 
 To process an idle event, use this event handler macro to direct input to a member
@@ -23,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}}}
 
@@ -45,7 +49,7 @@ 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}
 
@@ -55,5 +59,5 @@ Returns TRUE if the OnIdle function processing this event requested more process
 
 \wxheading{See also}
 
-\helpref{wxIdleEvent::RequestMore}{wxidleeventrequestmore}, \helpref{wxApp::OnIdle}{wxapponidle}
+\helpref{wxIdleEvent::RequestMore}{wxidleeventrequestmore}