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


17.6.1 Adding Spinner Objects

To add a spinner to a form use

FL_OBJECT *fl_add_spinner(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 on the left of the spinner object.