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)  

Fl_Multiline_Output Class Reference

#include <Fl_Multiline_Output.H>

Inheritance diagram for Fl_Multiline_Output:
Collaboration diagram for Fl_Multiline_Output:

List of all members.

Public Member Functions

 Fl_Multiline_Output (int X, int Y, int W, int H, const char *l=0)

Detailed Description

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.


Constructor & Destructor Documentation

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().


The documentation for this class was generated from the following file: