|
fltk 1.3.0rc3
About: FLTK (Fast Light Tool Kit) is a cross-platform C++ GUI toolkit for UNIX/Linux (X11), Microsoft Windows, and MacOS X. Release candidate.
SfR Fresh Dox: fltk-1.3.0rc3-source.tar.gz ("inofficial" and yet experimental doxygen-generated source code documentation) ![]() |
#include <Fl_Multiline_Output.H>


Public Member Functions | |
| Fl_Multiline_Output (int X, int Y, int W, int H, const char *l=0) | |
This widget is a subclass of Fl_Output that displays multiple lines of text. It also displays tab characters as whitespace to the next column.
Note that this widget does not support scrollbars, or per-character color control.
If you are presenting large amounts of read-only text and need scrollbars, or full color control of characters, then use Fl_Text_Display. If you want to display HTML text, use Fl_Help_View.
Definition at line 49 of file Fl_Multiline_Output.H.
| Fl_Multiline_Output::Fl_Multiline_Output | ( | int | X, |
| int | Y, | ||
| int | W, | ||
| int | H, | ||
| const char * | l = 0 |
||
| ) | [inline] |
Creates a new Fl_Multiline_Output widget using the given position, size, and label string. The default boxtype is FL_DOWN_BOX
Inherited destructor destroys the widget and any value associated with it.
Definition at line 57 of file Fl_Multiline_Output.H.
References FL_MULTILINE_OUTPUT, and Fl_Widget::type().