From 8074cb6f8213ec824547986ecd85f6072250d168 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sat, 1 Jan 2011 04:42:56 +0000 Subject: 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 --- documentation/src/preface.dox | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'documentation/src/preface.dox') 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, WIN32 +The Microsoft Windows Application Programmer's Interface for Windows 2000, +Windows XP, Windows Vista, and Windows 7. FLTK uses the preprocessor definition +WIN32 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, __APPLE__ +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 +__APPLE__ for OS X. \section preface_copyrights Copyrights and Trademarks -- cgit v1.2.3