]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/stopwtch.tex
Fixed wxToolBar for WinCE so normal bitmaps can be used;
[wxWidgets.git] / docs / latex / wx / stopwtch.tex
index 148993136e27762d5c494672690bc33a19d87903..f80cf86175433917d90f704c8c0e8cf7708fe588 100644 (file)
@@ -25,7 +25,7 @@ use it to measure the time elapsed by some function:
 
 \latexignore{\rtfignore{\wxheading{Members}}}
 
-\membersection{wxStopWatch::wxStopWatch}
+\membersection{wxStopWatch::wxStopWatch}\label{wxstopwatchctor}
 
 \func{}{wxStopWatch}{\void}
 
@@ -55,9 +55,9 @@ Resumes the stop watch which had been paused with
 
 (Re)starts the stop watch with a given initial value.
 
-\membersection{wxStopWatch::Time}
+\membersection{wxStopWatch::Time}\label{wxstopwatchtime}
 
-\func{long}{Time}{\void}\label{wxstopwatchtime}
+\constfunc{long}{Time}{\void}\label{wxstopwatchtime}
 
 Returns the time in milliseconds since the start (or restart) or the last call of 
 \helpref{wxStopWatch::Pause}{wxstopwatchpause}.