From 336996c7abb716844d3389df7bd7779298af3dcf Mon Sep 17 00:00:00 2001
From: Michael R Sweet
Date: Sun, 6 May 2001 16:25:05 +0000
Subject: Update documentation files to eliminate most of the warnings and
errors reported by HTML Tidy.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1454 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
---
documentation/enumerations.html | 15 +++++++--------
1 file changed, 7 insertions(+), 8 deletions(-)
(limited to 'documentation/enumerations.html')
diff --git a/documentation/enumerations.html b/documentation/enumerations.html
index 6ffee5988..400a41797 100644
--- a/documentation/enumerations.html
+++ b/documentation/enumerations.html
@@ -42,7 +42,7 @@ understand) occurred (0).
FL_SELECTIONCLEAR - The widget should clear any selections
made for the clipboard.
-
+
The following constants determine when a callback is performed:
- FL_WHEN_NEVER - Never call the callback (0).
@@ -125,7 +125,7 @@ FL_KEYBOARD and FL_SHORTCUT events:
- FL_BUTTON2 - Mouse button 2 is pushed.
- FL_BUTTON3 - Mouse button 3 is pushed.
-
+
The following constants define bits that can be used with
Fl_Widget::align() to control the positioning of the
label:
@@ -149,7 +149,7 @@ label:
label inside the widget.
-
+
The following constants define the standard FLTK fonts:
- FL_HELVETICA - Helvetica (or Arial) normal (0).
@@ -171,7 +171,7 @@ bold-oblique.
- FL_ZAPF_DINGBATS - Zapf-dingbats font.
-
+
The following color constants can be used to access the colors in the
FLTK standard color palette:
@@ -207,9 +207,9 @@ To get the closest color to a 8-bit set of R,G,B values use
fl_color_cube(R*FL_NUM_RED/256, G*FL_NUM_GREEN/256,
B*FL_NUM_BLUE/256);
-
+
-The following constants define the mouse cursors that are available in
+The following constants define the mouse cursors that are available in
FLTK. The double-headed arrows are bitmaps
provided by FLTK on X, the others are provided by system-defined
cursors.
@@ -237,7 +237,7 @@ cursors.
FL_EXCEPT - Call the callback if an exception occurs on
the file.
-
+
The following damage mask bits are used by the standard FLTK widgets:
- FL_DAMAGE_CHILD - A child needs to be redrawn.
@@ -247,5 +247,4 @@ cursors.
- FL_DAMAGE_OVERLAY - The overlay planes need to be redrawn.
- FL_DAMAGE_ALL - Everything needs to be redrawn.
-