#include <Flu_Output.h>
Public Member Functions | |
Flu_Output (int X, int Y, int W, int H, const char *l=0) | |
Normal FLTK widget constructor. | |
~Flu_Output () | |
Default destructor. | |
int | ivalue () const |
the value of the widget as an integer | |
void | ivalue (int v, const char *format="%d") |
Set the value of the widget as an integer using the given printf style format string. | |
float | fvalue () const |
the value of the widget as a float | |
void | fvalue (float v, const char *format="%.2f") |
Set the value of the widget as a float using the given printf style format string. |