1 /* File : Fl_Shared_Image.i */
2 //%module Fl_Shared_Image
3 
4 %feature("docstring") ::Fl_Shared_Image
5 """
6 The Fl_Shared_Image class supports caching, loading, and drawing of image
7 files. Most applications will also want to link against the fltk_images
8 library and call the fl_register_images() function to support standard image
9 formats such as BMP, GIF, JPEG, and PNG.
10 """ ;
11 
12 %{
13 #include "FL/Fl_Shared_Image.H"
14 %}
15 
16 //%include "macros.i"
17 //CHANGE_OWNERSHIP(Fl_Shared_Image)
18 
19 %include "FL/Fl_Shared_Image.H"
20