22#ifndef Fl_Value_Slider_H
23#define Fl_Value_Slider_H
int Fl_Font
A font number is an index into the internal font table.
Definition: Enumerations.H:875
unsigned int Fl_Color
An FLTK color value; see also Colors
Definition: Enumerations.H:932
int Fl_Fontsize
Size of a font in pixels.
Definition: Enumerations.H:904
The Fl_Slider widget contains a sliding knob inside a box.
Definition: Fl_Slider.H:61
void draw()
Draws the widget.
Definition: Fl_Slider.cxx:213
The Fl_Value_Slider widget is a Fl_Slider widget with a box displaying the current value.
Definition: Fl_Value_Slider.H:33
void textfont(Fl_Font s)
Sets the typeface of the text in the value box.
Definition: Fl_Value_Slider.H:45
Fl_Font textfont() const
Gets the typeface of the text in the value box.
Definition: Fl_Value_Slider.H:43
void textcolor(Fl_Color s)
Sets the color of the text in the value box.
Definition: Fl_Value_Slider.H:53
Fl_Fontsize textsize() const
Gets the size of the text in the value box.
Definition: Fl_Value_Slider.H:47
void textsize(Fl_Fontsize s)
Sets the size of the text in the value box.
Definition: Fl_Value_Slider.H:49
Fl_Color textcolor() const
Gets the color of the text in the value box.
Definition: Fl_Value_Slider.H:51