31 #ifndef Fl_Value_Slider_H
32 #define Fl_Value_Slider_H
34 #include "Fl_Slider.H"
void textfont(Fl_Font s)
Sets the typeface of the text in the value box.
Definition: Fl_Value_Slider.H:54
The Fl_Value_Slider widget is a Fl_Slider widget with a box displaying the current value...
Definition: Fl_Value_Slider.H:42
Fl_Color textcolor() const
Gets the color of the text in the value box.
Definition: Fl_Value_Slider.H:60
void textcolor(Fl_Color s)
Sets the color of the text in the value box.
Definition: Fl_Value_Slider.H:62
Fl_Font textfont() const
Gets the typeface of the text in the value box.
Definition: Fl_Value_Slider.H:52
The Fl_Slider widget contains a sliding knob inside a box.
Definition: Fl_Slider.H:70
Fl_Fontsize textsize() const
Gets the size of the text in the value box.
Definition: Fl_Value_Slider.H:56
int Fl_Fontsize
Size of a font in pixels.
Definition: Enumerations.H:741
unsigned int Fl_Color
an FLTK color value
Definition: Enumerations.H:769
int Fl_Font
A font number is an index into the internal font table.
Definition: Enumerations.H:712
void textsize(Fl_Fontsize s)
Sets the size of the text in the value box.
Definition: Fl_Value_Slider.H:58
void draw()
Draws the widget.
Definition: Fl_Slider.cxx:220