summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/Fl_FileBrowser.html76
-rw-r--r--documentation/Fl_FileChooser.html162
-rw-r--r--documentation/Fl_FileIcon.html153
-rw-r--r--documentation/Fl_File_Browser.html76
-rw-r--r--documentation/Fl_File_Chooser.gif (renamed from documentation/Fl_FileChooser.gif)bin10760 -> 10760 bytes
-rw-r--r--documentation/Fl_File_Chooser.html162
-rw-r--r--documentation/Fl_File_Icon.html153
-rw-r--r--documentation/Fl_HelpDialog.html89
-rw-r--r--documentation/Fl_HelpView.html130
-rw-r--r--documentation/Fl_Help_Dialog.gif (renamed from documentation/Fl_HelpDialog.gif)bin12984 -> 12984 bytes
-rw-r--r--documentation/Fl_Help_Dialog.html77
-rw-r--r--documentation/Fl_Help_View.html123
-rw-r--r--documentation/fltk.book10
-rw-r--r--documentation/widgets.html20
14 files changed, 606 insertions, 625 deletions
diff --git a/documentation/Fl_FileBrowser.html b/documentation/Fl_FileBrowser.html
deleted file mode 100644
index 2c9e1da00..000000000
--- a/documentation/Fl_FileBrowser.html
+++ /dev/null
@@ -1,76 +0,0 @@
-<HTML>
-<BODY>
-
-<!-- NEW PAGE -->
-<H2><A NAME="Fl_FileBrowser">class Fl_FileBrowser</A></H2>
-
-<HR>
-
-<H3>Class Hierarchy</H3>
-
-<UL><PRE>
-<A HREF="Fl_Browser.html#Fl_Browser">Fl_Browser</A>
- |
- +----<B>Fl_FileBrowser</B>
-</PRE></UL>
-
-<H3>Include Files</H3>
-
-<UL><PRE>
-#include &lt;FL/Fl_FileBrowser.H>
-</PRE></UL>
-
-<H3>Description</H3>
-
-<P>The <CODE>Fl_FileBrowser</CODE> widget displays a list of filenames,
-optionally with file-specific icons.
-
-<H3>Methods</H3>
-
-<UL>
-
- <LI><A HREF="#Fl_FileBrowser.Fl_FileBrowser">Fl_FileBrowser</A>
- <LI><A HREF="#Fl_FileBrowser.~Fl_FileBrowser">~Fl_FileBrowser</A>
- <LI><A HREF="#Fl_FileBrowser.iconsize">iconsize</A>
- <LI><A HREF="#Fl_FileBrowser.filter">filter</A>
- <LI><A HREF="#Fl_FileBrowser.filetype">filetype</A>
- <LI><A HREF="#Fl_FileBrowser.load">load</A>
-
-</UL>
-
-<H4><A NAME="Fl_FileBrowser.Fl_FileBrowser">Fl_FileBrowser(int xx, int yy, int ww, int hh, const char *l = 0)</A></H4>
-
-<P>The constructor creates the <CODE>Fl_FileBrowser</CODE> widget at the specified
-position and size.
-
-<H4><A NAME="Fl_FileBrowser.~Fl_FileBrowser">~Fl_FileBrowser()</A></H4>
-
-<P>The destructor destroys the widget and frees all memory that has been
-allocated.
-
-<H4><A NAME="Fl_FileBrowser.iconsize">void iconsize(uchar s)<BR>
-uchar iconsize() const</A></H4>
-
-<P>Sets or gets the size of the icons. The default size is 20 pixels.
-
-<H4><A NAME="Fl_FileBrowser.filter">void filter(const char *pattern)<BR>
-const char *filter() const</A></H4>
-
-<P>Sets or gets the filename filter. The pattern matching uses the
-<CODE>filename_match()</CODE> function in FLTK.
-
-<H4><A NAME="Fl_FileBrowser.filetype">void filetype(int type)<BR>
-int filetype() const</A></H4>
-
-<P>Sets or gets the file browser type, <CODE>FILES</CODE> or
-<CODE>DIRECTORIES</CODE>. When set to <CODE>FILES</CODE>, both
-files and directories are shown. Otherwise only directories are
-shown.
-
-<H4><A NAME="Fl_FileBrowser.load">int load(const char *directory)</A></H4>
-
-<P>Loads the specified directory into the browser. If icons have been
-loaded then the correct icon is associated with each file in the list.
-
-</BODY>
-</HTML>
diff --git a/documentation/Fl_FileChooser.html b/documentation/Fl_FileChooser.html
deleted file mode 100644
index 13846c34d..000000000
--- a/documentation/Fl_FileChooser.html
+++ /dev/null
@@ -1,162 +0,0 @@
-<HTML>
-<BODY>
-
-<!-- NEW PAGE -->
-<H2><A NAME="FL_FileChooser">class Fl_FileChooser</A></H2>
-
-<HR>
-
-<H3>Class Hierarchy</H3>
-
-<UL><PRE>
-<A HREF="Fl_Group.html#Fl_Group">Fl_Group</A>
- |
- +----<B>Fl_FileChooser</B>
-</PRE></UL>
-
-<H3>Include Files</H3>
-
-<UL><PRE>
-#include &lt;FL/Fl_FileChooser.H>
-</PRE></UL>
-
-<H3>Description</H3>
-
-<P>The <CODE>Fl_FileChooser</CODE> widget displays a standard file selection
-dialog that supports various selection modes.
-
-<CENTER><IMG SRC="Fl_FileChooser.gif" WIDTH="397" HEIGHT="322" ALT="Fl_FileChooser widget"></CENTER>
-
-<H3>Methods</H3>
-
-<UL>
-
- <LI><A HREF="#Fl_FileChooser.Fl_FileChooser">Fl_FileChooser</A>
- <LI><A HREF="#Fl_FileChooser.~Fl_FileChooser">~Fl_FileChooser</A>
- <LI><A HREF="#Fl_FileChooser.color">color</A>
- <LI><A HREF="#Fl_FileChooser.count">count</A>
- <LI><A HREF="#Fl_FileChooser.directory">directory</A>
- <LI><A HREF="#Fl_FileChooser.filter">filter</A>
- <LI><A HREF="#Fl_FileChooser.hide">hide</A>
- <LI><A HREF="#Fl_FileChooser.iconsize">iconsize</A>
- <LI><A HREF="#Fl_FileChooser.label">label</A>
- <LI><A HREF="#Fl_FileChooser.rescan">rescan</A>
- <LI><A HREF="#Fl_FileChooser.show">show</A>
- <LI><A HREF="#Fl_FileChooser.textcolor">textcolor</A>
- <LI><A HREF="#Fl_FileChooser.textfont">textfont</A>
- <LI><A HREF="#Fl_FileChooser.textsize">textsize</A>
- <LI><A HREF="#Fl_FileChooser.type">type</A>
- <LI><A HREF="#Fl_FileChooser.value">value</A>
- <LI><A HREF="#Fl_FileChooser.visible">visible</A>
-
-</UL>
-
-<H4><A NAME="Fl_FileChooser.Fl_FileChooser">Fl_FileChooser(const char *pathname, const char *pattern,
-int type, const char *title)</A></H4>
-
-<P>The constructor creates the <CODE>Fl_FileChooser</CODE> dialog pictured
-above. The <CODE>pathname</CODE> argument can be a directory name or a
-complete file name (in which case the corresponding file is highlighted
-in the list and in the filename input field.)
-
-<P>The <CODE>pattern</CODE> argument can be a <CODE>NULL</CODE> string or
-<CODE>"*"</CODE> to list all files. See the FLTK documentation on
-<CODE>filename_match()</CODE> for other kinds of patterns.
-
-<P>The <CODE>type</CODE> argument can be one of the following:
-
-<UL>
- <LI><CODE>SINGLE</CODE> - allows the user to select a
- single, existing file.
- <LI><CODE>MULTI</CODE> - allows the user to select one
- or more existing files.
- <LI><CODE>CREATE</CODE> - allows the user to select a
- single, existing file or specify a new filename.
- <LI><CODE>DIRECTORY</CODE> - allows the user to select a
- single, existing directory.
-</UL>
-
-<P>The <CODE>title</CODE> argument is used to set the title bar text for the
-<CODE>Fl_FileChooser</CODE> window.
-
-<H4><A NAME="Fl_FileChooser.~Fl_FileChooser">~Fl_FileChooser()</A></H4>
-
-<P>Destroys the widget and frees all memory used by it.
-
-<H4><A NAME="Fl_FileChooser.color">void color(Fl_Color c)<BR>
-Fl_Color color()</A></H4>
-
-<P>Sets or gets the background color of the <CODE>FileBrowser</CODE> list.
-
-<H4><A NAME="Fl_FileChooser.count">int count()</A></H4>
-
-<P>Returns the number of selected files.
-
-<H4><A NAME="Fl_FileChooser.directory">void directory(const char *pathname)<BR>
-const char *directory()</A></H4>
-
-<P>Sets or gets the current directory.
-
-<H4><A NAME="Fl_FileChooser.filter">void filter(const char *pattern)<BR>
-const char *filter()</A></H4>
-
-<P>Sets or gets the current filename filter pattern.
-
-<H4><A NAME="Fl_FileChooser.hide">void hide()</A></H4>
-
-<P>Hides the <CODE>Fl_FileChooser</CODE> window.
-
-<H4><A NAME="Fl_FileChooser.iconsize">void iconsize(uchar s)<BR>
-uchar iconsize()</A></H4>
-
-<P>Sets or gets the size of the icons in the <CODE>FileBrowser</CODE>. By
-default the icon size is set to 1.5 times the <CODE>textsize()</CODE>.
-
-<H4><A NAME="Fl_FileChooser.label">void label(const char *l)<BR>
-const char *label()</A></H4>
-
-<P>Sets or gets the title bar text for the <CODE>Fl_FileChooser</CODE>.
-
-<H4><A NAME="Fl_FileChooser.rescan">void rescan()</A></H4>
-
-<P>Reloads the current directory in the <CODE>FileBrowser</CODE>.
-
-<H4><A NAME="Fl_FileChooser.show">void show()</A></H4>
-
-<P>Shows the <CODE>Fl_FileChooser</CODE> window.
-
-<H4><A NAME="Fl_FileChooser.textcolor">void textcolor(Fl_Color c)<BR>
-Fl_Color textcolor()</A></H4>
-
-<P>Sets or gets the current <CODE>FileBrowser</CODE> text color.
-
-<H4><A NAME="Fl_FileChooser.textfont">void textfont(uchar f)<BR>
-uchar textfont()</A></H4>
-
-<P>Sets or gets the current <CODE>FileBrowser</CODE> text font.
-
-<H4><A NAME="Fl_FileChooser.textsize">void textsize(uchar s)<BR>
-uchar textsize()</A></H4>
-
-<P>Sets or gets the current <CODE>FileBrowser</CODE> text size.
-
-<H4><A NAME="Fl_FileChooser.type">void type(int t)<BR>
-int type()</A></H4>
-
-<P>Sets or gets the current type of <CODE>Fl_FileChooser</CODE>.
-
-<H4><A NAME="Fl_FileChooser.value">const char *value(const char *pathname)<BR>
-const char *value(int file)<BR>
-const char *value()</A></H4>
-
-<P>Sets or gets the current value of the selected file.
-
-<H4><A NAME="Fl_FileChooser.visible">int visible()</A></H4>
-
-<P>Returns 1 if the <CODE>Fl_FileChooser</CODE> window is visible.
-
-<HR>
-
-
-</BODY>
-</HTML>
diff --git a/documentation/Fl_FileIcon.html b/documentation/Fl_FileIcon.html
deleted file mode 100644
index 51c80f68c..000000000
--- a/documentation/Fl_FileIcon.html
+++ /dev/null
@@ -1,153 +0,0 @@
-<HTML>
-<BODY>
-
-<!-- NEW PAGE -->
-<H2><A NAME="Fl_FileIcon">class Fl_FileIcon</A></H2>
-
-<HR>
-
-<H3>Class Hierarchy</H3>
-
-<UL><PRE>
-<B>Fl_FileIcon</B>
-</PRE></UL>
-
-<H3>Include Files</H3>
-
-<UL><PRE>
-#include &lt;FL/Fl_FileIcon.H>
-</PRE></UL>
-
-<H3>Description</H3>
-
-<P>The <CODE>Fl_FileIcon</CODE> class manages icon images that can be
-used as labels in other widgets and as icons in the <CODE>FileBrowser</CODE>
-widget.
-
-<H3>Methods</H3>
-
-<UL>
-
- <LI><A HREF="#Fl_FileIcon.Fl_FileIcon">Fl_FileIcon</A>
- <LI><A HREF="#Fl_FileIcon.~Fl_FileIcon">~Fl_FileIcon</A>
- <LI><A HREF="#Fl_FileIcon.add">add</A>
- <LI><A HREF="#Fl_FileIcon.add_color">add_color</A>
- <LI><A HREF="#Fl_FileIcon.add_vertex">add_vertex</A>
- <LI><A HREF="#Fl_FileIcon.clear">clear</A>
- <LI><A HREF="#Fl_FileIcon.draw">draw</A>
- <LI><A HREF="#Fl_FileIcon.find">find</A>
- <LI><A HREF="#Fl_FileIcon.first">first</A>
- <LI><A HREF="#Fl_FileIcon.label">label</A>
- <LI><A HREF="#Fl_FileIcon.labeltype">labeltype</A>
- <LI><A HREF="#Fl_FileIcon.load_fti">load_fti</A>
- <LI><A HREF="#Fl_FileIcon.load">load</A>
- <LI><A HREF="#Fl_FileIcon.load_system_icons">load_system_icons</A>
- <LI><A HREF="#Fl_FileIcon.load_xpm">load_xpm</A>
- <LI><A HREF="#Fl_FileIcon.pattern">pattern</A>
- <LI><A HREF="#Fl_FileIcon.size">size</A>
- <LI><A HREF="#Fl_FileIcon.type">type</A>
- <LI><A HREF="#Fl_FileIcon.value">value</A>
-
-</UL>
-
-<H4><A NAME="Fl_FileIcon.Fl_FileIcon">Fl_FileIcon()</A></H4>
-
-<P>The constructor creates a new <CODE>Fl_FileIcon</CODE> with the specified
-information.
-
-<H4><A NAME="Fl_FileIcon.~Fl_FileIcon">~Fl_FileIcon()</A></H4>
-
-<P>The destructor destroys the icon and frees all memory that has been
-allocated for it.
-
-<H4><A NAME="Fl_FileIcon.add">short *add(short d)</A></H4>
-
-<P>Adds a keyword value to the icon array, returning a pointer to it.
-
-<H4><A NAME="Fl_FileIcon.add_color">short *add_color(short c)</A></H4>
-
-<P>Adds a color value to the icon array, returning a pointer to it.
-
-<H4><A NAME="Fl_FileIcon.add_vertex">short *add_vertex(int x, int y)<BR>
-short *add_vertex(float x, float y)</A></H4>
-
-<P>Adds a vertex value to the icon array, returning a pointer to it.
-The integer version accepts coordinates from 0 to 10000, while the
-floating point version goes from 0.0 to 1.0. The origin (0.0) is in
-the lower-lefthand corner of the icon.
-
-<H4><A NAME="Fl_FileIcon.clear">void clear()</A></H4>
-
-<P>Clears all icon data from the icon.
-
-<H4><A NAME="Fl_FileIcon.draw">void draw(int x, int y, int w, int h, Fl_Color ic, int active = 1)</A></H4>
-
-<P>Draws the icon in the indicated area.
-
-<H4><A NAME="Fl_FileIcon.find">static Fl_FileIcon *find(const char *filename, int filetype = ANY);</A></H4>
-
-<P>Finds an icon that matches the given filename and file type.
-
-<H4><A NAME="Fl_FileIcon.first">static Fl_FileIcon *first()</A></H4>
-
-<P>Returns a pointer to the first icon in the list.
-
-<H4><A NAME="Fl_FileIcon.label">void label(Fl_Widget *w)</A></H4>
-
-<P>Applies the icon to the widget, registering the <CODE>Fl_FileIcon</CODE>
-label type as needed.
-
-<H4><A NAME="Fl_FileIcon.labeltype">static void labeltype(const Fl_Label *o, int x, int y, int w, int h, Fl_Align a)</A></H4>
-
-<P>The labeltype function for icons.
-
-<H4><A NAME="Fl_FileIcon.load">void load(const char *f)</A></H4>
-
-<P>Loads the specified icon image. The format is deduced from the filename.
-
-<H4><A NAME="Fl_FileIcon.load_fti">void load_fti(const char *fti)</A></H4>
-
-<P>Loads an SGI icon file.
-
-<H4><A NAME="Fl_FileIcon.load_system_icons">static void load_system_icons(void)</A></H4>
-
-<P>Loads all system-defined icons. This call is useful when using the
-<CODE>FileChooser</CODE> widget and should be used when the application
-starts:
-
-<UL><PRE>
-Fl_FileIcon::load_system_icons();
-</PRE></UL>
-
-<H4><A NAME="Fl_FileIcon.load_xpm">void load_xpm(const char *xpm)</A></H4>
-
-<P>Loads an XPM icon file.
-
-<H4><A NAME="Fl_FileIcon.pattern">const char *pattern()</A></H4>
-
-<P>Returns the filename matching pattern for the icon.
-
-<H4><A NAME="Fl_FileIcon.size">int size()</A></H4>
-
-<P>Returns the number of words of data used by the icon.
-
-<H4><A NAME="Fl_FileIcon.type">int type()</A></H4>
-
-<P>Returns the filetype associated with the icon, which can be one of the
-following:
-
-<UL>
- <LI><CODE>Fl_FileIcon::ANY</CODE>, any kind of file.
- <LI><CODE>Fl_FileIcon::PLAIN</CODE>, plain files.
- <LI><CODE>Fl_FileIcon::FIFO</CODE>, named pipes.
- <LI><CODE>Fl_FileIcon::DEVICE</CODE>, character and block devices.
- <LI><CODE>Fl_FileIcon::LINK</CODE>, symbolic links.
- <LI><CODE>Fl_FileIcon::DIRECTORY</CODE>, directories.
-</UL>
-
-<H4><A NAME="Fl_FileIcon.value">short *value()</A></H4>
-
-<P>Returns the data array for the icon.
-
-</BODY>
-</HTML>
diff --git a/documentation/Fl_File_Browser.html b/documentation/Fl_File_Browser.html
new file mode 100644
index 000000000..6b8cbadc2
--- /dev/null
+++ b/documentation/Fl_File_Browser.html
@@ -0,0 +1,76 @@
+<HTML>
+<BODY>
+
+<!-- NEW PAGE -->
+<H2><A NAME="Fl_File_Browser">class Fl_File_Browser</A></H2>
+
+<HR>
+
+<H3>Class Hierarchy</H3>
+
+<UL><PRE>
+<A HREF="Fl_Browser.html#Fl_Browser">Fl_Browser</A>
+ |
+ +----<B>Fl_File_Browser</B>
+</PRE></UL>
+
+<H3>Include Files</H3>
+
+<UL><PRE>
+#include &lt;FL/Fl_File_Browser.H>
+</PRE></UL>
+
+<H3>Description</H3>
+
+<P>The <CODE>Fl_File_Browser</CODE> widget displays a list of filenames,
+optionally with file-specific icons.
+
+<H3>Methods</H3>
+
+<UL>
+
+ <LI><A HREF="#Fl_File_Browser.Fl_File_Browser">Fl_File_Browser</A>
+ <LI><A HREF="#Fl_File_Browser.~Fl_File_Browser">~Fl_File_Browser</A>
+ <LI><A HREF="#Fl_File_Browser.iconsize">iconsize</A>
+ <LI><A HREF="#Fl_File_Browser.filter">filter</A>
+ <LI><A HREF="#Fl_File_Browser.filetype">filetype</A>
+ <LI><A HREF="#Fl_File_Browser.load">load</A>
+
+</UL>
+
+<H4><A NAME="Fl_File_Browser.Fl_File_Browser">Fl_File_Browser(int xx, int yy, int ww, int hh, const char *l = 0)</A></H4>
+
+<P>The constructor creates the <CODE>Fl_File_Browser</CODE> widget at the specified
+position and size.
+
+<H4><A NAME="Fl_File_Browser.~Fl_File_Browser">~Fl_File_Browser()</A></H4>
+
+<P>The destructor destroys the widget and frees all memory that has been
+allocated.
+
+<H4><A NAME="Fl_File_Browser.iconsize">void iconsize(uchar s)<BR>
+uchar iconsize() const</A></H4>
+
+<P>Sets or gets the size of the icons. The default size is 20 pixels.
+
+<H4><A NAME="Fl_File_Browser.filter">void filter(const char *pattern)<BR>
+const char *filter() const</A></H4>
+
+<P>Sets or gets the filename filter. The pattern matching uses the
+<CODE>filename_match()</CODE> function in FLTK.
+
+<H4><A NAME="Fl_File_Browser.filetype">void filetype(int type)<BR>
+int filetype() const</A></H4>
+
+<P>Sets or gets the file browser type, <CODE>FILES</CODE> or
+<CODE>DIRECTORIES</CODE>. When set to <CODE>FILES</CODE>, both
+files and directories are shown. Otherwise only directories are
+shown.
+
+<H4><A NAME="Fl_File_Browser.load">int load(const char *directory)</A></H4>
+
+<P>Loads the specified directory into the browser. If icons have been
+loaded then the correct icon is associated with each file in the list.
+
+</BODY>
+</HTML>
diff --git a/documentation/Fl_FileChooser.gif b/documentation/Fl_File_Chooser.gif
index 5a72f625a..5a72f625a 100644
--- a/documentation/Fl_FileChooser.gif
+++ b/documentation/Fl_File_Chooser.gif
Binary files differ
diff --git a/documentation/Fl_File_Chooser.html b/documentation/Fl_File_Chooser.html
new file mode 100644
index 000000000..9a2d4a4e7
--- /dev/null
+++ b/documentation/Fl_File_Chooser.html
@@ -0,0 +1,162 @@
+<HTML>
+<BODY>
+
+<!-- NEW PAGE -->
+<H2><A NAME="FL_FileChooser">class Fl_File_Chooser</A></H2>
+
+<HR>
+
+<H3>Class Hierarchy</H3>
+
+<UL><PRE>
+<A HREF="Fl_Group.html#Fl_Group">Fl_Group</A>
+ |
+ +----<B>Fl_File_Chooser</B>
+</PRE></UL>
+
+<H3>Include Files</H3>
+
+<UL><PRE>
+#include &lt;FL/Fl_File_Chooser.H>
+</PRE></UL>
+
+<H3>Description</H3>
+
+<P>The <CODE>Fl_File_Chooser</CODE> widget displays a standard file selection
+dialog that supports various selection modes.
+
+<CENTER><IMG SRC="Fl_File_Chooser.gif" WIDTH="397" HEIGHT="322" ALT="Fl_File_Chooser widget"></CENTER>
+
+<H3>Methods</H3>
+
+<UL>
+
+ <LI><A HREF="#Fl_File_Chooser.Fl_File_Chooser">Fl_File_Chooser</A>
+ <LI><A HREF="#Fl_File_Chooser.~Fl_File_Chooser">~Fl_File_Chooser</A>
+ <LI><A HREF="#Fl_File_Chooser.color">color</A>
+ <LI><A HREF="#Fl_File_Chooser.count">count</A>
+ <LI><A HREF="#Fl_File_Chooser.directory">directory</A>
+ <LI><A HREF="#Fl_File_Chooser.filter">filter</A>
+ <LI><A HREF="#Fl_File_Chooser.hide">hide</A>
+ <LI><A HREF="#Fl_File_Chooser.iconsize">iconsize</A>
+ <LI><A HREF="#Fl_File_Chooser.label">label</A>
+ <LI><A HREF="#Fl_File_Chooser.rescan">rescan</A>
+ <LI><A HREF="#Fl_File_Chooser.show">show</A>
+ <LI><A HREF="#Fl_File_Chooser.textcolor">textcolor</A>
+ <LI><A HREF="#Fl_File_Chooser.textfont">textfont</A>
+ <LI><A HREF="#Fl_File_Chooser.textsize">textsize</A>
+ <LI><A HREF="#Fl_File_Chooser.type">type</A>
+ <LI><A HREF="#Fl_File_Chooser.value">value</A>
+ <LI><A HREF="#Fl_File_Chooser.visible">visible</A>
+
+</UL>
+
+<H4><A NAME="Fl_File_Chooser.Fl_File_Chooser">Fl_File_Chooser(const char *pathname, const char *pattern,
+int type, const char *title)</A></H4>
+
+<P>The constructor creates the <CODE>Fl_File_Chooser</CODE> dialog pictured
+above. The <CODE>pathname</CODE> argument can be a directory name or a
+complete file name (in which case the corresponding file is highlighted
+in the list and in the filename input field.)
+
+<P>The <CODE>pattern</CODE> argument can be a <CODE>NULL</CODE> string or
+<CODE>"*"</CODE> to list all files. See the FLTK documentation on
+<CODE>filename_match()</CODE> for other kinds of patterns.
+
+<P>The <CODE>type</CODE> argument can be one of the following:
+
+<UL>
+ <LI><CODE>SINGLE</CODE> - allows the user to select a
+ single, existing file.
+ <LI><CODE>MULTI</CODE> - allows the user to select one
+ or more existing files.
+ <LI><CODE>CREATE</CODE> - allows the user to select a
+ single, existing file or specify a new filename.
+ <LI><CODE>DIRECTORY</CODE> - allows the user to select a
+ single, existing directory.
+</UL>
+
+<P>The <CODE>title</CODE> argument is used to set the title bar text for the
+<CODE>Fl_File_Chooser</CODE> window.
+
+<H4><A NAME="Fl_File_Chooser.~Fl_File_Chooser">~Fl_File_Chooser()</A></H4>
+
+<P>Destroys the widget and frees all memory used by it.
+
+<H4><A NAME="Fl_File_Chooser.color">void color(Fl_Color c)<BR>
+Fl_Color color()</A></H4>
+
+<P>Sets or gets the background color of the <CODE>Fl_File_Browser</CODE> list.
+
+<H4><A NAME="Fl_File_Chooser.count">int count()</A></H4>
+
+<P>Returns the number of selected files.
+
+<H4><A NAME="Fl_File_Chooser.directory">void directory(const char *pathname)<BR>
+const char *directory()</A></H4>
+
+<P>Sets or gets the current directory.
+
+<H4><A NAME="Fl_File_Chooser.filter">void filter(const char *pattern)<BR>
+const char *filter()</A></H4>
+
+<P>Sets or gets the current filename filter pattern.
+
+<H4><A NAME="Fl_File_Chooser.hide">void hide()</A></H4>
+
+<P>Hides the <CODE>Fl_File_Chooser</CODE> window.
+
+<H4><A NAME="Fl_File_Chooser.iconsize">void iconsize(uchar s)<BR>
+uchar iconsize()</A></H4>
+
+<P>Sets or gets the size of the icons in the <CODE>Fl_File_Browser</CODE>. By
+default the icon size is set to 1.5 times the <CODE>textsize()</CODE>.
+
+<H4><A NAME="Fl_File_Chooser.label">void label(const char *l)<BR>
+const char *label()</A></H4>
+
+<P>Sets or gets the title bar text for the <CODE>Fl_File_Chooser</CODE>.
+
+<H4><A NAME="Fl_File_Chooser.rescan">void rescan()</A></H4>
+
+<P>Reloads the current directory in the <CODE>Fl_File_Browser</CODE>.
+
+<H4><A NAME="Fl_File_Chooser.show">void show()</A></H4>
+
+<P>Shows the <CODE>Fl_File_Chooser</CODE> window.
+
+<H4><A NAME="Fl_File_Chooser.textcolor">void textcolor(Fl_Color c)<BR>
+Fl_Color textcolor()</A></H4>
+
+<P>Sets or gets the current <CODE>Fl_File_Browser</CODE> text color.
+
+<H4><A NAME="Fl_File_Chooser.textfont">void textfont(uchar f)<BR>
+uchar textfont()</A></H4>
+
+<P>Sets or gets the current <CODE>Fl_File_Browser</CODE> text font.
+
+<H4><A NAME="Fl_File_Chooser.textsize">void textsize(uchar s)<BR>
+uchar textsize()</A></H4>
+
+<P>Sets or gets the current <CODE>Fl_File_Browser</CODE> text size.
+
+<H4><A NAME="Fl_File_Chooser.type">void type(int t)<BR>
+int type()</A></H4>
+
+<P>Sets or gets the current type of <CODE>Fl_File_Chooser</CODE>.
+
+<H4><A NAME="Fl_File_Chooser.value">const char *value(const char *pathname)<BR>
+const char *value(int file)<BR>
+const char *value()</A></H4>
+
+<P>Sets or gets the current value of the selected file.
+
+<H4><A NAME="Fl_File_Chooser.visible">int visible()</A></H4>
+
+<P>Returns 1 if the <CODE>Fl_File_Chooser</CODE> window is visible.
+
+<HR>
+
+
+</BODY>
+</HTML>
diff --git a/documentation/Fl_File_Icon.html b/documentation/Fl_File_Icon.html
new file mode 100644
index 000000000..0536161e2
--- /dev/null
+++ b/documentation/Fl_File_Icon.html
@@ -0,0 +1,153 @@
+<HTML>
+<BODY>
+
+<!-- NEW PAGE -->
+<H2><A NAME="Fl_File_Icon">class Fl_File_Icon</A></H2>
+
+<HR>
+
+<H3>Class Hierarchy</H3>
+
+<UL><PRE>
+<B>Fl_File_Icon</B>
+</PRE></UL>
+
+<H3>Include Files</H3>
+
+<UL><PRE>
+#include &lt;FL/Fl_File_Icon.H>
+</PRE></UL>
+
+<H3>Description</H3>
+
+<P>The <CODE>Fl_File_Icon</CODE> class manages icon images that can be
+used as labels in other widgets and as icons in the <CODE>FileBrowser</CODE>
+widget.
+
+<H3>Methods</H3>
+
+<UL>
+
+ <LI><A HREF="#Fl_File_Icon.Fl_File_Icon">Fl_File_Icon</A>
+ <LI><A HREF="#Fl_File_Icon.~Fl_File_Icon">~Fl_File_Icon</A>
+ <LI><A HREF="#Fl_File_Icon.add">add</A>
+ <LI><A HREF="#Fl_File_Icon.add_color">add_color</A>
+ <LI><A HREF="#Fl_File_Icon.add_vertex">add_vertex</A>
+ <LI><A HREF="#Fl_File_Icon.clear">clear</A>
+ <LI><A HREF="#Fl_File_Icon.draw">draw</A>
+ <LI><A HREF="#Fl_File_Icon.find">find</A>
+ <LI><A HREF="#Fl_File_Icon.first">first</A>
+ <LI><A HREF="#Fl_File_Icon.label">label</A>
+ <LI><A HREF="#Fl_File_Icon.labeltype">labeltype</A>
+ <LI><A HREF="#Fl_File_Icon.load_fti">load_fti</A>
+ <LI><A HREF="#Fl_File_Icon.load">load</A>
+ <LI><A HREF="#Fl_File_Icon.load_system_icons">load_system_icons</A>
+ <LI><A HREF="#Fl_File_Icon.load_xpm">load_xpm</A>
+ <LI><A HREF="#Fl_File_Icon.pattern">pattern</A>
+ <LI><A HREF="#Fl_File_Icon.size">size</A>
+ <LI><A HREF="#Fl_File_Icon.type">type</A>
+ <LI><A HREF="#Fl_File_Icon.value">value</A>
+
+</UL>
+
+<H4><A NAME="Fl_File_Icon.Fl_File_Icon">Fl_File_Icon()</A></H4>
+
+<P>The constructor creates a new <CODE>Fl_File_Icon</CODE> with the specified
+information.
+
+<H4><A NAME="Fl_File_Icon.~Fl_File_Icon">~Fl_File_Icon()</A></H4>
+
+<P>The destructor destroys the icon and frees all memory that has been
+allocated for it.
+
+<H4><A NAME="Fl_File_Icon.add">short *add(short d)</A></H4>
+
+<P>Adds a keyword value to the icon array, returning a pointer to it.
+
+<H4><A NAME="Fl_File_Icon.add_color">short *add_color(short c)</A></H4>
+
+<P>Adds a color value to the icon array, returning a pointer to it.
+
+<H4><A NAME="Fl_File_Icon.add_vertex">short *add_vertex(int x, int y)<BR>
+short *add_vertex(float x, float y)</A></H4>
+
+<P>Adds a vertex value to the icon array, returning a pointer to it.
+The integer version accepts coordinates from 0 to 10000, while the
+floating point version goes from 0.0 to 1.0. The origin (0.0) is in
+the lower-lefthand corner of the icon.
+
+<H4><A NAME="Fl_File_Icon.clear">void clear()</A></H4>
+
+<P>Clears all icon data from the icon.
+
+<H4><A NAME="Fl_File_Icon.draw">void draw(int x, int y, int w, int h, Fl_Color ic, int active = 1)</A></H4>
+
+<P>Draws the icon in the indicated area.
+
+<H4><A NAME="Fl_File_Icon.find">static Fl_File_Icon *find(const char *filename, int filetype = ANY);</A></H4>
+
+<P>Finds an icon that matches the given filename and file type.
+
+<H4><A NAME="Fl_File_Icon.first">static Fl_File_Icon *first()</A></H4>
+
+<P>Returns a pointer to the first icon in the list.
+
+<H4><A NAME="Fl_File_Icon.label">void label(Fl_Widget *w)</A></H4>
+
+<P>Applies the icon to the widget, registering the <CODE>Fl_File_Icon</CODE>
+label type as needed.
+
+<H4><A NAME="Fl_File_Icon.labeltype">static void labeltype(const Fl_Label *o, int x, int y, int w, int h, Fl_Align a)</A></H4>
+
+<P>The labeltype function for icons.
+
+<H4><A NAME="Fl_File_Icon.load">void load(const char *f)</A></H4>
+
+<P>Loads the specified icon image. The format is deduced from the filename.
+
+<H4><A NAME="Fl_File_Icon.load_fti">void load_fti(const char *fti)</A></H4>
+
+<P>Loads an SGI icon file.
+
+<H4><A NAME="Fl_File_Icon.load_system_icons">static void load_system_icons(void)</A></H4>
+
+<P>Loads all system-defined icons. This call is useful when using the
+<CODE>FileChooser</CODE> widget and should be used when the application
+starts:
+
+<UL><PRE>
+Fl_File_Icon::load_system_icons();
+</PRE></UL>
+
+<H4><A NAME="Fl_File_Icon.load_xpm">void load_xpm(const char *xpm)</A></H4>
+
+<P>Loads an XPM icon file.
+
+<H4><A NAME="Fl_File_Icon.pattern">const char *pattern()</A></H4>
+
+<P>Returns the filename matching pattern for the icon.
+
+<H4><A NAME="Fl_File_Icon.size">int size()</A></H4>
+
+<P>Returns the number of words of data used by the icon.
+
+<H4><A NAME="Fl_File_Icon.type">int type()</A></H4>
+
+<P>Returns the filetype associated with the icon, which can be one of the
+following:
+
+<UL>
+ <LI><CODE>Fl_File_Icon::ANY</CODE>, any kind of file.
+ <LI><CODE>Fl_File_Icon::PLAIN</CODE>, plain files.
+ <LI><CODE>Fl_File_Icon::FIFO</CODE>, named pipes.
+ <LI><CODE>Fl_File_Icon::DEVICE</CODE>, character and block devices.
+ <LI><CODE>Fl_File_Icon::LINK</CODE>, symbolic links.
+ <LI><CODE>Fl_File_Icon::DIRECTORY</CODE>, directories.
+</UL>
+
+<H4><A NAME="Fl_File_Icon.value">short *value()</A></H4>
+
+<P>Returns the data array for the icon.
+
+</BODY>
+</HTML>
diff --git a/documentation/Fl_HelpDialog.html b/documentation/Fl_HelpDialog.html
deleted file mode 100644
index 5fd28c7e6..000000000
--- a/documentation/Fl_HelpDialog.html
+++ /dev/null
@@ -1,89 +0,0 @@
-<HTML>
-<HEAD>
- <TITLE>HelpDialog - ESP Widget Set for FLTK</TITLE>
- <LINK REL="STYLESHEET" TYPE="text/css" HREF="fltk.css">
- <MAP NAME="navbar">
- <AREA SHAPE="RECT" COORD="20,19,74,36" HREF="index.html" ALT="Widget Set Home Page">
- <AREA SHAPE="RECT" COORD="96,19,240,36" HREF="documentation.html" ALT="Widget Set Documentation">
- <AREA SHAPE="RECT" COORD="262,19,356,36" HREF="download.html" ALT="Download Widget Set">
- <AREA SHAPE="RECT" COORD="378,19,416,36" HREF="http://www.easysw.com" ALT="ESP Home Page">
- <AREA SHAPE="RECT" COORD="438,19,487,36" HREF="http://www.fltk.org" ALT="FLTK Home Page">
- </MAP>
-</HEAD>
-
-<BODY BGCOLOR="#ccccff">
-
-<!-- NEW PAGE -->
-<H2>class HelpDialog</H2>
-
-<HR>
-
-<H3>Class Hierarchy</H3>
-
-<UL><PRE>
-Fl_Group
- |
- +----<B>HelpDialog</B>
-</PRE></UL>
-
-<H3>Include Files</H3>
-
-<UL><PRE>
-#include "HelpDialog.h"
-</PRE></UL>
-
-<H3>Description</H3>
-
-<P>The <CODE>HelpDialog</CODE> widget displays a standard help dialog window
-using the <CODE>HelpView</CODE> widget.
-
-<CENTER><IMG SRC="HelpDialog.gif" WIDTH="80%" ALT="HelpDialog Window"></CENTER>
-
-<H3>Methods</H3>
-
-<UL>
-
- <LI><A HREF="#HelpDialog.HelpDialog">HelpDialog</A>
- <LI><A HREF="#HelpDialog.~HelpDialog">~HelpDialog</A>
- <LI><A HREF="#HelpDialog.hide">hide</A>
- <LI><A HREF="#HelpDialog.load">load</A>
- <LI><A HREF="#HelpDialog.show">show</A>
- <LI><A HREF="#HelpDialog.topline">topline</A>
- <LI><A HREF="#HelpDialog.visible">visible</A>
-
-</UL>
-
-<H4><A NAME="HelpDialog.HelpDialog">HelpDialog()</A></H4>
-
-<P>The constructor creates the dialog pictured above.
-
-<H4><A NAME="HelpView.~HelpView">~HelpView()</A></H4>
-
-<P>The destructor destroys the widget and frees all memory that has been
-allocated for the current file.
-
-<H4><A NAME="HelpDialog.hide">void hide()</A></H4>
-
-<P>Hides the <code>HelpDialog</code> window.
-
-<H4><A NAME="HelpDialog.load">void load(const char *f)</A></H4>
-
-<P>Loads the specified HTML file into the <CODE>HelpView</CODE> widget.
-The filename can also contain a target name ("filename.html#target").
-
-<H4><A NAME="HelpDialog.show">void show()</A></H4>
-
-<P>Shows the <code>HelpDialog</code> window.
-
-<H4><A NAME="HelpDialog.topline">void topline(const char *n)<BR>
-void topline(int n)</A></H4>
-
-<P>Sets the top line in the <CODE>HelpView</CODE> widget to the named or
-numbered line.
-
-<H4><A NAME="HelpDialog.visible">int visible()</A></H4>
-
-<P>Returns 1 if the <code>HelpDialog</code> window is visible.
-
-</BODY>
-</HTML>
diff --git a/documentation/Fl_HelpView.html b/documentation/Fl_HelpView.html
deleted file mode 100644
index e9e5b8a85..000000000
--- a/documentation/Fl_HelpView.html
+++ /dev/null
@@ -1,130 +0,0 @@
-<HTML>
-<HEAD>
- <TITLE>HelpView - ESP Widget Set for FLTK</TITLE>
- <LINK REL="STYLESHEET" TYPE="text/css" HREF="fltk.css">
-</HEAD>
-
-<BODY BGCOLOR="#ccccff">
-
-<!-- NEW PAGE -->
-<H2>class HelpView</H2>
-
-<HR>
-
-<H3>Class Hierarchy</H3>
-
-<UL><PRE>
-Fl_Group
- |
- +----<B>HelpView</B>
-</PRE></UL>
-
-<H3>Include Files</H3>
-
-<UL><PRE>
-#include "HelpView.h"
-</PRE></UL>
-
-<H3>Description</H3>
-
-<P>The <CODE>HelpView</CODE> widget displays HTML text. Most HTML 2.0
-elements are supported, as well as a primitive implementation of tables.
-GIF, JPEG, and PNG images are displayed inline.
-
-<H3>Methods</H3>
-
-<UL>
-
- <LI><A HREF="#HelpView.HelpView">HelpView</A>
- <LI><A HREF="#HelpView.~HelpView">~HelpView</A>
- <LI><A HREF="#HelpView.directory">directory</A>
- <LI><A HREF="#HelpView.filename">filename</A>
- <LI><A HREF="#HelpView.link">link</A>
- <LI><A HREF="#HelpView.load">load</A>
- <LI><A HREF="#HelpView.size">size</A>
- <LI><A HREF="#HelpView.textcolor">textcolor</A>
- <LI><A HREF="#HelpView.textfont">textfont</A>
- <LI><A HREF="#HelpView.textsize">textsize</A>
- <LI><A HREF="#HelpView.title">title</A>
- <LI><A HREF="#HelpView.topline">topline</A>
- <LI><A HREF="#HelpView.value">value</A>
-
-</UL>
-
-<H4><A NAME="HelpView.HelpView">HelpView(int xx, int yy, int ww, int hh, const char *l = 0)</A></H4>
-
-<P>The constructor creates the <CODE>HelpView</CODE> widget at the specified
-position and size.
-
-<H4><A NAME="HelpView.~HelpView">~HelpView()</A></H4>
-
-<P>The destructor destroys the widget and frees all memory that has been
-allocated for the current file.
-
-<H4><A NAME="HelpView.directory">const char *directory() const</A></H4>
-
-<P>This method returns the current directory (base) path for the file
-in the buffer.
-
-<H4><A NAME="HelpView.filename">const char *filename() const</A></H4>
-
-<P>This method returns the current filename for the text in the buffer.
-
-<H4><A NAME="HelpView.link">void link(HelpFunc *fn)</A></H4>
-
-<P>This method assigns a callback function to use when a link is
-followed or a file is loaded (via <CODE>HelpView::load()</CODE>) that
-requires a different file or path. The callback function receives the
-full pathname for the file in question and must return a pathname that
-can be opened as a local file. This is used by the
-<A HREF="HelpApp.html"><CODE>HelpApp</CODE></A> widget to support WWW
-addresses.
-
-<H4><A NAME="HelpView.load">int load(const char *f)</A></H4>
-
-<P>This method loads the specified file or URL.
-
-<H4><A NAME="HelpView.size">int size() const</A></H4>
-
-<P>This method returns the length of the buffer text in pixels.
-
-<H4><A NAME="HelpView.textcolor">void textcolor(Fl_Color c)<BR>
-Fl_Color textcolor() const</A></H4>
-
-<P>The first form sets the default text color. The second returns
-the current default text color.
-
-<H4><A NAME="HelpView.textfont">void textfont(uchar f)<BR>
-uchar textfont() const</A></H4>
-
-<P>The first form sets the default text font. The second returns
-the current default text font.
-
-<H4><A NAME="HelpView.textsize">void textsize(uchar s)<BR>
-uchar textsize() const</A></H4>
-
-<P>The first form sets the default text size. The second returns
-the current default text size.
-
-<H4><A NAME="HelpView.title">const char *title()</A></H4>
-
-<P>This method returns the current document title, or NULL if there
-is no title.
-
-<H4><A NAME="HelpView.topline">void topline(const char *n)<BR>
-void topline(int)<BR>
-int topline() const</A></H4>
-
-<P>The first two forms scroll the text to the indicated position, either
-with a named destination or by pixel line.
-
-<P>The second form returns the current top line in pixels.
-
-<H4><A NAME="HelpView.value">void value(const char *v)<BR>
-const char *value() const</A></H4>
-
-<P>The first form sets the current buffer to the string provided and
-reformats the text. The second form returns the current buffer contents.
-
-</BODY>
-</HTML>
diff --git a/documentation/Fl_HelpDialog.gif b/documentation/Fl_Help_Dialog.gif
index e0f3cbfa8..e0f3cbfa8 100644
--- a/documentation/Fl_HelpDialog.gif
+++ b/documentation/Fl_Help_Dialog.gif
Binary files differ
diff --git a/documentation/Fl_Help_Dialog.html b/documentation/Fl_Help_Dialog.html
new file mode 100644
index 000000000..d344cc0fc
--- /dev/null
+++ b/documentation/Fl_Help_Dialog.html
@@ -0,0 +1,77 @@
+<HTML>
+<BODY>
+
+<!-- NEW PAGE -->
+<H2>class Fl_Help_Dialog</H2>
+
+<HR>
+
+<H3>Class Hierarchy</H3>
+
+<UL><PRE>
+Fl_Group
+ |
+ +----<B>Fl_Help_Dialog</B>
+</PRE></UL>
+
+<H3>Include Files</H3>
+
+<UL><PRE>
+#include "Fl_Help_Dialog.h"
+</PRE></UL>
+
+<H3>Description</H3>
+
+<P>The <CODE>Fl_Help_Dialog</CODE> widget displays a standard help dialog window
+using the <CODE>Fl_Help_View</CODE> widget.
+
+<CENTER><IMG SRC="Fl_Help_Dialog.gif" WIDTH="80%" ALT="Fl_Help_Dialog Window"></CENTER>
+
+<H3>Methods</H3>
+
+<UL>
+
+ <LI><A HREF="#Fl_Help_Dialog.Fl_Help_Dialog">Fl_Help_Dialog</A>
+ <LI><A HREF="#Fl_Help_Dialog.~Fl_Help_Dialog">~Fl_Help_Dialog</A>
+ <LI><A HREF="#Fl_Help_Dialog.hide">hide</A>
+ <LI><A HREF="#Fl_Help_Dialog.load">load</A>
+ <LI><A HREF="#Fl_Help_Dialog.show">show</A>
+ <LI><A HREF="#Fl_Help_Dialog.topline">topline</A>
+ <LI><A HREF="#Fl_Help_Dialog.visible">visible</A>
+
+</UL>
+
+<H4><A NAME="Fl_Help_Dialog.Fl_Help_Dialog">Fl_Help_Dialog()</A></H4>
+
+<P>The constructor creates the dialog pictured above.
+
+<H4><A NAME="Fl_Help_View.~Fl_Help_View">~Fl_Help_View()</A></H4>
+
+<P>The destructor destroys the widget and frees all memory that has been
+allocated for the current file.
+
+<H4><A NAME="Fl_Help_Dialog.hide">void hide()</A></H4>
+
+<P>Hides the <code>Fl_Help_Dialog</code> window.
+
+<H4><A NAME="Fl_Help_Dialog.load">void load(const char *f)</A></H4>
+
+<P>Loads the specified HTML file into the <CODE>Fl_Help_View</CODE> widget.
+The filename can also contain a target name ("filename.html#target").
+
+<H4><A NAME="Fl_Help_Dialog.show">void show()</A></H4>
+
+<P>Shows the <code>Fl_Help_Dialog</code> window.
+
+<H4><A NAME="Fl_Help_Dialog.topline">void topline(const char *n)<BR>
+void topline(int n)</A></H4>
+
+<P>Sets the top line in the <CODE>Fl_Help_View</CODE> widget to the named or
+numbered line.
+
+<H4><A NAME="Fl_Help_Dialog.visible">int visible()</A></H4>
+
+<P>Returns 1 if the <code>Fl_Help_Dialog</code> window is visible.
+
+</BODY>
+</HTML>
diff --git a/documentation/Fl_Help_View.html b/documentation/Fl_Help_View.html
new file mode 100644
index 000000000..fb7a88d75
--- /dev/null
+++ b/documentation/Fl_Help_View.html
@@ -0,0 +1,123 @@
+<HTML>
+<!-- NEW PAGE -->
+<H2>class Fl_Help_View</H2>
+
+<HR>
+
+<H3>Class Hierarchy</H3>
+
+<UL><PRE>
+Fl_Group
+ |
+ +----<B>Fl_Help_View</B>
+</PRE></UL>
+
+<H3>Include Files</H3>
+
+<UL><PRE>
+#include "Fl_Help_View.h"
+</PRE></UL>
+
+<H3>Description</H3>
+
+<P>The <CODE>Fl_Help_View</CODE> widget displays HTML text. Most HTML 2.0
+elements are supported, as well as a primitive implementation of tables.
+GIF, JPEG, and PNG images are displayed inline.
+
+<H3>Methods</H3>
+
+<UL>
+
+ <LI><A HREF="#Fl_Help_View.Fl_Help_View">Fl_Help_View</A>
+ <LI><A HREF="#Fl_Help_View.~Fl_Help_View">~Fl_Help_View</A>
+ <LI><A HREF="#Fl_Help_View.directory">directory</A>
+ <LI><A HREF="#Fl_Help_View.filename">filename</A>
+ <LI><A HREF="#Fl_Help_View.link">link</A>
+ <LI><A HREF="#Fl_Help_View.load">load</A>
+ <LI><A HREF="#Fl_Help_View.size">size</A>
+ <LI><A HREF="#Fl_Help_View.textcolor">textcolor</A>
+ <LI><A HREF="#Fl_Help_View.textfont">textfont</A>
+ <LI><A HREF="#Fl_Help_View.textsize">textsize</A>
+ <LI><A HREF="#Fl_Help_View.title">title</A>
+ <LI><A HREF="#Fl_Help_View.topline">topline</A>
+ <LI><A HREF="#Fl_Help_View.value">value</A>
+
+</UL>
+
+<H4><A NAME="Fl_Help_View.Fl_Help_View">Fl_Help_View(int xx, int yy, int ww, int hh, const char *l = 0)</A></H4>
+
+<P>The constructor creates the <CODE>Fl_Help_View</CODE> widget at the specified
+position and size.
+
+<H4><A NAME="Fl_Help_View.~Fl_Help_View">~Fl_Help_View()</A></H4>
+
+<P>The destructor destroys the widget and frees all memory that has been
+allocated for the current file.
+
+<H4><A NAME="Fl_Help_View.directory">const char *directory() const</A></H4>
+
+<P>This method returns the current directory (base) path for the file
+in the buffer.
+
+<H4><A NAME="Fl_Help_View.filename">const char *filename() const</A></H4>
+
+<P>This method returns the current filename for the text in the buffer.
+
+<H4><A NAME="Fl_Help_View.link">void link(Fl_Help_Func *fn)</A></H4>
+
+<P>This method assigns a callback function to use when a link is
+followed or a file is loaded (via <CODE>Fl_Help_View::load()</CODE>) that
+requires a different file or path. The callback function receives the
+full pathname for the file in question and must return a pathname that
+can be opened as a local file. This is used by the
+<A HREF="Fl_Help_App.html"><CODE>Fl_Help_App</CODE></A> widget to support WWW
+addresses.
+
+<H4><A NAME="Fl_Help_View.load">int load(const char *f)</A></H4>
+
+<P>This method loads the specified file or URL.
+
+<H4><A NAME="Fl_Help_View.size">int size() const</A></H4>
+
+<P>This method returns the length of the buffer text in pixels.
+
+<H4><A NAME="Fl_Help_View.textcolor">void textcolor(Fl_Color c)<BR>
+Fl_Color textcolor() const</A></H4>
+
+<P>The first form sets the default text color. The second returns
+the current default text color.
+
+<H4><A NAME="Fl_Help_View.textfont">void textfont(uchar f)<BR>
+uchar textfont() const</A></H4>
+
+<P>The first form sets the default text font. The second returns
+the current default text font.
+
+<H4><A NAME="Fl_Help_View.textsize">void textsize(uchar s)<BR>
+uchar textsize() const</A></H4>
+
+<P>The first form sets the default text size. The second returns
+the current default text size.
+
+<H4><A NAME="Fl_Help_View.title">const char *title()</A></H4>
+
+<P>This method returns the current document title, or NULL if there
+is no title.
+
+<H4><A NAME="Fl_Help_View.topline">void topline(const char *n)<BR>
+void topline(int)<BR>
+int topline() const</A></H4>
+
+<P>The first two forms scroll the text to the indicated position, either
+with a named destination or by pixel line.
+
+<P>The second form returns the current top line in pixels.
+
+<H4><A NAME="Fl_Help_View.value">void value(const char *v)<BR>
+const char *value() const</A></H4>
+
+<P>The first form sets the current buffer to the string provided and
+reformats the text. The second form returns the current buffer contents.
+
+</BODY>
+</HTML>
diff --git a/documentation/fltk.book b/documentation/fltk.book
index 394663b64..e8d0dc22c 100644
--- a/documentation/fltk.book
+++ b/documentation/fltk.book
@@ -25,15 +25,15 @@ Fl_Counter.html
Fl_Dial.html
Fl_Double_Window.html
Fl_End.html
-Fl_FileBrowser.html
-Fl_FileChooser.html
-Fl_FileIcon.html
+Fl_File_Browser.html
+Fl_File_Chooser.html
+Fl_File_Icon.html
Fl_Float_Input.html
Fl_Free.html
Fl_Gl_Window.html
Fl_Group.html
-Fl_HelpDialog.html
-Fl_HelpView.html
+Fl_Help_Dialog.html
+Fl_Help_View.html
Fl_Hold_Browser.html
Fl_Input.html
Fl_Input_.html
diff --git a/documentation/widgets.html b/documentation/widgets.html
index 076e579a0..bf4100968 100644
--- a/documentation/widgets.html
+++ b/documentation/widgets.html
@@ -24,15 +24,15 @@ see <A href=functions.html#functions>Appendix B</A>.
<A HREF="Fl_Dial.html#Fl_Dial">Fl_Dial</A><BR>
<A HREF="Fl_Double_Window.html#Fl_Double_Window">Fl_Double_Window</A><BR>
<A HREF="Fl_End.html#Fl_End">Fl_End</A><BR>
-<A HREF="Fl_FileBrowser.html#Fl_FileBrowser">Fl_FileBrowser</A><BR>
-<A HREF="Fl_FileChooser.html#Fl_FileChooser">Fl_FileChooser</A><BR>
-<A HREF="Fl_FileIcon.html#Fl_FileIcon">Fl_FileIcon</A><BR>
+<A HREF="Fl_File_Browser.html#Fl_File_Browser">Fl_File_Browser</A><BR>
+<A HREF="Fl_File_Chooser.html#Fl_File_Chooser">Fl_File_Chooser</A><BR>
+<A HREF="Fl_File_Icon.html#Fl_File_Icon">Fl_File_Icon</A><BR>
<A HREF="Fl_Float_Input.html#Fl_Float_Input">Fl_Float_Input</A><BR>
<A HREF="Fl_Free.html#Fl_Free">Fl_Free</A><BR>
<A HREF="Fl_Gl_Window.html#Fl_Gl_Window">Fl_Gl_Window</A><BR>
<A HREF="Fl_Group.html#Fl_Group">Fl_Group</A><BR>
-<A HREF="Fl_HelpDialog.html#Fl_HelpDialog">Fl_HelpDialog</A><BR>
-<A HREF="Fl_HelpView.html#Fl_HelpView">Fl_HelpView</A><BR>
+<A HREF="Fl_Help_Dialog.html#Fl_Help_Dialog">Fl_Help_Dialog</A><BR>
+<A HREF="Fl_Help_View.html#Fl_Help_View">Fl_Help_View</A><BR>
<A HREF="Fl_Hold_Browser.html#Fl_Hold_Browser">Fl_Hold_Browser</A><BR>
<A HREF="Fl_Input.html#Fl_Input">Fl_Input</A><BR>
<A HREF="Fl_Input_.html#Fl_Input_">Fl_Input_</A><BR>
@@ -78,7 +78,7 @@ see <A href=functions.html#functions>Appendix B</A>.
<UL>
<LI><A HREF="Fl_End.html#Fl_End">Fl_End</A>
- <LI><A HREF="Fl_FileIcon.html#Fl_FileIcon">Fl_FileIcon</A>
+ <LI><A HREF="Fl_File_Icon.html#Fl_File_Icon">Fl_File_Icon</A>
<LI><A HREF="Fl_Menu_Item.html#Fl_Menu_Item">Fl_Menu_Item</A>
<LI><A HREF="Fl_Widget.html#Fl_Widget">Fl_Widget</A>
<UL>
@@ -87,7 +87,7 @@ see <A href=functions.html#functions>Appendix B</A>.
<UL>
<LI><A HREF="Fl_Browser.html#Fl_Browser">Fl_Browser</A>
<UL>
- <LI><A HREF="Fl_FileBrowser.html#Fl_FileBrowser">Fl_FileBrowser</A>
+ <LI><A HREF="Fl_File_Browser.html#Fl_File_Browser">Fl_File_Browser</A>
<LI><A HREF="Fl_Hold_Browser.html#Fl_Hold_Browser">Fl_Hold_Browser</A>
<LI><A HREF="Fl_Multi_Browser.html#Fl_Multi_Browser">Fl_Multi_Browser</A>
<LI><A HREF="Fl_Select_Browser.html#Fl_Select_Browser">Fl_Select_Browser</A>
@@ -107,9 +107,9 @@ see <A href=functions.html#functions>Appendix B</A>.
<LI><A HREF="Fl_Group.html#Fl_Group">Fl_Group</A>
<UL>
<LI><A HREF="Fl_Color_Chooser.html#Fl_Color_Chooser">Fl_Color_Chooser</A>
- <LI><A HREF="Fl_FileChooser.html#Fl_FileChooser">Fl_FileChooser</A>
- <LI><A HREF="Fl_HelpDialog.html#Fl_HelpDialog">Fl_HelpDialog</A>
- <LI><A HREF="Fl_HelpView.html#Fl_HelpView">Fl_HelpView</A>
+ <LI><A HREF="Fl_File_Chooser.html#Fl_File_Chooser">Fl_File_Chooser</A>
+ <LI><A HREF="Fl_Help_Dialog.html#Fl_Help_Dialog">Fl_Help_Dialog</A>
+ <LI><A HREF="Fl_Help_View.html#Fl_Help_View">Fl_Help_View</A>
<LI><A HREF="Fl_Pack.html#Fl_Pack">Fl_Pack</A>
<LI><A HREF="Fl_Scroll.html#Fl_Scroll">Fl_Scroll</A>
<LI><A HREF="Fl_Tabs.html#Fl_Tabs">Fl_Tabs</A>