summaryrefslogtreecommitdiff
path: root/FL/Fl_Fill_Slider.H
diff options
context:
space:
mode:
Diffstat (limited to 'FL/Fl_Fill_Slider.H')
-rw-r--r--FL/Fl_Fill_Slider.H3
1 files changed, 2 insertions, 1 deletions
diff --git a/FL/Fl_Fill_Slider.H b/FL/Fl_Fill_Slider.H
index 43cf2bffe..4ecf786ae 100644
--- a/FL/Fl_Fill_Slider.H
+++ b/FL/Fl_Fill_Slider.H
@@ -32,9 +32,10 @@
#define Fl_Fill_Slider_H
#include "Fl_Slider.H"
-
+/** Widget that draws a filled horizontal slider, useful as a progress or value meter*/
class Fl_Fill_Slider : public Fl_Slider {
public:
+ /** Creates the slider from its position,size and optional title. */
Fl_Fill_Slider(int x,int y,int w,int h,const char *l=0)
: Fl_Slider(x,y,w,h,l) {type(FL_VERT_FILL_SLIDER);}
};