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


21.1.1 Adding Timer Objects

To add a timer to a form you use the routine

FL_OBJECT *fl_add_timer(int type, FL_Coord x, FL_Coord y,
                        FL_Coord w, FL_Coord h, const char *label);

The meaning of the parameters is as usual.