X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3051a44a73502c2b03d1618d0a8e94274ee67e16..e4390488750913546698147eace7c878edcd233f:/interface/wx/timer.h diff --git a/interface/wx/timer.h b/interface/wx/timer.h index 4b7d1fbb17..997422d447 100644 --- a/interface/wx/timer.h +++ b/interface/wx/timer.h @@ -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();