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

class Fl_Bitmap

+
+ +

Class Hierarchy

+ + + +

Include Files

+ + + +

Description

+ +

The Fl_Bitmap class supports caching and drawing of mono-color +(bitmap) images. Images are drawn using the current color.

+ +

Methods

+ + + +

Fl_Bitmap::Fl_Bitmap(const char *array, int W, int H);
+Fl_Bitmap::Fl_Bitmap(const unsigned char *array, int W, int H);

+ +

The constructors create a new bitmap from the specified bitmap data.

+ +

Fl_Bitmap::~Fl_Bitmap();

+ +

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

+ + + -- cgit v1.3.1