Next: , Up: Clock Object   [Contents][Index]


15.7.1 Adding Clock Objects

To add a clock to a form you use the routine

FL_OBJECT *fl_add_clock(int type, FL_Coord x, FL_Coord y,
                        FL_Coord w, FL_Coord h, char label[])

The meaning of the parameters is as usual. The label is placed below the clock by default.