22 #ifndef Fl_Value_Input_H 
   23 #define Fl_Value_Input_H 
   25 #include "Fl_Valuator.H" 
   70   void resize(
int,
int,
int,
int);
 
   75   void soft(
char s) {soft_ = s;}
 
   82   char soft()
 const {
return soft_;}
 
The Fl_Valuator class controls a single floating-point value and provides a consistent interface to s...
Definition: Fl_Valuator.H:46
int Fl_Fontsize
Size of a font in pixels. 
Definition: Enumerations.H:768
unsigned int Fl_Color
An FLTK color value; see also Colors. 
Definition: Enumerations.H:796
int Fl_Font
A font number is an index into the internal font table. 
Definition: Enumerations.H:739
virtual void value_damage()
Asks for partial redraw. 
Definition: Fl_Valuator.cxx:60