mirror of
https://github.com/fltk/fltk.git
synced 2026-05-28 11:25:22 +08:00
Additional documentation for Fl_Multiline_...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6898 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
+2
-1
@@ -42,7 +42,8 @@
|
|||||||
\image latex text.eps "Fl_Output" width=8cm
|
\image latex text.eps "Fl_Output" width=8cm
|
||||||
<P>There is a single subclass,
|
<P>There is a single subclass,
|
||||||
Fl_Multiline_Output, which allows you to display multiple lines of
|
Fl_Multiline_Output, which allows you to display multiple lines of
|
||||||
text. </P>
|
text. Fl_Multiline_Output does not provide scroll bars. If a more
|
||||||
|
complete text editing widget is needed, use Fl_Text_Display instead.</P>
|
||||||
<P>The text may contain any characters except \\0, and will correctly
|
<P>The text may contain any characters except \\0, and will correctly
|
||||||
display anything, using ^X notation for unprintable control characters
|
display anything, using ^X notation for unprintable control characters
|
||||||
and \\nnn notation for unprintable characters with the high bit set. It
|
and \\nnn notation for unprintable characters with the high bit set. It
|
||||||
|
|||||||
Reference in New Issue
Block a user