39 #define FL_NORMAL_TIMER 0
40 #define FL_VALUE_TIMER 1
41 #define FL_HIDDEN_TIMER 2
51 static void stepcb(
void *);
55 long lastsec,lastusec;
64 double value()
const {
return delay>0.0?delay:0.0;}
79 void suspended(
char d);
void direction(char d)
Gets or sets the direction of the timer.
Definition: Fl_Timer.H:76
char suspended() const
Gets or sets whether the timer is suspended.
Definition: Fl_Timer.H:78
char direction() const
Gets or sets the direction of the timer.
Definition: Fl_Timer.H:70
double value() const
See void Fl_Timer::value(double)
Definition: Fl_Timer.H:64
unsigned char uchar
unsigned char
Definition: fl_types.h:39
This is provided only to emulate the Forms Timer widget.
Definition: Fl_Timer.H:50