From a6163888f3c56123b1db313743c6147ba498732c Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Fri, 8 Aug 2014 14:42:07 +0300 Subject: Add third_party libs --- .../fltk-1.1.10/documentation/Fl_Pixmap.html | 57 ++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 third_party/windows/fltk-1.1.10/documentation/Fl_Pixmap.html (limited to 'third_party/windows/fltk-1.1.10/documentation/Fl_Pixmap.html') diff --git a/third_party/windows/fltk-1.1.10/documentation/Fl_Pixmap.html b/third_party/windows/fltk-1.1.10/documentation/Fl_Pixmap.html new file mode 100644 index 0000000..8c2af04 --- /dev/null +++ b/third_party/windows/fltk-1.1.10/documentation/Fl_Pixmap.html @@ -0,0 +1,57 @@ + + + Fl_Pixmap + + + + + +

class Fl_Pixmap

+
+ +

Class Hierarchy

+ + + +

Include Files

+ + + +

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.

+ + + -- cgit v1.3.1