|
fltk 1.3.0rc3
About: FLTK (Fast Light Tool Kit) is a cross-platform C++ GUI toolkit for UNIX/Linux (X11), Microsoft Windows, and MacOS X. Release candidate.
SfR Fresh Dox: fltk-1.3.0rc3-source.tar.gz ("inofficial" and yet experimental doxygen-generated source code documentation) ![]() |
#include <FL/Fl_Shared_Image.H>#include <FL/Fl_BMP_Image.H>#include <FL/Fl_GIF_Image.H>#include <FL/Fl_JPEG_Image.H>#include <FL/Fl_PNG_Image.H>#include <FL/Fl_PNM_Image.H>#include <stdio.h>#include <stdlib.h>#include "flstring.h"
Go to the source code of this file.
Functions | |
| void | fl_register_images () |
| Register the image formats. | |
| void fl_register_images | ( | ) |
Register the image formats.
This function is provided in the fltk_images library and registers all of the "extra" image file formats that are not part of the core FLTK library.
Definition at line 63 of file fl_images_core.cxx.
References Fl_Shared_Image::add_handler().
Referenced by Fl_Help_Dialog::Fl_Help_Dialog(), Fl_File_Icon::load_system_icons(), and main().