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)  

Fl_Int_Input Class Reference

#include <Fl_Int_Input.H>

Inheritance diagram for Fl_Int_Input:
Collaboration diagram for Fl_Int_Input:

List of all members.

Public Member Functions

 Fl_Int_Input (int X, int Y, int W, int H, const char *l=0)

Detailed Description

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.


Constructor & Destructor Documentation

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().


The documentation for this class was generated from the following file: