mirror of
https://github.com/fltk/fltk.git
synced 2026-05-31 22:04:26 +08:00
Documentation updates, mainly to fix typos, mark constants with TT, and
clean up the osissues.html file for all OS's. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1836 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
@@ -1081,7 +1081,7 @@ seconds. <i>It can return much sooner if something happens.</i>
|
|||||||
<P>The return value is positive if an event or fd happens before the
|
<P>The return value is positive if an event or fd happens before the
|
||||||
time elapsed. It is zero if nothing happens (on Win32 this will only
|
time elapsed. It is zero if nothing happens (on Win32 this will only
|
||||||
return zero if <i>time</i> is zero). It is negative if an error
|
return zero if <i>time</i> is zero). It is negative if an error
|
||||||
occurs (this will happen on Unix if a signal happens).
|
occurs (this will happen on UNIX if a signal happens).
|
||||||
|
|
||||||
<H4><A NAME="Fl.warning">void (*warning)(const char*, ...);</A></H4>
|
<H4><A NAME="Fl.warning">void (*warning)(const char*, ...);</A></H4>
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
<P>The Fast Light Tool Kit ("FLTK", pronounced
|
<P>The Fast Light Tool Kit ("FLTK", pronounced
|
||||||
"fulltick") is a LGPL'd C++ graphical user interface
|
"fulltick") is a LGPL'd C++ graphical user interface
|
||||||
toolkit for X (UNIX®), OpenGL®, MacOS® X, and
|
toolkit for X (UNIX®), OpenGL®, MacOS®, and
|
||||||
Microsoft® Windows®. It was originally developed by Mr.
|
Microsoft® Windows®. It was originally developed by Mr.
|
||||||
Bill Spitzak and is currently maintained by a small group of
|
Bill Spitzak and is currently maintained by a small group of
|
||||||
developers across the world with a central repository in the
|
developers across the world with a central repository in the
|
||||||
@@ -98,12 +98,12 @@ is now included with several Linux distributions.</P>
|
|||||||
<LI>The FLUID program (which includes every widget) is
|
<LI>The FLUID program (which includes every widget) is
|
||||||
538k.</LI>
|
538k.</LI>
|
||||||
|
|
||||||
<LI>Written directly atop core libraries (Xlib, WIN32 or Carbon) for maximum
|
<LI>Written directly atop core libraries (Xlib, WIN32 or
|
||||||
speed, and carefully optimized for code size and
|
Carbon) for maximum speed, and carefully optimized for
|
||||||
performance.</LI>
|
code size and performance.</LI>
|
||||||
|
|
||||||
<LI>Precise low-level compatability between the X11,
|
<LI>Precise low-level compatability between the X11,
|
||||||
WIN32 and MacOS version - only about 10% of the code is
|
WIN32 and MacOS versions - only about 10% of the code is
|
||||||
different.</LI>
|
different.</LI>
|
||||||
|
|
||||||
<LI>Interactive user interface builder program. Output is
|
<LI>Interactive user interface builder program. Output is
|
||||||
@@ -113,7 +113,7 @@ is now included with several Linux distributions.</P>
|
|||||||
is available.</LI>
|
is available.</LI>
|
||||||
|
|
||||||
<LI>Very small & fast portable 2-D drawing library
|
<LI>Very small & fast portable 2-D drawing library
|
||||||
to hide Xlib, WIN32 or QuickDraw.</LI>
|
to hide Xlib, WIN32, or QuickDraw.</LI>
|
||||||
|
|
||||||
<LI>OpenGL/Mesa drawing area widget.</LI>
|
<LI>OpenGL/Mesa drawing area widget.</LI>
|
||||||
|
|
||||||
|
|||||||
+517
-323
File diff suppressed because it is too large
Load Diff
@@ -99,10 +99,11 @@ interfaces.</P>
|
|||||||
distribution of FLTK is governed by the GNU Library General Public
|
distribution of FLTK is governed by the GNU Library General Public
|
||||||
License, located in <A HREF="license.html#license">Appendix G</A>.</P>
|
License, located in <A HREF="license.html#license">Appendix G</A>.</P>
|
||||||
|
|
||||||
<P>UNIX is a registered trademark of the X Open Group, Inc. Microsoft
|
<P>UNIX is a registered trademark of the X Open Group, Inc.
|
||||||
and Windows are registered trademarks of Microsoft Corporation. OpenGL
|
Microsoft and Windows are registered trademarks of Microsoft
|
||||||
is a registered trademark of Silicon Graphics, Inc. . Apple, Macintosh,
|
Corporation. OpenGL is a registered trademark of Silicon
|
||||||
MacOS and Mac OS X are registered trademarks of Apple Computer, Inc. .</P>
|
Graphics, Inc. Apple, Macintosh, MacOS, and Mac OS X are
|
||||||
|
registered trademarks of Apple Computer, Inc.</P>
|
||||||
|
|
||||||
</BODY>
|
</BODY>
|
||||||
</HTML>
|
</HTML>
|
||||||
|
|||||||
Reference in New Issue
Block a user