summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2020-09-21 13:45:46 +0200
committerAlbrecht Schlosser <albrechts.fltk@online.de>2020-09-21 13:45:46 +0200
commitf072cec13fb7afcc7726bda38869825f963bb483 (patch)
tree04c23aeb8f0af8d7a70777e449b187f800c24255
parent5c5132f68119cfd289e27e7bd20a0bd34c5a0ca2 (diff)
Improve and clarify documentation
-rw-r--r--FL/Fl_Text_Display.H4
-rw-r--r--documentation/src/forms.dox4
2 files changed, 4 insertions, 4 deletions
diff --git a/FL/Fl_Text_Display.H b/FL/Fl_Text_Display.H
index bd390f0a4..58d71ea94 100644
--- a/FL/Fl_Text_Display.H
+++ b/FL/Fl_Text_Display.H
@@ -40,10 +40,10 @@
Displays.
\image html editor.png "Fl_Text_Display widget"
- \image latex editor.png "Fl_Text_Display widget" width=6cm
+ \image latex editor.png "Fl_Text_Display widget" width=10cm
<BR><BR>
\image html editor-linenumbers.png "Fl_Text_Display widget with line numbers enabled"
- \image latex editor-linenumbers.png "Fl_Text_Display widget with line numbers enabled" width=6cm
+ \image latex editor-linenumbers.png "Fl_Text_Display widget with line numbers enabled" width=10cm
\b Example \b Use
\code
diff --git a/documentation/src/forms.dox b/documentation/src/forms.dox
index bb6279934..e47331030 100644
--- a/documentation/src/forms.dox
+++ b/documentation/src/forms.dox
@@ -9,8 +9,8 @@ This appendix describes the Forms compatibility included with FLTK.
<table border="1" width="90%" bgcolor="#cccccc">
<tr>
<th align="center">
-Warning: The Forms compatility is deprecated and no longer maintained in FLTK1,
-and is likely to be removed completely after the next official release.
+Warning: The Forms compatibility is deprecated and no longer maintained
+since FLTK 1.3.0 and is likely to be removed completely in FLTK 1.4 or 1.5
</th>
</tr>
</table>