]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/timer.h
Fix links to wxArtClient and wxArtID in the generated documentation.
[wxWidgets.git] / interface / wx / timer.h
index 3960006bee49afe8e88b278071a9567248162c67..997422d447ffab882b869233433fa8e493bba204 100644 (file)
@@ -92,6 +92,10 @@ public:
         used and SetOwner() wasn't called.
 
         Perform whatever action which is to be taken periodically here.
+
+        Notice that throwing exceptions from this method is currently not
+        supported, use event-based timer handling approach if an exception can
+        be thrown while handling timer notifications.
     */
     virtual void Notify();
 
@@ -131,7 +135,8 @@ public:
 /**
     @class wxTimerEvent
 
-    wxTimerEvent object is passed to the event handler of timer events.
+    wxTimerEvent object is passed to the event handler of timer events
+    (see wxTimer::SetOwner).
 
     For example: