From 09daf20b81cdae78772f07c0af22a571d7cc73eb Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Thu, 29 Nov 2001 19:24:00 +0000 Subject: Documentation updates galore (up to chapter 7, still need to do chapter 8 and 9, tweek the appendices, and recapture the screenshots...) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1786 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/Fl_Timer.html | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'documentation/Fl_Timer.html') diff --git a/documentation/Fl_Timer.html b/documentation/Fl_Timer.html index 1ae611413..489f73d38 100644 --- a/documentation/Fl_Timer.html +++ b/documentation/Fl_Timer.html @@ -17,11 +17,11 @@

Description

- 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 + 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 -Fl::add_timeout() instead. +Fl::add_timeout() instead.

Methods

-

Fl_Timer::Fl_Timer(uchar type, int x, int +

Fl_Timer::Fl_Timer(uchar type, int x, int y, int w, int h, const char *label = 0)

- Creates a new Fl_Timer widget using the given type, position, -size, and label string. The type parameter can be any of the -following symbolic constants: + Creates a new Fl_Timer widget using the given type, position, +size, and label string. The type parameter can be any of the +following symbolic constants:

virtual Fl_Timer::~Fl_Timer()

- Destroys the timer and removes the timeout. + Destroys the timer and removes the timeout.

char direction() const
void direction(char d)

- Gets or sets the direction of the timer. If the direction is zero -then the timer will count up, otherwise it will count down from the -initial value(). + Gets or sets the direction of the timer. If the direction is zero +then the timer will count up, otherwise it will count down from the +initial value().

char suspended() const
void suspended(char d)

- Gets or sets whether the timer is suspended. + Gets or sets whether the timer is suspended.

float value() const
void value(float)

Gets or sets the current timer value. -- cgit v1.2.3