20#ifndef Fl_Value_Output_H
21#define Fl_Value_Output_H
24#include "Fl_Valuator.H"
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_Valuator(int X, int Y, int W, int H, const char *L)
Creates a new Fl_Valuator widget using the given position, size, and label string.
Definition Fl_Valuator.cxx:26
Fl_Font textfont() const
Gets the typeface of the text in the value box.
Definition Fl_Value_Output.H:68
void textcolor(Fl_Color s)
Gets the color of the text in the value box.
Definition Fl_Value_Output.H:77
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
Fl_Color textcolor() const
Sets the color of the text in the value box.
Definition Fl_Value_Output.H:75
Fl_Value_Output(int x, int y, int w, int h, const char *l=0)
Creates a new Fl_Value_Output widget using the given position, size, and label string.
Definition Fl_Value_Output.cxx:85
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
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
#define FL_OVERRIDE
This macro makes it safe to use the C++11 keyword override with older compilers.
Definition fl_attr.h:46
unsigned char uchar
unsigned char
Definition fl_types.h:30