diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2011-01-01 04:42:56 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2011-01-01 04:42:56 +0000 |
| commit | 8074cb6f8213ec824547986ecd85f6072250d168 (patch) | |
| tree | 642d44a0250f15c30ef4d48342818ef921f0dea6 /documentation/src/preface.dox | |
| parent | e3fde20cf8c847d70b355a85ce58cad4651d115b (diff) | |
A bunch of documentation updates. Not sure if I found everything. The Unicode section needs some love.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8151 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/src/preface.dox')
| -rw-r--r-- | documentation/src/preface.dox | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/documentation/src/preface.dox b/documentation/src/preface.dox index e0c9b8269..8558f1092 100644 --- a/documentation/src/preface.dox +++ b/documentation/src/preface.dox @@ -4,7 +4,7 @@ This manual describes the Fast Light Tool Kit ("FLTK") version 1.3.0, a C++ Graphical User Interface -("GUI") toolkit for UNIX, Microsoft Windows and MacOS. Each +("GUI") toolkit for UNIX, Microsoft Windows and Apple OS X. Each of the chapters in this manual is designed as a tutorial for using FLTK, while the appendices provide a convenient reference for all FLTK widgets, functions, and operating system @@ -63,11 +63,15 @@ The X Window System version 11. \par Xlib The X Window System interface library. -\par WIN32 -The Microsoft Windows 32-bit Application Programmer's Interface. +\par MS Windows, <tt>WIN32</tt> +The Microsoft Windows Application Programmer's Interface for Windows 2000, +Windows XP, Windows Vista, and Windows 7. FLTK uses the preprocessor definition +<tt>WIN32</tt> for the 32 bit and 64 bit MS Windows API. -\par MacOS -The Apple Macintosh OS 8.6 and later, including OS X. +\par OS X, <tt>__APPLE__</tt> +The Apple desktop operating sytem OS X 10.0 and later. MacOS 8 and 9 support +was dropped after FLTK 1.0.10. FLTK uses the preprocessor definition +<tt>__APPLE__</tt> for OS X. \section preface_copyrights Copyrights and Trademarks |
