Skip to content

Commit

Permalink
Documentation updates, mainly to fix typos, mark constants with TT, and
Browse files Browse the repository at this point in the history
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
  • Loading branch information
michaelrsweet committed Dec 12, 2001
1 parent 0ee1fb7 commit a910371
Show file tree
Hide file tree
Showing 4 changed files with 531 additions and 336 deletions.
2 changes: 1 addition & 1 deletion documentation/Fl.html
Expand Up @@ -1081,7 +1081,7 @@ <H4><A NAME="Fl.wait">int wait();<BR>
<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
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>

Expand Down
12 changes: 6 additions & 6 deletions documentation/intro.html
Expand Up @@ -5,7 +5,7 @@ <H1 ALIGN="RIGHT"><A NAME="intro">1 - Introduction to FLTK</A></H1>

<P>The Fast Light Tool Kit (&quot;FLTK&quot;, pronounced
&quot;fulltick&quot;) is a LGPL'd C++ graphical user interface
toolkit for X (UNIX&reg;), OpenGL&reg;, MacOS&reg; X, and
toolkit for X (UNIX&reg;), OpenGL&reg;, MacOS&reg;, and
Microsoft&reg; Windows&reg;. It was originally developed by Mr.
Bill Spitzak and is currently maintained by a small group of
developers across the world with a central repository in the
Expand Down Expand Up @@ -98,12 +98,12 @@ <H2>Features</H2>
<LI>The FLUID program (which includes every widget) is
538k.</LI>

<LI>Written directly atop core libraries (Xlib, WIN32 or Carbon) for maximum
speed, and carefully optimized for code size and
performance.</LI>
<LI>Written directly atop core libraries (Xlib, WIN32 or
Carbon) for maximum speed, and carefully optimized for
code size and performance.</LI>

<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>

<LI>Interactive user interface builder program. Output is
Expand All @@ -113,7 +113,7 @@ <H2>Features</H2>
is available.</LI>

<LI>Very small &amp; 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>

Expand Down

0 comments on commit a910371

Please sign in to comment.