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


20.1.1 Adding Folder Objects

To add a tabbed folder to a form use the routine

FL_OBJECT *fl_add_tabfolder(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 tabbed folders, including the area used for the tab riders.