31#ifndef Fl_Value_Slider_H
32#define Fl_Value_Slider_H
int Fl_Font
A font number is an index into the internal font table.
Definition Enumerations.H:707
unsigned int Fl_Color
an FLTK color value
Definition Enumerations.H:764
int Fl_Fontsize
Size of a font in pixels.
Definition Enumerations.H:736
void draw()
Draws the widget.
Definition Fl_Slider.cxx:220
Fl_Slider(int X, int Y, int W, int H, const char *L=0)
Creates a new Fl_Slider widget using the given position, size, and label string.
Definition Fl_Slider.cxx:47
int handle(int)
Handles the specified event.
Definition Fl_Value_Slider.cxx:66
void textfont(Fl_Font s)
Sets the typeface of the text in the value box.
Definition Fl_Value_Slider.H:54
Fl_Font textfont() const
Gets the typeface of the text in the value box.
Definition Fl_Value_Slider.H:52
void textcolor(Fl_Color s)
Sets the color of the text in the value box.
Definition Fl_Value_Slider.H:62
Fl_Fontsize textsize() const
Gets the size of the text in the value box.
Definition Fl_Value_Slider.H:56
Fl_Value_Slider(int x, int y, int w, int h, const char *l=0)
Creates a new Fl_Value_Slider widget using the given position, size, and label string.
Definition Fl_Value_Slider.cxx:37
void textsize(Fl_Fontsize s)
Sets the size of the text in the value box.
Definition Fl_Value_Slider.H:58
Fl_Color textcolor() const
Gets the color of the text in the value box.
Definition Fl_Value_Slider.H:60