Next: Folder Types, Up: Folder Object [Contents][Index]
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.