\section{\class{wxTimer}}\label{wxtimer}
-The wxTimer object is an abstraction of MS Windows and X toolkit timers. To
+The wxTimer class allows you to execute code at specified intervals. To
use it, derive a new class and override the {\bf Notify} member to
perform the required action. Start with {\bf Start}, stop with {\bf
Stop}, it's as simple as that.
\helpref{wxObject}{wxobject}
+\wxheading{Include files}
+
+<wx/timer.h>
+
\wxheading{See also}
\helpref{::wxStartTimer}{wxstarttimer}, \helpref{::wxGetElapsedTime}{wxgetelapsedtime}