20#ifndef Fl_Value_Slider_H
21#define Fl_Value_Slider_H
83 value_width_ = (short)s;
112 value_height_ = (short)s;
int Fl_Font
A font number is an index into the internal font table.
Definition Enumerations.H:1063
unsigned int Fl_Color
An FLTK color value; see also Colors.
Definition Enumerations.H:1120
int Fl_Fontsize
Size of a font in pixels.
Definition Enumerations.H:1092
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:38
void draw() FL_OVERRIDE
Draws the widget.
Definition Fl_Slider.cxx:211
void textfont(Fl_Font s)
Sets the typeface of the text in the value box.
Definition Fl_Value_Slider.H:49
void value_height(int s)
Sets the height of the value box in pixels (vertical mode only).
Definition Fl_Value_Slider.H:107
Fl_Font textfont() const
Gets the typeface of the text in the value box.
Definition Fl_Value_Slider.H:46
int handle(int) FL_OVERRIDE
Handles the specified event.
Definition Fl_Value_Slider.cxx:63
int value_height() const
Gets the height of the value box in pixels (vertical mode only).
Definition Fl_Value_Slider.H:118
void textcolor(Fl_Color s)
Sets the color of the text in the value box.
Definition Fl_Value_Slider.H:61
Fl_Fontsize textsize() const
Gets the size of the text in the value box.
Definition Fl_Value_Slider.H:52
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:27
void value_width(int s)
Sets the width of the value box in pixels (horizontal mode only).
Definition Fl_Value_Slider.H:78
void textsize(Fl_Fontsize s)
Sets the size of the text in the value box.
Definition Fl_Value_Slider.H:55
Fl_Color textcolor() const
Gets the color of the text in the value box.
Definition Fl_Value_Slider.H:58
int value_width() const
Gets the width of the value box in pixels (horizontal mode only).
Definition Fl_Value_Slider.H:90
#define FL_OVERRIDE
This macro makes it safe to use the C++11 keyword override with older compilers.
Definition fl_attr.h:46