#include <Flu_Float_Input.h>
Public Member Functions | |
Flu_Float_Input (int X, int Y, int W, int H, const char *l=0) | |
Normal FLTK widget constructor. | |
~Flu_Float_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 "%g". | |
const char * | format () const |
Get the format to use when printing the value into the input area. | |
float | fvalue () const |
the value of the widget as a float | |
void | fvalue (float v, const char *format=0) |
Set the value of the widget as a float using the given printf style format string. |