fltk::ValueOutput Class Reference
Inherits
fltk::Valuator.
List of all members.
|
Public Member Functions |
void | draw () |
int | handle (int) |
| ValueOutput (int x, int y, int w, int h, const char *l=0) |
Detailed Description
A valuator that displays the number like a text box. This is indended for showing the user a number, there is no way for the user to change the number. It is much lighter weight than using an
Output widget for this.
There is no way for the user to change the number, but calling value() will change it.