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


20.2.1 Adding FormBrowser Objects

Adding an object To add a formbrowser object to a form use the routine

FL_OBJECT *fl_add_formbrowser(int type, FL_Coord x, FL_Coord y,
                              FL_Coord w, FL_Coord h,
                              const char *label);

The geometry indicated by x, y, w and h is the total area of the formbrowser, including scrollbars.