]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/timer.tex
SetTitle method (internal use only) changed to virtual OnSetTitle, added GetOpenedPag...
[wxWidgets.git] / docs / latex / wx / timer.tex
index 6f2094999f4ddeb7be22fc3f94a3edfc2e23ae0a..a3d297137c6198de04ebb697468ff89dcafb9859 100644 (file)
@@ -1,6 +1,6 @@
 \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.
@@ -9,6 +9,10 @@ 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}