31#ifndef Fl_Value_Input_H
32#define Fl_Value_Input_H
34#include "Fl_Valuator.H"
72 static void input_cb(Fl_Widget*,
void*);
79 void resize(
int,
int,
int,
int);
84 void soft(
char s) {soft_ = s;}
91 char soft()
const {
return soft_;}
96 int shortcut()
const {
return input.shortcut();}
int Fl_Font
A font number is an index into the internal font table.
Definition Enumerations.H:707
unsigned int Fl_Color
an FLTK color value
Definition Enumerations.H:764
int Fl_Fontsize
Size of a font in pixels.
Definition Enumerations.H:736
virtual void value_damage()
Asks for partial redraw.
Definition Fl_Valuator.cxx:69
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:37