]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/timer.h
Document wxWindow::DoCentre() and wxCENTRE_ON_SCREEN flag.
[wxWidgets.git] / interface / wx / timer.h
index 4b7d1fbb177b86185861679e77ed78986fe0c100..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();