Fl_Widget | +----Fl_Browser_ | +----Fl_Browser
#include <FL/Fl_Browser_.H>
This has been designed so that the subclass has complete control over the storage of the data, although because next() and prev() functions are used to index, it works best as a linked list or as a large block of characters in which the line breaks must be searched for.
A great deal of work has been done so that the "height" of a data object does not need to be determined until it is drawn. This is useful if actually figuring out the size of an object requires accessing image data or doing stat() on a file or doing some other slow operation.
0
- No scrollbars Fl_Browser_::HORIZONTAL
- Only a horizontal scrollbar. Fl_Browser_::VERTICAL
- Only a vertical scrollbar. Fl_Browser_::BOTH
- The default is both scrollbars. Fl_Browser_::HORIZONTAL_ALWAYS
- Horizontal scrollbar
always on, vertical always off. Fl_Browser_::VERTICAL_ALWAYS
- Vertical scrollbar
always on, horizontal always off. Fl_Browser_::BOTH_ALWAYS
- Both always on. The second form sets the default text color to color
The second form sets the default text font to font
The second form sets the default text size to size