class Fl_Multiline_Output : public Fl_Output
This subclass of Fl_Output recognizes newline
and tab characters and correctly draws them (Fl_Output draws them as ^J
and ^I).
Fl_Multiline_Output(uchar box,int,int,int,int,const char * = 0);
The constructor takes a box type, position, size, and label. Normally
the label is printed to the left. This is not the value of the
text field. The initial value is "".