X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a660d684eda27638bca0384b2058911a31c8e845..d5db80c26999bab5ad0ee610aeaa59ffb0e9c1c6:/docs/latex/wx/timer.tex diff --git a/docs/latex/wx/timer.tex b/docs/latex/wx/timer.tex index 6f2094999f..a3d297137c 100644 --- a/docs/latex/wx/timer.tex +++ b/docs/latex/wx/timer.tex @@ -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} + + + \wxheading{See also} \helpref{::wxStartTimer}{wxstarttimer}, \helpref{::wxGetElapsedTime}{wxgetelapsedtime}