mirror of
https://github.com/fltk/fltk.git
synced 2026-06-06 08:32:07 +08:00
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:
@@ -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 <FL/Fl_Shared_Image.H>
|
||||
</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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user