diff options
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/src/enumerations.dox | 2 | ||||
| -rw-r--r-- | documentation/src/events.dox | 2 | ||||
| -rw-r--r-- | documentation/src/index.dox | 2 | ||||
| -rw-r--r-- | documentation/src/preface.dox | 4 |
4 files changed, 5 insertions, 5 deletions
diff --git a/documentation/src/enumerations.dox b/documentation/src/enumerations.dox index e9e7e87b5..91eba6afa 100644 --- a/documentation/src/enumerations.dox +++ b/documentation/src/enumerations.dox @@ -19,7 +19,7 @@ The FLTK version number is stored in a number of compile-time constants: - FL_MAJOR_VERSION - The major release number, currently 1 - FL_MINOR_VERSION - The minor release number, currently 4 - - FL_PATCH_VERSION - The patch release number, currently 0 + - FL_PATCH_VERSION - The patch release number, currently 1 - FL_VERSION - \b [Deprecated] A combined floating-point version number for the major, minor, and patch release numbers, currently 1.0400 - FL_API_VERSION - A combined integer version number for the major, minor, diff --git a/documentation/src/events.dox b/documentation/src/events.dox index 9ca663a74..38dabeb6f 100644 --- a/documentation/src/events.dox +++ b/documentation/src/events.dox @@ -60,7 +60,7 @@ Newer mice add even more buttons, called "side buttons": - a "back" button, typically used to "go back", e.g. in browsers - a "forward" button, typically used to "go forward", e.g. in browsers -FLTK handles up to five buttons since version 1.4.0 across all supported +FLTK handles up to five buttons since version 1.3.10 across all supported platforms. Note that Windows doesn't support more than five buttons whereas other platforms may support more. FLTK ignores other buttons as long as they send "mouse button" events. diff --git a/documentation/src/index.dox b/documentation/src/index.dox index f64c85be9..a963b18da 100644 --- a/documentation/src/index.dox +++ b/documentation/src/index.dox @@ -8,7 +8,7 @@ \image latex FL200.png "" width=5cm </CENTER></TD> <TD><CENTER> - <B>FLTK 1.4.0 Programming Manual</B> + <B>FLTK 1.4.1 Programming Manual</B> By F. Costantini, M. Melcher, A. Schlosser, B. Spitzak and M. Sweet. diff --git a/documentation/src/preface.dox b/documentation/src/preface.dox index 035a175e3..6b55e9b78 100644 --- a/documentation/src/preface.dox +++ b/documentation/src/preface.dox @@ -2,11 +2,11 @@ \page preface Preface -This manual describes the Fast Light Tool Kit ("FLTK") version 1.4.0, +This manual describes the Fast Light Tool Kit ("FLTK") version 1.4.1, a C++ Graphical User Interface ("GUI") toolkit for UNIX, Microsoft Windows, and Apple macOS. -Version 1.4.0 introduces support for a new windowing system under +Version 1.4.0 introduced support for a new windowing system under Linux/Unix: Wayland. FLTK applications under Linux/Unix run unchanged as Wayland or X11 clients depending on availability at run-time. |
