X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f6bcfd974ef26faf6f91a62cac09827e09463fd1..3f93aa54a900d873977d8bdfcc9cededaaa0bee8:/docs/latex/wx/timer.tex?ds=sidebyside diff --git a/docs/latex/wx/timer.tex b/docs/latex/wx/timer.tex index 62ddfb3f1a..97939eb2ba 100644 --- a/docs/latex/wx/timer.tex +++ b/docs/latex/wx/timer.tex @@ -101,6 +101,9 @@ If {\it oneShot} is FALSE (the default), the \helpref{Notify}{wxtimernotify} function will be called repeatedly until the timer is stopped. If TRUE, it will be called only once and the timer will stop automatically. +If the timer was already running, it will be stopped by this method before +restarting it. + \membersection{wxTimer::Stop}\label{wxtimerstop} \func{void}{Stop}{\void}