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 Fl_Help_View widget.
  • load
  • show
  • topline +
  • value
  • visible @@ -75,6 +76,13 @@ void topline(int n)

    Sets the top line in the Fl_Help_View widget to the named or numbered line. +

    void value(const char *v)
    +const char *value() const

    + +

    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. +

    int visible()

    Returns 1 if the Fl_Help_Dialog window is visible.