Fl_Int_Input Class Reference

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>

Inheritance diagram for Fl_Int_Input:

Fl_Input Fl_Input_ Fl_Widget

List of all members.

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.


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

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.


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

FLTK © 1998-2010 by Bill Spitzak and others.    Permission is granted to reproduce this manual or any portion for any purpose, provided this copyright and permission notice are preserved.