]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/timer.tex
Navigate corrections
[wxWidgets.git] / docs / latex / wx / timer.tex
index 88ecf4940b22fcea09270c3cf0fe5ccc9d6943a7..fc15f167a7161bc20ca291dcf3387cf66ca079b0 100644 (file)
@@ -106,14 +106,14 @@ the previous value is used. Returns {\tt false} if the timer could not be starte
 If {\it oneShot}\/ is {\tt false} (the default), the \helpref{Notify}{wxtimernotify} 
 function will be called repeatedly until the timer is stopped. If {\tt true},
 it will be called only once and the timer will stop automatically. To make your
-code more readable you may also use the following symbolic constants
-\twocolwidtha{5cm}%
+code more readable you may also use the following symbolic constants:
+
+\twocolwidtha{5cm}
 \begin{twocollist}\itemsep=0pt
 \twocolitem{wxTIMER\_CONTINUOUS}{Start a normal, continuously running, timer}
 \twocolitem{wxTIMER\_ONE\_SHOT}{Start a one shot timer}
 \end{twocollist}
 
-
 If the timer was already running, it will be stopped by this method before
 restarting it.