diff options
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/functions.html | 62 |
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 <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> <HR> |
