X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b19d9289255427a36c2c71131fd1f1fd22b18800..dba7934c9d1b520ff7b48cd0d80cc52f8be6a052:/docs/latex/wx/timer.tex diff --git a/docs/latex/wx/timer.tex b/docs/latex/wx/timer.tex index c764bb6b38..b1577120f4 100644 --- a/docs/latex/wx/timer.tex +++ b/docs/latex/wx/timer.tex @@ -10,7 +10,7 @@ There are three different ways to use this class: \item You may derive a new class from wxTimer and override the \helpref{Notify}{wxtimernotify} member to perform the required action. \item Or you may redirect the notifications to any -\helpref{wxEvtHandler}{wxevthandler} derived object by using the non default +\helpref{wxEvtHandler}{wxevthandler} derived object by using the non-default constructor or \helpref{SetOwner}{wxtimersetowner}. Then use the {\tt EVT\_TIMER} macro to connect it to the event handler which will receive \helpref{wxTimerEvent}{wxtimerevent} notifications. @@ -29,6 +29,7 @@ be stopped later with \helpref{Stop}{wxtimerstop}. \wxheading{Derived from} \helpref{wxEvtHandler}{wxevthandler} +\helpref{wxObject}{wxobject} \wxheading{Include files}