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


17.3.1 Adding Dial Objects

To add a dial to a form use

FL_OBJECT *fl_add_dial(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 below the dial.