]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/stopwatch.h
Implement hatched/stippled pens/brushes in wxGraphicsContext for Cairo.
[wxWidgets.git] / interface / wx / stopwatch.h
index 644db85d365a654e3c8c4c1bb6f80522761946b0..d67fa9ab9e3071c2d532c3511e277eb6016e4e9c 100644 (file)
@@ -61,6 +61,10 @@ public:
 
     /**
         (Re)starts the stop watch with a given initial value.
+
+        The stopwatch will always be running after calling Start(), even if
+        Pause() had been called before and even if it had been called multiple
+        times.
     */
     void Start(long milliseconds = 0);