#include <Flu_Int_Input.h>
Public Member Functions | |
Flu_Int_Input (int X, int Y, int W, int H, const char *l=0) | |
Normal FLTK widget constructor. | |
~Flu_Int_Input () | |
Default destructor. | |
void | format (const char *f) |
Set the format to use when printing the value into the input area. Only the pointer to f is copied. Default is "%d". | |
const char * | format () const |
Get the format to use when printing the value into the input area. | |
int | ivalue () const |
the value of the widget as an integer | |
void | ivalue (int v, const char *format=0) |
Set the value of the widget as an integer using the given printf style format string. |