]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/timer.tex
documented wxDateSpan
[wxWidgets.git] / docs / latex / wx / timer.tex
index 7830183b5db1d3bd66c660cd9657cd92a838e4d2..262e8332fc007d0d7509dfda44528db262e4cde8 100644 (file)
@@ -20,6 +20,8 @@ In any case, you must start the timer with \helpref{Start}{wxtimerstart}
 after constructing it before it actually starts sending notifications. It can
 be stopped later with \helpref{Stop}{wxtimerstop}.
 
+{\bf NB:} note that timer can only be used from the main thread currently.
+
 \wxheading{Derived from}
 
 \helpref{wxObject}{wxobject}