Minor doc corrections

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35443 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2005-09-09 14:33:41 +00:00
parent 34b29ae796
commit e7dfcb8ea4
5 changed files with 32 additions and 10 deletions

View File

@@ -97,7 +97,7 @@ id equal to {\it id}\/ specified here.
\membersection{wxTimer::Start}\label{wxtimerstart}
\func{bool}{Start}{\param{int}{milliseconds = -1}, \param{bool }{oneShot = {\tt false}}}
\func{bool}{Start}{\param{int }{milliseconds = -1}, \param{bool }{oneShot = {\tt false}}}
(Re)starts the timer. If {\it milliseconds}\/ parameter is -1 (value by default),
the previous value is used. Returns {\tt false} if the timer could not be started,