20#ifndef Fl_Value_Input_H
21#define Fl_Value_Input_H
23#include "Fl_Valuator.H"
63 static void input_cb(Fl_Widget*,
void*);
75 void soft(
char s) {soft_ = s;}
82 char soft()
const {
return soft_;}
87 int shortcut()
const {
return input.shortcut();}
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
virtual void value_damage()
Asks for partial redraw.
Definition Fl_Valuator.cxx:68
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
#define FL_OVERRIDE
This macro makes it safe to use the C++11 keyword override with older compilers.
Definition fl_attr.h:46