Defines | |
| #define | FL_MAJOR_VERSION |
| #define | FL_MINOR_VERSION |
| #define | FL_PATCH_VERSION |
| #define | FL_VERSION |
Functions | |
| double | version () |
FL_VERSION is a macro double that describes the major, minor, and patch version numbers. The integer value is the major number. One digit is used for the minor number, and three for the "patch" number which is increased for each binary differnt release (it can go to 999).
Because double cannot be used in #if statements, the integer numbers are in the FL_MAJOR_VERSION, FL_MINOR_VERSION, and FL_PATCH_VERSION macro constants.
|
|
The major release number, 1 or 2.
|
|
|
The minor release number, 0-9.
|
|
|
The patch number, 0-999.
|
|
|
Returns the value of FL_VERSION that FLTK was compiled with. This can be compared to the FL_VERSION macro to see if the shared library of fltk your program linked with is up to date. |
©2006 Bill Spitzak and others.