mirror of
https://github.com/fltk/fltk.git
synced 2026-05-21 22:51:41 +08:00
doxygen doc updates:
documentation/enumerations.dox: file is not actively managed, note added documentation/fluid.dox: many html tags reformatted, including images git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6225 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
@@ -7,15 +7,20 @@
|
||||
section. Constants whose value is zero are marked with "(0)",
|
||||
this is often useful to know when programming.
|
||||
|
||||
\note This file is not actively maintained any more, but is left
|
||||
here as a reference, until the doxygen documentation is
|
||||
completed. See \ref FL/Enumerations.H.
|
||||
|
||||
|
||||
<H2>Version Numbers</H2>
|
||||
The FLTK version number is stored in a number of compile-time
|
||||
constants:
|
||||
<UL>
|
||||
<LI><TT>FL_MAJOR_VERSION</TT> - The major release number, currently 1. </LI>
|
||||
<LI><TT>FL_MINOR_VERSION</TT> - The minor release number, currently 1. </LI>
|
||||
<LI><TT>FL_MINOR_VERSION</TT> - The minor release number, currently 3. </LI>
|
||||
<LI><TT>FL_PATCH_VERSION</TT> - The patch release number, currently 0. </LI>
|
||||
<LI><TT>FL_VERSION</TT> - A combined floating-point version number for
|
||||
the major, minor, and patch release numbers, currently 1.0100. </LI>
|
||||
the major, minor, and patch release numbers, currently 1.0300. </LI>
|
||||
</UL>
|
||||
<H2><A NAME="events">Events</A></H2>
|
||||
Events are identified by an <TT>Fl_Event</TT> enumeration value. The
|
||||
|
||||
+110
-120
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user