fltk::MultiLineOutput Class Reference

Inherits fltk::Output.

List of all members.

Public Member Functions

 MultiLineOutput (int x, int y, int w, int h, const char *l=0)

Detailed Description

text.gif

Displays multiple lines of text. It will interpret ^J for line breaks and ^I for tabs.

There are no scrollbars, so this is for short pieces of text only.