Skip to content

Commit

Permalink
Added Help_Dialog::value() to the help page.
Browse files Browse the repository at this point in the history
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4583 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
  • Loading branch information
Matthias Melcher committed Sep 25, 2005
1 parent 44f06b5 commit ba56eea
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions documentation/Fl_Help_Dialog.html
Expand Up @@ -43,6 +43,7 @@ <H3>Methods</H3>
<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>
Expand Down Expand Up @@ -75,6 +76,13 @@ <H4><A NAME="Fl_Help_Dialog.topline">void topline(const char *n)<BR>
<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.
Expand Down

0 comments on commit ba56eea

Please sign in to comment.