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


17.4.1 Adding Positioner Objects

A positioner can be added to a form using the call

FL_OBJECT *fl_add_positioner(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 placed below the box by default.