source: rtems-graphics-toolkit/fltk-1.1.10/documentation/Fl_Pixmap.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.2 KB
Line 
1<HTML>
2<HEAD>
3        <TITLE>Fl_Pixmap</TITLE>
4</HEAD>
5<BODY>
6
7<!-- NEW PAGE -->
8
9<H2><A name="Fl_Pixmap">class Fl_Pixmap</A></H2>
10<HR>
11
12<H3>Class Hierarchy</H3>
13
14<UL><PRE>
15<A href="Fl_Image.html">Fl_Image</A>
16   |
17   +----<B>Fl_Pixmap</B>
18           |
19           +----<A href="Fl_GIF_Image.html">Fl_GIF_Image</A>,
20                <A href="Fl_XPM_Image.html">Fl_XPM_Image</A>
21</PRE></UL>
22
23<H3>Include Files</H3>
24
25<UL><PRE>
26#include &lt;FL/Fl_Pixmap.H&gt;
27</PRE></UL>
28
29<H3>Description</H3>
30
31<P>The <TT>Fl_Pixmap</TT> class supports caching and drawing of colormap
32(pixmap) images, including transparency.</P>
33
34<H3>Methods</H3>
35
36<UL>
37
38        <LI><A href="#Fl_Pixmap.Fl_Pixmap">Fl_Pixmap</A></LI>
39
40        <LI><A href="#Fl_Pixmap.~Fl_Pixmap">~Fl_Pixmap</A></LI>
41
42</UL>
43
44<H4><A name="Fl_Pixmap.Fl_Pixmap">Fl_Pixmap::Fl_Pixmap(const char * const *data);<BR>
45Fl_Pixmap::Fl_Pixmap(const char **data);<BR>
46Fl_Pixmap::Fl_Pixmap(const unsigned char * const *data);<BR>
47Fl_Pixmap::Fl_Pixmap(const unsigned char **data);</A></H4>
48
49<P>The constructors create a new pixmap from the specified XPM data.</P>
50
51<H4><A name="Fl_Pixmap.~Fl_Pixmap">Fl_Pixmap::~Fl_Pixmap();</A></H4>
52
53<P>The destructor free all memory and server resources that are used by
54the pixmap.</P>
55
56</BODY>
57</HTML>
Note: See TracBrowser for help on using the repository browser.