#include <Fl_Value_Input.h>
Inheritance diagram for Fl_Value_Input:

Public Methods | |
| Fl_Value_Input (int x, int y, int w, int h, const char *l=0) | |
| Creates new value input widget using the given position, size, and label string. | |
| Fl_Value_Input (const char *l=0, int layout_size=30, Fl_Align layout_al=FL_ALIGN_TOP, int label_w=100) | |
| Creates new value input widget using the label, size, alignment, and label width. | |
| ~Fl_Value_Input () | |
| Destructor. | |
| virtual void | reset () |
| virtual int | handle (int) |
| virtual void | draw () |
| virtual void | layout () |
Public Attributes | |
| Fl_Float_Input | input |
Definition at line 29 of file Fl_Value_Input.h.
1.2.15