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);
char suspended() const
Gets or sets whether the timer is suspended.
Definition Fl_Timer.H:67
void value(double)
Sets the current timer value.
Definition forms_timer.cxx:127
double value() const
See void Fl_Timer::value(double)
Definition Fl_Timer.H:53
Fl_Timer(uchar t, int x, int y, int w, int h, const char *l)
Creates a new Fl_Timer widget using the given type, position, size, and label string.
Definition forms_timer.cxx:114
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
#define FL_OVERRIDE
This macro makes it safe to use the C++11 keyword override with older compilers.
Definition fl_attr.h:46
unsigned char uchar
unsigned char
Definition fl_types.h:30