20 #ifndef Fl_Value_Output_H 21 #define Fl_Value_Output_H 24 #include "Fl_Valuator.H" The Fl_Valuator class controls a single floating-point value and provides a consistent interface to s...
Definition: Fl_Valuator.H:47
The Fl_Value_Output widget displays a floating point value.
Definition: Fl_Value_Output.H:39
Fl_Color textcolor() const
Sets the color of the text in the value box.
Definition: Fl_Value_Output.H:75
void soft(uchar s)
If "soft" is turned on, the user is allowed to drag the value outside the range.
Definition: Fl_Value_Output.H:58
Fl_Fontsize textsize() const
Gets the size of the text in the value box.
Definition: Fl_Value_Output.H:72
void textfont(Fl_Font s)
Sets the typeface of the text in the value box.
Definition: Fl_Value_Output.H:70
int Fl_Fontsize
Size of a font in pixels.
Definition: Enumerations.H:1014
unsigned int Fl_Color
An FLTK color value; see also Colors.
Definition: Enumerations.H:1042
Fl_Font textfont() const
Gets the typeface of the text in the value box.
Definition: Fl_Value_Output.H:68
int Fl_Font
A font number is an index into the internal font table.
Definition: Enumerations.H:985
unsigned char uchar
unsigned char
Definition: fl_types.h:28
uchar soft() const
If "soft" is turned on, the user is allowed to drag the value outside the range.
Definition: Fl_Value_Output.H:65
void textcolor(Fl_Color s)
Gets the color of the text in the value box.
Definition: Fl_Value_Output.H:77