From a721b4ad00eb6bfa5483d62ed2461f15ca94a407 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Tue, 15 Jan 2002 02:17:19 +0000 Subject: Doco and makefile updates from SGI. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1934 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/Fl_Timer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation/Fl_Timer.html') diff --git a/documentation/Fl_Timer.html b/documentation/Fl_Timer.html index 489f73d38..725036634 100644 --- a/documentation/Fl_Timer.html +++ b/documentation/Fl_Timer.html @@ -20,7 +20,7 @@ This is provided only to emulate the Forms Timer widget. It works by making a timeout callback every 1/5 second. This is wasteful and inaccurate if you just want something to happen a fixed time in the -future. You should directly call +future. You should directly call Fl::add_timeout() instead.

Methods