From ee43155a4bedc6f9e2eafd2e2af00b85e92ad2be Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Fri, 28 Nov 2025 00:55:48 +0100 Subject: Add method to list running timeouts (#1306). \see Fl::timeout_list(); --- src/Fl_Timeout.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Fl_Timeout.h') diff --git a/src/Fl_Timeout.h b/src/Fl_Timeout.h index 9d9cc2337..279935a71 100644 --- a/src/Fl_Timeout.h +++ b/src/Fl_Timeout.h @@ -109,6 +109,7 @@ public: static void repeat_timeout(double time, Fl_Timeout_Handler cb, void *data); static void remove_timeout(Fl_Timeout_Handler cb, void *data); static int remove_next_timeout(Fl_Timeout_Handler cb, void *data = NULL, void **data_return = NULL); + static std::vector timeout_list(); // Elapse timeouts, i.e. calculate new delay time of all timers. // This does not call the timer callbacks. -- cgit v1.2.3