diff options
Diffstat (limited to 'FL/Fl_Multiline_Output.H')
| -rw-r--r-- | FL/Fl_Multiline_Output.H | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/FL/Fl_Multiline_Output.H b/FL/Fl_Multiline_Output.H index 4d58edb6f..04f89b6d5 100644 --- a/FL/Fl_Multiline_Output.H +++ b/FL/Fl_Multiline_Output.H @@ -37,6 +37,14 @@ 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. + <P> + Note that this widget does not support scrollbars, or per-character + color control. + <P> + 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. */ class Fl_Multiline_Output : public Fl_Output { public: |
