summaryrefslogtreecommitdiff
path: root/documentation/functions.html
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2002-06-28 21:04:37 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2002-06-28 21:04:37 +0000
commit6a6e4ab66c655d2d897c3382a03cd9754257cf01 (patch)
treed63153819df5f6528f4a91afea23fe143563f135 /documentation/functions.html
parent96094e5617f0762538b12d5ba3cfead3d809b73c (diff)
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
Diffstat (limited to 'documentation/functions.html')
-rw-r--r--documentation/functions.html62
1 files changed, 31 insertions, 31 deletions
diff --git a/documentation/functions.html b/documentation/functions.html
index f9e559213..d38f2615f 100644
--- a/documentation/functions.html
+++ b/documentation/functions.html
@@ -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>
@@ -931,6 +906,31 @@ 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>
<HR>