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_GIF_Image.html | 58 ++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 third_party/windows/fltk-1.1.10/documentation/Fl_GIF_Image.html (limited to 'third_party/windows/fltk-1.1.10/documentation/Fl_GIF_Image.html') diff --git a/third_party/windows/fltk-1.1.10/documentation/Fl_GIF_Image.html b/third_party/windows/fltk-1.1.10/documentation/Fl_GIF_Image.html new file mode 100644 index 0000000..a9a4854 --- /dev/null +++ b/third_party/windows/fltk-1.1.10/documentation/Fl_GIF_Image.html @@ -0,0 +1,58 @@ + + + Fl_GIF_Image + + + + + +

class Fl_GIF_Image

+
+ +

Class Hierarchy

+ + + +

Include Files

+ + + +

Additional Libraries

+ + + +

Description

+ +

The Fl_GIF_Image class supports loading, caching, +and drawing of Compuserve GIFSM images. The class +loads the first image and supports transparency.

+ +

Methods

+ + + +

Fl_GIF_Image::Fl_GIF_Image(const char *filename);

+ +

The constructor loads the named GIF image.

+ +

Fl_GIF_Image::~Fl_GIF_Image();

+ +

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

+ + + -- cgit v1.3.1