1 /* File : Fl_XBM_Image.i */
2 //%module Fl_XBM_Image
3 
4 %feature("docstring") ::Fl_XBM_Image
5 """
6 The Fl_XBM_Image class supports loading, caching, and drawing of X Bitmap
7 (XBM) bitmap files.
8 """ ;
9 
10 %{
11 #include "FL/Fl_XBM_Image.H"
12 %}
13 
14 //%include "macros.i"
15 //CHANGE_OWNERSHIP(Fl_XBM_Image)
16 
17 %include "FL/Fl_XBM_Image.H"
18