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

Public Methods | |
| Fl_Multiline_Input (int x, int y, int w, int h, const char *l=0) | |
| Creates new multiline input widget using the given position, size, and label string. | |
| Fl_Multiline_Input (const char *l=0, int layout_size=30, Fl_Align layout_al=FL_ALIGN_TOP, int label_w=100) | |
| Creates new multiline input widget using the label, size, alignment, and label_width. | |
| virtual void | preferred_size (int &w, int &h) const | 
| We do not want to limit multiline inputs. | |
Definition at line 30 of file Fl_Multiline_Input.h.
1.2.15