summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2005-09-25 17:04:29 +0000
committerMatthias Melcher <fltk@matthiasm.com>2005-09-25 17:04:29 +0000
commitba56eeaad57d232894ca2bfbb0c2f3e137c6546f (patch)
tree771b5761df9eb4650390477a6b5935e98b5a10e4
parent44f06b5d35f8c655ddc0d2c28d8e979713f134c7 (diff)
Added Help_Dialog::value() to the help page.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4583 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
-rw-r--r--documentation/Fl_Help_Dialog.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/documentation/Fl_Help_Dialog.html b/documentation/Fl_Help_Dialog.html
index d7ac68252..6c81cac92 100644
--- a/documentation/Fl_Help_Dialog.html
+++ b/documentation/Fl_Help_Dialog.html
@@ -43,6 +43,7 @@ using the <CODE>Fl_Help_View</CODE> widget.
<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.value">value</A>
<LI><A HREF="#Fl_Help_Dialog.visible">visible</A>
</UL>
@@ -75,6 +76,13 @@ 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.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. It also clears the history of the "back" and
+"forward" buttons. The second form returns the current buffer contents.
+
<H4><A NAME="Fl_Help_Dialog.visible">int visible()</A></H4>
<P>Returns 1 if the <code>Fl_Help_Dialog</code> window is visible.