Next: , Up: Part III Input Objects   [Contents][Index]


18.1 Adding Input Objects

Adding an object To add an input field to a form you use the routine

FL_OBJECT *fl_add_input(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. The label is by default placed in front of the input field.