From 4c53a5d8f4f23358a101ef6bda4b6b8ea4b95274 Mon Sep 17 00:00:00 2001
From: Bill Spitzak C - FLTK Enumerations
+C - FLTK Enumerations
This appendix lists the enumerations provided in the
<FL/Enumerations.H> header file, organized by section.
Constants whose value is zero are marked with "(0)", this is often
@@ -14,7 +14,7 @@ constants:
Events
+Events
Events are identified by an Fl_Event enumeration value. The
following events are currently defined:
@@ -42,7 +42,7 @@ understand) occurred (0).
-Callback "When" Conditions
+Callback "When" Conditions
The following constants determine when a callback is performed:
-Alignment Values
+Alignment Values
The following constants define bits that can be used with
Fl_Widget::align() to control the positioning of the
label:
@@ -138,7 +138,7 @@ label:
label inside the widget.
-Fonts
+Fonts
The following constants define the standard FLTK fonts:
-Colors
+Colors
The following color constants can be used to access the colors in the
FLTK standard color palette:
@@ -196,9 +196,12 @@ 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);
-
Cursors
- The following constants define the mouse cursors that are available in
-FLTK:
+Cursors
+
+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.