From ba56eeaad57d232894ca2bfbb0c2f3e137c6546f Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sun, 25 Sep 2005 17:04:29 +0000 Subject: [PATCH] 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 --- documentation/Fl_Help_Dialog.html | 8 ++++++++ 1 file changed, 8 insertions(+) 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.