summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2001-10-27 03:29:25 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2001-10-27 03:29:25 +0000
commit68fb9f79108ef7f2e841f6cd8dc6fb58408d2e29 (patch)
treeb65b4bd6c24b995027724f530b0362032704716c /documentation
parentd2bfebbb4b2c161822d48a42f4e94c5ad847a547 (diff)
Don't allow extra boxtypes to override user-defined boxtypes.
Change the help link function to get both the widget and pathname. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1659 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation')
-rw-r--r--documentation/Fl_Help_View.html14
1 files changed, 8 insertions, 6 deletions
diff --git a/documentation/Fl_Help_View.html b/documentation/Fl_Help_View.html
index fb7a88d75..1fb420505 100644
--- a/documentation/Fl_Help_View.html
+++ b/documentation/Fl_Help_View.html
@@ -66,12 +66,14 @@ 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.
+followed or a file is loaded (via
+<CODE>Fl_Help_View::load()</CODE>) that requires a different
+file or path. The callback function receives a pointer to the
+<CODE>Fl_Help_View</CODE> widget and the full pathname for the
+file in question and must return a pathname that can be opened
+as a local file. This can also be used to retrieve remote or
+virtual documents, returning the temporary file that contains
+the actual data.</P>
<H4><A NAME="Fl_Help_View.load">int load(const char *f)</A></H4>