diff options
| author | Yuval Adam <yuv.adm@gmail.com> | 2014-08-08 14:42:07 +0300 |
|---|---|---|
| committer | Yuval Adam <yuv.adm@gmail.com> | 2014-08-08 14:42:07 +0300 |
| commit | a6163888f3c56123b1db313743c6147ba498732c (patch) | |
| tree | ff7d15d991d1d09ba6cbc0cec80924f57445bfdd /third_party/windows/fltk-1.1.10/documentation/Fl_Pixmap.html | |
| parent | c3e4c9a25c2910d2d66d52215b3406b13d5b23d5 (diff) | |
Add third_party libs
Diffstat (limited to 'third_party/windows/fltk-1.1.10/documentation/Fl_Pixmap.html')
| -rw-r--r-- | third_party/windows/fltk-1.1.10/documentation/Fl_Pixmap.html | 57 |
1 files changed, 57 insertions, 0 deletions
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 @@ +<HTML>
+<HEAD>
+ <TITLE>Fl_Pixmap</TITLE>
+</HEAD>
+<BODY>
+
+<!-- NEW PAGE -->
+
+<H2><A name="Fl_Pixmap">class Fl_Pixmap</A></H2>
+<HR>
+
+<H3>Class Hierarchy</H3>
+
+<UL><PRE>
+<A href="Fl_Image.html">Fl_Image</A>
+ |
+ +----<B>Fl_Pixmap</B>
+ |
+ +----<A href="Fl_GIF_Image.html">Fl_GIF_Image</A>,
+ <A href="Fl_XPM_Image.html">Fl_XPM_Image</A>
+</PRE></UL>
+
+<H3>Include Files</H3>
+
+<UL><PRE>
+#include <FL/Fl_Pixmap.H>
+</PRE></UL>
+
+<H3>Description</H3>
+
+<P>The <TT>Fl_Pixmap</TT> class supports caching and drawing of colormap
+(pixmap) images, including transparency.</P>
+
+<H3>Methods</H3>
+
+<UL>
+
+ <LI><A href="#Fl_Pixmap.Fl_Pixmap">Fl_Pixmap</A></LI>
+
+ <LI><A href="#Fl_Pixmap.~Fl_Pixmap">~Fl_Pixmap</A></LI>
+
+</UL>
+
+<H4><A name="Fl_Pixmap.Fl_Pixmap">Fl_Pixmap::Fl_Pixmap(const char * const *data);<BR>
+Fl_Pixmap::Fl_Pixmap(const char **data);<BR>
+Fl_Pixmap::Fl_Pixmap(const unsigned char * const *data);<BR>
+Fl_Pixmap::Fl_Pixmap(const unsigned char **data);</A></H4>
+
+<P>The constructors create a new pixmap from the specified XPM data.</P>
+
+<H4><A name="Fl_Pixmap.~Fl_Pixmap">Fl_Pixmap::~Fl_Pixmap();</A></H4>
+
+<P>The destructor free all memory and server resources that are used by
+the pixmap.</P>
+
+</BODY>
+</HTML>
|
