diff options
| author | Bill Spitzak <spitzak@gmail.com> | 1999-01-31 07:43:16 +0000 |
|---|---|---|
| committer | Bill Spitzak <spitzak@gmail.com> | 1999-01-31 07:43:16 +0000 |
| commit | 4c53a5d8f4f23358a101ef6bda4b6b8ea4b95274 (patch) | |
| tree | 322cf457283a64e3dc124846abba2331c4be3726 /documentation/enumerations.html | |
| parent | 4b8754ace4ce4974e7ef8a83f3c830d56aa7f1d0 (diff) | |
Added optimization for SGI builds (mike: please run autoconf before making
a distribution).
Documentation fixes.
git-svn-id: file:///fltk/svn/fltk/trunk@259 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/enumerations.html')
| -rw-r--r-- | documentation/enumerations.html | 23 |
1 files changed, 13 insertions, 10 deletions
diff --git a/documentation/enumerations.html b/documentation/enumerations.html index be8d012c7..4fe408d27 100644 --- a/documentation/enumerations.html +++ b/documentation/enumerations.html @@ -1,5 +1,5 @@ <HTML><BODY> -<H1 ALIGN=RIGHT><A NAME=enumerations>C - FLTK Enumerations</A></H1> +<H1 ALIGN=RIGHT><A NAME=Enumerations>C - FLTK Enumerations</A></H1> This appendix lists the enumerations provided in the <TT> <FL/Enumerations.H></TT> header file, organized by section. Constants whose value is zero are marked with "(0)", this is often @@ -14,7 +14,7 @@ constants: <LI><TT>FL_VERSION</TT> - A combined floating-point version number for the major and minor release numbers, currently 1.0. </LI> </UL> -<H2>Events</H2> +<H2><a name=events>Events</H2> Events are identified by an <TT>Fl_Event</TT> enumeration value. The following events are currently defined: <UL> @@ -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>Callback "When" Conditions</H2> +<H2><a name=when>Callback "When" Conditions</H2> The following constants determine when a callback is performed: <UL> <LI><TT>FL_WHEN_NEVER</TT> - Never call the callback (0). </LI> @@ -114,7 +114,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>Alignment Values</H2> +<H2><a name=align>Alignment Values</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: @@ -138,7 +138,7 @@ label: label inside the widget. </LI> </UL> -<H2>Fonts</H2> +<H2><a name=fonts>Fonts</H2> The following constants define the standard FLTK fonts: <ul> <LI><TT>FL_HELVETICA</TT> - Helvetica (or Arial) normal (0). </LI> @@ -160,7 +160,7 @@ bold-oblique. </LI> <LI><TT>FL_ZAPF_DINGBATS</TT> - Zapf-dingbats font. </ul> -<H2>Colors</H2> +<H2><a name=colors>Colors</H2> The following color constants can be used to access the colors in the FLTK standard color palette: <UL> @@ -196,9 +196,12 @@ 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>Cursors</H2> - The following constants define the mouse cursors that are available in -FLTK: +<H2><a name=cursor>Cursors</H2> + +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> <UL> <LI><TT>FL_CURSOR_DEFAULT</TT> - the default cursor, usually an arrow (0)</LI> <LI><TT>FL_CURSOR_ARROW</TT> - an arrow pointer </LI> @@ -223,7 +226,7 @@ FLTK: <LI><TT>FL_EXCEPT</TT> - Call the callback if an exception occurs on the file. </LI> </UL> -<H2>Damage Masks</H2> +<H2><a name=damage>Damage Masks</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> |
