Separate the extra image functions into fltk_images.

Add new fl_register_images() function to register the extra file formats
with Fl_Shared_Image.


git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2329 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Michael R Sweet
2002-06-28 21:04:37 +00:00
parent 96094e5617
commit 6a6e4ab66c
18 changed files with 291 additions and 94 deletions
+31 -31
View File
@@ -35,6 +35,7 @@ A</A>.
<LI><A HREF="#fl_message_font"><TT>fl_message_font</TT></A></LI>
<LI><A HREF="#fl_message_icon"><TT>fl_message_icon</TT></A></LI>
<LI><A HREF="#fl_password"><TT>fl_password</TT></A></LI>
<LI><A HREF="#fl_register_images"><TT>fl_register_images</TT></A></LI>
<LI><A HREF="#fl_rgb_color"><TT>fl_rgb_color</TT></A></LI>
<LI><A HREF="#fl_show_colormap"><TT>fl_show_colormap</TT></A></LI>
@@ -87,40 +88,14 @@ A</A>.
</UL>
</LI>
<LI>Image Functions
<UL>
<LI><A HREF="#fl_register_images"><TT>fl_register_images</TT></A></LI>
</UL>
</LI>
</UL>
<!-- NEED 4in -->
<H2><A NAME="fl_alert">fl_alert</A></H2>
@@ -930,6 +905,31 @@ href=Fl_Secret_Input.html><tt>Fl_Secret_Input</tt></A> field is
used.
<!-- NEED 4in -->
<H2><A NAME="fl_register_images">fl_register_images</A></H2>
<HR>
<H3>Include File</H3>
<UL><PRE>
#include &lt;FL/Fl_Shared_Image.H&gt;
</PRE></UL>
<H3>Prototype</H3>
<UL><PRE>
void fl_register_images();
</PRE></UL>
<H3>Description</H3>
<P>Registers the extra image file formats that are not provided
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.
<!-- NEED 4in -->
<H2><A NAME="fl_rgb_color">fl_rgb_color</A></H2>