FLTK 1.3.2
|
The Fl_Int_Input class is a subclass of Fl_Input that only allows the user to type decimal digits (or hex numbers of the form 0xaef). More...
#include <Fl_Int_Input.H>
Public Member Functions | |
Fl_Int_Input (int X, int Y, int W, int H, const char *l=0) | |
Creates a new Fl_Int_Input widget using the given position, size, and label string. |
The Fl_Int_Input class is a subclass of Fl_Input that only allows the user to type decimal digits (or hex numbers of the form 0xaef).
Fl_Int_Input::Fl_Int_Input | ( | int | X, |
int | Y, | ||
int | W, | ||
int | H, | ||
const char * | l = 0 |
||
) |
Creates a new Fl_Int_Input widget using the given position, size, and label string.
The default boxtype is FL_DOWN_BOX.
Inherited destructor destroys the widget and any value associated with it.