source: rtems-graphics-toolkit/fltk-1.1.10/documentation/Fl_XPM_Image.html @ 513eea1

Last change on this file since 513eea1 was 513eea1, checked in by Joel Sherrill <joel.sherrill@…>, on 01/09/10 at 22:43:24

2010-01-08 Joel Sherrill <joel.sherrill@…>

fltk 1.1.10. imported

  • ORIGIN: Updated.
  • Property mode set to 100644
File size: 1.1 KB
Line 
1<HTML>
2<HEAD>
3        <TITLE>Fl_XPM_Image</TITLE>
4</HEAD>
5<BODY>
6
7<!-- NEW PAGE -->
8
9<H2><A name="Fl_XPM_Image">class Fl_XPM_Image</A></H2>
10<HR>
11
12<H3>Class Hierarchy</H3>
13
14<UL><PRE>
15<A href="Fl_Pixmap.html">Fl_Pixmap</A>
16   |
17   +----<B>Fl_XPM_Image</B>
18</PRE></UL>
19
20<H3>Include Files</H3>
21
22<UL><PRE>
23#include &lt;FL/Fl_XPM_Image.H&gt;
24</PRE></UL>
25
26<H3>Additional Libraries</H3>
27
28<UL><PRE>
29-lfltk_images  /  fltkimages.lib
30</PRE></UL>
31
32<H3>Description</H3>
33
34<P>The <TT>Fl_XPM_Image</TT> class supports loading, caching,
35and drawing of X Pixmap (XPM) images, including transparency.</P>
36
37<H3>Methods</H3>
38
39<UL>
40
41        <LI><A href="#Fl_XPM_Image.Fl_XPM_Image">Fl_XPM_Image</A></LI>
42
43        <LI><A href="#Fl_XPM_Image.~Fl_XPM_Image">~Fl_XPM_Image</A></LI>
44
45</UL>
46
47<H4><A name="Fl_XPM_Image.Fl_XPM_Image">Fl_XPM_Image::Fl_XPM_Image(const char *filename);</A></H4>
48
49<P>The constructor loads the named XPM image.</P>
50
51<H4><A name="Fl_XPM_Image.~Fl_XPM_Image">Fl_XPM_Image::~Fl_XPM_Image();</A></H4>
52
53<P>The destructor free all memory and server resources that are used by
54the image.</P>
55
56</BODY>
57</HTML>
Note: See TracBrowser for help on using the repository browser.