Documentation

Back to TOC

 

class Fl_Pixmap


Class Hierarchy

Include Files

    #include <FL/Fl_Pixmap.H>
    

Description

The Fl_Pixmap class supports caching and drawing of colormap (pixmap) images, including transparency.

Methods

Fl_Pixmap::Fl_Pixmap(const char * const *data);
Fl_Pixmap::Fl_Pixmap(const char **data);
Fl_Pixmap::Fl_Pixmap(const unsigned char * const *data);
Fl_Pixmap::Fl_Pixmap(const unsigned char **data);

The constructors create a new pixmap from the specified XPM data.

Fl_Pixmap::~Fl_Pixmap();

The destructor free all memory and server resources that are used by the pixmap.


User Comments [ Add Comment ]

No comments for this page.

 
 

Comments are owned by the poster. All other content is copyright 1998-2008 by Bill Spitzak and others. This project is hosted by Easy Software Products. Please report site problems to 'webmaster@easysw.com'.