summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2021-01-13 22:05:36 +0100
committerAlbrecht Schlosser <albrechts.fltk@online.de>2021-01-13 22:52:33 +0100
commitd7af409f426fba1790149499dd26614b137a771a (patch)
tree993bb504957afcd1d8ecc030eb933a6123e98401 /FL
parent3d53548cfb26fd13234744e2a0d2e8eca5cd5dc2 (diff)
Remove "Figure x.y: " from html image captions
... as discussed in fltk.coredev for easier maintenance. Also edit some minor issues.
Diffstat (limited to 'FL')
-rw-r--r--FL/Enumerations.H9
1 files changed, 4 insertions, 5 deletions
diff --git a/FL/Enumerations.H b/FL/Enumerations.H
index a949a98e9..d9c15bc8a 100644
--- a/FL/Enumerations.H
+++ b/FL/Enumerations.H
@@ -570,13 +570,13 @@ enum Fl_When { // Fl_Widget::when():
FL_NO_BOX means nothing is drawn at all, so whatever is already
on the screen remains. The FL_..._FRAME types only draw their edges,
- leaving the interior unchanged. The blue color in Figure 1
+ leaving the interior unchanged. The blue color in the image below
is the area that is not drawn by the frame types.
- \image html boxtypes.png "Figure 1: FLTK standard box types"
- \image latex boxtypes.png "FLTK standard box types" width=10cm
+ \image html boxtypes.png "FLTK Standard Box Types"
+ \image latex boxtypes.png "FLTK Standard Box Types" width=12cm
- \todo Description of boxtypes is incomplete.
+ \todo Description of box types is incomplete.
See below for the defined enum Fl_Boxtype.
\see src/Fl_get_system_colors.cxx
*/
@@ -593,7 +593,6 @@ enum Fl_When { // Fl_Widget::when():
technical reasons - please use the same values (names) without the
leading underscore in your code! Enum values with leading underscores
are reserved for internal use and subject to change without notice!
-
*/
enum Fl_Boxtype { // boxtypes (if you change these you must also change fl_boxtype.cxx):