summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/Fl_BMP_Image.html6
-rw-r--r--documentation/Fl_GIF_Image.html6
-rw-r--r--documentation/Fl_Gl_Window.html32
-rw-r--r--documentation/Fl_Help_Dialog.html6
-rw-r--r--documentation/Fl_JPEG_Image.html6
-rw-r--r--documentation/Fl_PNG_Image.html6
-rw-r--r--documentation/Fl_PNM_Image.html6
-rw-r--r--documentation/Fl_XBM_Image.html6
-rw-r--r--documentation/Fl_XPM_Image.html6
9 files changed, 70 insertions, 10 deletions
diff --git a/documentation/Fl_BMP_Image.html b/documentation/Fl_BMP_Image.html
index 7f920813e..06dffe26e 100644
--- a/documentation/Fl_BMP_Image.html
+++ b/documentation/Fl_BMP_Image.html
@@ -20,6 +20,12 @@
#include <FL/Fl_BMP_Image.H>
</PRE></UL>
+<H3>Additional Libraries</H3>
+
+<UL><PRE>
+-lfltk_images / fltkimages.lib
+</PRE></UL>
+
<H3>Description</H3>
<P>The <TT>Fl_BMP_Image</TT> class supports loading, caching,
diff --git a/documentation/Fl_GIF_Image.html b/documentation/Fl_GIF_Image.html
index 543bfcc30..f67911a12 100644
--- a/documentation/Fl_GIF_Image.html
+++ b/documentation/Fl_GIF_Image.html
@@ -20,6 +20,12 @@
#include &lt;FL/Fl_GIF_Image.H&gt;
</PRE></UL>
+<H3>Additional Libraries</H3>
+
+<UL><PRE>
+-lfltk_images / fltkimages.lib
+</PRE></UL>
+
<H3>Description</H3>
<P>The <TT>Fl_GIF_Image</TT> class supports loading, caching,
diff --git a/documentation/Fl_Gl_Window.html b/documentation/Fl_Gl_Window.html
index fd5957e57..84bddd7e0 100644
--- a/documentation/Fl_Gl_Window.html
+++ b/documentation/Fl_Gl_Window.html
@@ -1,21 +1,32 @@
-<HTML><BODY>
+<HTML>
+<BODY>
+
<!-- NEW PAGE -->
+
<H2><A name=Fl_Gl_Window>class Fl_Gl_Window</A></H2>
+
<HR>
+
<H3>Class Hierarchy</H3>
-<UL>
-<PRE>
+
+<UL><PRE>
<A href=Fl_Window.html#Fl_Window>Fl_Window</A>
|
+----<B>Fl_Gl_Window</B>
-</PRE>
-</UL>
+</PRE></UL>
+
<H3>Include Files</H3>
-<UL>
-<PRE>
+
+<UL><PRE>
#include &lt;FL/Fl_Gl_Window.H&gt;
-</PRE>
-</UL>
+</PRE></UL>
+
+<H3>Additional Libraries</H3>
+
+<UL><PRE>
+-lfltk_gl / fltkgl.lib
+</PRE></UL>
+
<H3>Description</H3>
The <TT>Fl_Gl_Window</TT> widget sets things up so OpenGL works, and
also keeps an OpenGL &quot;context&quot; for that window, so that changes to the
@@ -208,4 +219,5 @@ Fl_Gl_Window::valid()</TT> and set the same transformation. If you
don't your code may not work on other systems. Depending on the OS,
and on whether overlays are real or simulated, the OpenGL context may
be the same or different between the overlay and main window. </P>
-</BODY></HTML>
+</BODY>
+</HTML>
diff --git a/documentation/Fl_Help_Dialog.html b/documentation/Fl_Help_Dialog.html
index e414019ab..26d07f783 100644
--- a/documentation/Fl_Help_Dialog.html
+++ b/documentation/Fl_Help_Dialog.html
@@ -20,6 +20,12 @@ Fl_Group
#include "Fl_Help_Dialog.h"
</PRE></UL>
+<H3>Additional Libraries</H3>
+
+<UL><PRE>
+-lfltk_images / fltkimages.lib
+</PRE></UL>
+
<H3>Description</H3>
<P>The <CODE>Fl_Help_Dialog</CODE> widget displays a standard help dialog window
diff --git a/documentation/Fl_JPEG_Image.html b/documentation/Fl_JPEG_Image.html
index 74c609b24..06b57f9e6 100644
--- a/documentation/Fl_JPEG_Image.html
+++ b/documentation/Fl_JPEG_Image.html
@@ -20,6 +20,12 @@
#include &lt;FL/Fl_JPEG_Image.H&gt;
</PRE></UL>
+<H3>Additional Libraries</H3>
+
+<UL><PRE>
+-lfltk_images / fltkimages.lib
+</PRE></UL>
+
<H3>Description</H3>
<P>The <TT>Fl_JPEG_Image</TT> class supports loading, caching,
diff --git a/documentation/Fl_PNG_Image.html b/documentation/Fl_PNG_Image.html
index a87ac5455..164863486 100644
--- a/documentation/Fl_PNG_Image.html
+++ b/documentation/Fl_PNG_Image.html
@@ -20,6 +20,12 @@
#include &lt;FL/Fl_PNG_Image.H&gt;
</PRE></UL>
+<H3>Additional Libraries</H3>
+
+<UL><PRE>
+-lfltk_images / fltkimages.lib
+</PRE></UL>
+
<H3>Description</H3>
<P>The <TT>Fl_PNG_Image</TT> class supports loading, caching,
diff --git a/documentation/Fl_PNM_Image.html b/documentation/Fl_PNM_Image.html
index 7b761c5f9..70f058bc6 100644
--- a/documentation/Fl_PNM_Image.html
+++ b/documentation/Fl_PNM_Image.html
@@ -20,6 +20,12 @@
#include &lt;FL/Fl_PNM_Image.H&gt;
</PRE></UL>
+<H3>Additional Libraries</H3>
+
+<UL><PRE>
+-lfltk_images / fltkimages.lib
+</PRE></UL>
+
<H3>Description</H3>
<P>The <TT>Fl_PNM_Image</TT> class supports loading, caching,
diff --git a/documentation/Fl_XBM_Image.html b/documentation/Fl_XBM_Image.html
index 38a88c28d..22180f8bf 100644
--- a/documentation/Fl_XBM_Image.html
+++ b/documentation/Fl_XBM_Image.html
@@ -20,6 +20,12 @@
#include &lt;FL/Fl_XBM_Image.H&gt;
</PRE></UL>
+<H3>Additional Libraries</H3>
+
+<UL><PRE>
+-lfltk_images / fltkimages.lib
+</PRE></UL>
+
<H3>Description</H3>
<P>The <TT>Fl_XBM_Image</TT> class supports loading, caching,
diff --git a/documentation/Fl_XPM_Image.html b/documentation/Fl_XPM_Image.html
index 821751937..e53dfaded 100644
--- a/documentation/Fl_XPM_Image.html
+++ b/documentation/Fl_XPM_Image.html
@@ -20,6 +20,12 @@
#include &lt;FL/Fl_XPM_Image.H&gt;
</PRE></UL>
+<H3>Additional Libraries</H3>
+
+<UL><PRE>
+-lfltk_images / fltkimages.lib
+</PRE></UL>
+
<H3>Description</H3>
<P>The <TT>Fl_XPM_Image</TT> class supports loading, caching,