|
fltk 1.3.0rc3
About: FLTK (Fast Light Tool Kit) is a cross-platform C++ GUI toolkit for UNIX/Linux (X11), Microsoft Windows, and MacOS X. Release candidate.
SfR Fresh Dox: fltk-1.3.0rc3-source.tar.gz ("inofficial" and yet experimental doxygen-generated source code documentation) ![]() |
#include <Fl_Int_Input.H>


Public Member Functions | |
| Fl_Int_Input (int X, int Y, int W, int H, const char *l=0) | |
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).
Definition at line 40 of file Fl_Int_Input.H.
| Fl_Int_Input::Fl_Int_Input | ( | int | X, |
| int | Y, | ||
| int | W, | ||
| int | H, | ||
| const char * | l = 0 |
||
| ) | [inline] |
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.
Definition at line 47 of file Fl_Int_Input.H.
References FL_INT_INPUT, and Fl_Widget::type().