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


15.6.1 Adding Pixmap Objects

To add a pixmap to a form use the routine

FL_OBJECT *fl_add_pixmap(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 pixmap. The pixmap is empty on creation.