mirror of
https://github.com/fltk/fltk.git
synced 2026-06-07 00:55:23 +08:00
Multiple fixes from Sebastien.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1833 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
@@ -22,8 +22,15 @@
|
||||
|
||||
<H3>Description</H3>
|
||||
|
||||
<P>The <TT>Fl_Tiled_Image</TT> class supports tiling of images over a
|
||||
specified area.</P>
|
||||
<P>The <TT>Fl_Tiled_Image</TT> class supports tiling of images
|
||||
over a specified area. The source (tile) image is <B>not</B>
|
||||
copied unless you call the <A
|
||||
HREF="Fl_Image.html#Fl_Image.color_average"><TT>color_average()</TT></A>,
|
||||
<A
|
||||
HREF="Fl_Image.html#Fl_Image.desaturate"><TT>desaturate()</TT></A>,
|
||||
or <A
|
||||
HREF="Fl_Image.html#Fl_Image.inactive"><TT>inactive()</TT></A>
|
||||
methods.</P>
|
||||
|
||||
<H3>Methods</H3>
|
||||
|
||||
|
||||
@@ -5,11 +5,11 @@
|
||||
|
||||
<P>The Fast Light Tool Kit ("FLTK", pronounced
|
||||
"fulltick") is a LGPL'd C++ graphical user interface
|
||||
toolkit for X (UNIX®), OpenGL®, and Microsoft®
|
||||
Windows®. Work is also underway to support FLTK under MacOS
|
||||
X. 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 US.</P>
|
||||
toolkit for X (UNIX®), OpenGL®, MacOS® X, and
|
||||
Microsoft® Windows®. 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
|
||||
US.</P>
|
||||
|
||||
<H2>History of FLTK</H2>
|
||||
|
||||
@@ -151,7 +151,7 @@ the toolkit, which was already in use by several people, Bill
|
||||
came up with "FLTK", including a bogus excuse that it
|
||||
stands for "The Fast Light Toolkit".</P>
|
||||
|
||||
<H2>Building and Installing FLTK Under UNIX</H2>
|
||||
<H2>Building and Installing FLTK Under UNIX and MacOS X</H2>
|
||||
|
||||
<P>In most cases you can just type "make". This will
|
||||
run configure with the default of no options and then compile
|
||||
@@ -294,15 +294,6 @@ copy makefiles\Makefile.os2x Makefile
|
||||
make
|
||||
</PRE></UL>
|
||||
|
||||
<H2>Building FLTK Under MacOS X</H2>
|
||||
|
||||
<P>The current version of FLTK requires the XFree86 X server for
|
||||
Darwin. Follow the instructions for building FLTK under
|
||||
UNIX.</P>
|
||||
|
||||
<P>Future versions of FLTK will provide a Carbon-based window
|
||||
interface, so XFree86 will no longer be required.</P>
|
||||
|
||||
<H2>Internet Resources</H2>
|
||||
|
||||
<P>FLTK is available on the 'net in a bunch of locations:</P>
|
||||
|
||||
Reference in New Issue
Block a user