From 497afccb07164373e0de6639e754d7d691f1926f Mon Sep 17 00:00:00 2001 From: Fabien Costantini Date: Tue, 14 Oct 2008 22:12:25 +0000 Subject: Doxygen pdf man: First version added in documentation/fltk.pdf, old doc removed, images, dox files moved to a new src directory. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6431 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/enumerations.html | 306 ---------------------------------------- 1 file changed, 306 deletions(-) delete mode 100644 documentation/enumerations.html (limited to 'documentation/enumerations.html') diff --git a/documentation/enumerations.html b/documentation/enumerations.html deleted file mode 100644 index 49acbcbe7..000000000 --- a/documentation/enumerations.html +++ /dev/null @@ -1,306 +0,0 @@ - - - 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 useful to know when programming. - -

Version Numbers

- The FLTK version number is stored in a number of compile-time -constants: - -

Events

- Events are identified by an Fl_Event enumeration value. The -following events are currently defined: - -

Callback "When" Conditions

- The following constants determine when a callback is performed: - -

Fl::event_button() Values

- -

The following constants define the button numbers for FL_PUSH and -FL_RELEASE events: - -

- -

Fl::event_key() Values

- The following constants define the non-ASCII keys on the keyboard for -FL_KEYBOARD and FL_SHORTCUT events: - -

Fl::event_state() Values

- The following constants define bits in the Fl::event_state() - value: - - -

Alignment Values

- The following constants define bits that can be used with -Fl_Widget::align() to control the positioning of the -label: - -

Fonts

- The following constants define the standard FLTK fonts: - - -

Colors

- -

The Fl_Color enumeration type holds a FLTK color value. -Colors are either 8-bit indexes into a virtual colormap or 24-bit RGB -color values. Color indices occupy the lower 8 bits of the value, while -RGB colors occupy the upper 24 bits, for a byte organization of RGBI. - -

Color Constants

- -

Constants are defined for the user-defined foreground and background -colors, as well as specific colors and the start of the grayscale ramp -and color cube in the virtual colormap. Inline functions are provided to -retrieve specific grayscale, color cube, or RGB color values. - -

The following color constants can be used to access the user-defined -colors: - -

- -

The following color constants can be used to access the colors from the -FLTK standard color cube: - -

- -

The inline methods for getting a grayscale, color cube, or -RGB color value are described in Appendix B - Function -Reference. - -

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.

- - - -

FD "When" Conditions

- - - -

Damage Masks

- The following damage mask bits are used by the standard FLTK widgets: - - -- cgit v1.2.3