diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-05-06 16:25:05 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-05-06 16:25:05 +0000 |
| commit | 336996c7abb716844d3389df7bd7779298af3dcf (patch) | |
| tree | 9afcd37ade9fcc63de2a0cfbf9962787ffff52d4 /documentation/enumerations.html | |
| parent | ecfb817427bfe9eb3fe961bef2a25c36b73453c4 (diff) | |
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
Diffstat (limited to 'documentation/enumerations.html')
| -rw-r--r-- | documentation/enumerations.html | 15 |
1 files changed, 7 insertions, 8 deletions
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).</LI> <LI><TT>FL_SELECTIONCLEAR</TT> - The widget should clear any selections made for the clipboard. </LI> </UL> -<H2><a name=when>Callback "When" Conditions</H2> +<H2><a name=when>Callback "When" Conditions</A></H2> The following constants determine when a callback is performed: <UL> <LI><TT>FL_WHEN_NEVER</TT> - Never call the callback (0). </LI> @@ -125,7 +125,7 @@ FL_KEYBOARD</TT> and <TT>FL_SHORTCUT</TT> events: <LI><TT>FL_BUTTON2</TT> - Mouse button 2 is pushed. </LI> <LI><TT>FL_BUTTON3</TT> - Mouse button 3 is pushed. </LI> </UL> -<H2><a name=align>Alignment Values</H2> +<H2><a name=align>Alignment Values</A></H2> The following constants define bits that can be used with <A href=Fl_Widget.html#Fl_Widget.align> <TT>Fl_Widget::align()</TT></A> to control the positioning of the label: @@ -149,7 +149,7 @@ label: label inside the widget. </LI> </UL> -<H2><a name=fonts>Fonts</H2> +<H2><a name=fonts>Fonts</A></H2> The following constants define the standard FLTK fonts: <ul> <LI><TT>FL_HELVETICA</TT> - Helvetica (or Arial) normal (0). </LI> @@ -171,7 +171,7 @@ bold-oblique. </LI> <LI><TT>FL_ZAPF_DINGBATS</TT> - Zapf-dingbats font. </ul> -<H2><a name=colors>Colors</H2> +<H2><a name=colors>Colors</A></H2> The following color constants can be used to access the colors in the FLTK standard color palette: <UL> @@ -207,9 +207,9 @@ To get the closest color to a 8-bit set of R,G,B values use <tt>fl_color_cube(R*FL_NUM_RED/256, G*FL_NUM_GREEN/256, B*FL_NUM_BLUE/256);</tt> -<H2><a name=cursor>Cursors</H2> +<H2><a name=cursor>Cursors</A></H2> -The following constants define the mouse cursors that are available in +<P>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.</P> @@ -237,7 +237,7 @@ cursors.</P> <LI><TT>FL_EXCEPT</TT> - Call the callback if an exception occurs on the file. </LI> </UL> -<H2><a name=damage>Damage Masks</H2> +<H2><a name=damage>Damage Masks</A></H2> The following damage mask bits are used by the standard FLTK widgets: <UL> <LI><TT>FL_DAMAGE_CHILD</TT> - A child needs to be redrawn. </LI> @@ -247,5 +247,4 @@ cursors.</P> <LI><TT>FL_DAMAGE_OVERLAY</TT> - The overlay planes need to be redrawn. </LI> <LI><TT>FL_DAMAGE_ALL</TT> - Everything needs to be redrawn. </LI> </UL> -</LI> </BODY></HTML> |
