28 #define FL_NORMAL_TIMER 0 29 #define FL_VALUE_TIMER 1 30 #define FL_HIDDEN_TIMER 2 40 static void stepcb(
void *);
44 long lastsec,lastusec;
53 double value()
const {
return delay>0.0?delay:0.0;}
68 void suspended(
char d);
void direction(char d)
Gets or sets the direction of the timer.
Definition: Fl_Timer.H:65
char direction() const
Gets or sets the direction of the timer.
Definition: Fl_Timer.H:59
char suspended() const
Gets or sets whether the timer is suspended.
Definition: Fl_Timer.H:67
double value() const
See void Fl_Timer::value(double)
Definition: Fl_Timer.H:53
unsigned char uchar
unsigned char
Definition: fl_types.h:28
This is provided only to emulate the Forms Timer widget.
Definition: Fl_Timer.H:39