Doco updates.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2576 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Michael R Sweet 2002-08-12 19:44:59 +00:00
parent 1860641362
commit 8448f781be
2 changed files with 9 additions and 2 deletions

View File

@ -22,8 +22,12 @@
<H3>Description</H3>
<P>The <TT>Fl_Shared_Image</TT> class supports caching, loading, and
drawing of image files. </P>
<P>The <TT>Fl_Shared_Image</TT> class supports caching, loading,
and drawing of image files. Most applications will also want to
link against the <CODE>fltk_images</CODE> library and call the
<A
HREF="functions.html#fl_register_images"><CODE>fl_register_images()</CODE></A>
function to support standard image formats such as BMP, GIF, JPEG, and PNG.</P>
<H3>Methods</H3>

View File

@ -1064,6 +1064,9 @@ as part of the core FLTK library for use with the <A
HREF="Fl_Shared_Image.html#Fl_Shared_Image"><CODE>Fl_Shared_Image</CODE></A>
class.
<P>This function is provided in the <CODE>fltk_images</CODE>
library.
<!-- NEED 4in -->
<H2><A NAME="fl_rgb_color">fl_rgb_color</A></H2>