class fltk::WordwrapOutput
Class Hierarchy
fltk::Output
|
+----fltk::WordwrapOutput
Include Files
#include <fltk/WordwrapOutput.h>
Description
This widget is a subclass of fltk::Output that displays multiple lines of
text, and wraps long lines of text into paragraphs. It also displays
Tab ('\t') characters as whitespace to the next column rather
than as ^I.
Methods
Creates a new fltk::WordwrapOutput widget using the given
position, size, and label string.
Destroys the widget and any value associated with it.