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

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