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

Public Methods | |
| Fl_Numeric_Input (int x, int y, int w, int h, const char *l=0) | |
| Creates new numeric input widget using the given position, size, and label string. | |
| Fl_Numeric_Input (const char *l=0, int layout_size=30, Fl_Align layout_al=FL_ALIGN_TOP, int label_w=100) | |
| Creates new numeric input widget using the label, size, alignment, and label_width. | |
| void | value (double) |
| void | value (int) |
| void | value (const char *s) |
| const char * | value () const |
| virtual int | handle (int) |
Protected Methods | |
| int | handle_arrow (int) |
Definition at line 29 of file Fl_Numeric_Input.h.
1.2.15