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

class Fl_BMP_Image

+
+ +

Class Hierarchy

+ + + +

Include Files

+ + + +

Additional Libraries

+ + + +

Description

+ +

The Fl_BMP_Image class supports loading, caching, +and drawing of Windows Bitmap (BMP) image files.

+ +

Methods

+ + + +

Fl_BMP_Image::Fl_BMP_Image(const char *filename);

+ +

The constructor loads the named BMP image.

+ +

Fl_BMP_Image::~Fl_BMP_Image();

+ +

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

+ + + -- cgit v1.3.1