30 #define FL_NORMAL_TIMER 0 31 #define FL_VALUE_TIMER 1 32 #define FL_HIDDEN_TIMER 2 42 static void stepcb(
void *);
46 long lastsec,lastusec;
55 double value()
const {
return delay>0.0?delay:0.0;}
70 void suspended(
char d);
void direction(char d)
Gets or sets the direction of the timer.
Definition: Fl_Timer.H:67
char direction() const
Gets or sets the direction of the timer.
Definition: Fl_Timer.H:61
char suspended() const
Gets or sets whether the timer is suspended.
Definition: Fl_Timer.H:69
double value() const
See void Fl_Timer::value(double)
Definition: Fl_Timer.H:55
unsigned char uchar
unsigned char
Definition: fl_types.h:30
This is provided only to emulate the Forms Timer widget.
Definition: Fl_Timer.H:41