Fl_Widget | +----Fl_Progress
#include <FL/Fl_Progress.H>
The Fl_Progress widget displays a progress bar for the user.
The constructor creates the progress bar using the position, size, and label.
You can set the background color with color() and the progress bar color with selection_color(), or you can set both colors together with color(unsigned bg, unsigned sel).
The default colors are FL_BACKGROUND2_COLOR and FL_YELLOW, resp.
The destructor removes the progress bar.
Gets or sets the maximum value in the progress widget.
Gets or sets the minimum value in the progress widget.
Gets or sets the current value in the progress widget.