20#ifndef _Fl_Progress_H_
21# define _Fl_Progress_H_
53 float maximum()
const {
return (maximum_); }
58 float minimum()
const {
return (minimum_); }
63 float value()
const {
return (value_); }
float maximum() const
Gets the maximum value in the progress widget.
Definition Fl_Progress.H:53
Fl_Progress(int x, int y, int w, int h, const char *l=0)
The constructor creates the progress bar using the position, size, and label.
Definition Fl_Progress.cxx:99
float value() const
Gets the current value in the progress widget.
Definition Fl_Progress.H:63
void minimum(float v)
Sets the minimum value in the progress widget.
Definition Fl_Progress.H:56
float minimum() const
Gets the minimum value in the progress widget.
Definition Fl_Progress.H:58
void value(float v)
Sets the current value in the progress widget.
Definition Fl_Progress.H:61
void maximum(float v)
Sets the maximum value in the progress widget.
Definition Fl_Progress.H:51
#define FL_OVERRIDE
This macro makes it safe to use the C++11 keyword override with older compilers.
Definition fl_attr.h:46