mirror of
https://github.com/fltk/fltk.git
synced 2026-06-06 08:32:07 +08:00
Move Fl_Help_Dialog to fltk_images library.
Add "Additional Libraries" section to docos as needed. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2625 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -20,6 +20,12 @@
|
||||
#include <FL/Fl_GIF_Image.H>
|
||||
</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,
|
||||
|
||||
@@ -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 <FL/Fl_Gl_Window.H>
|
||||
</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 "context" 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>
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -20,6 +20,12 @@
|
||||
#include <FL/Fl_JPEG_Image.H>
|
||||
</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,
|
||||
|
||||
@@ -20,6 +20,12 @@
|
||||
#include <FL/Fl_PNG_Image.H>
|
||||
</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,
|
||||
|
||||
@@ -20,6 +20,12 @@
|
||||
#include <FL/Fl_PNM_Image.H>
|
||||
</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,
|
||||
|
||||
@@ -20,6 +20,12 @@
|
||||
#include <FL/Fl_XBM_Image.H>
|
||||
</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,
|
||||
|
||||
@@ -20,6 +20,12 @@
|
||||
#include <FL/Fl_XPM_Image.H>
|
||||
</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,
|
||||
|
||||
Reference in New Issue
Block a user