30 #define FL_SQUARE_CLOCK 0
31 #define FL_ROUND_CLOCK 1
32 #define FL_ANALOG_CLOCK FL_SQUARE_CLOCK
33 #define FL_DIGITAL_CLOCK FL_SQUARE_CLOCK
35 // fabien: Please keep the horizontal formatting of both images in class desc,
55 int hour_, minute_, second_;
60 void draw(
int X,
int Y,
int W,
int H);
67 void value(
int H,
int m,
int s);
80 int hour()
const {
return hour_;}
117 Fl_Clock(
int X,
int Y,
int W,
int H,
const char *L = 0);
119 Fl_Clock(
uchar t,
int X,
int Y,
int W,
int H,
const char *L);