From 2559710cacaa162bd46acdec2a45ce76a930575a Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Wed, 2 May 2007 14:38:58 +0000 Subject: Fl_Help_View was documented as being derived from Fl_Group in teh docs and FL_Widget in the hierarchy view. I updated the documentation to reflect that it isn't derive from any other widget at all. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5796 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/Fl_Help_Dialog.html | 34 ++++++++++++++++++++++++++++++---- documentation/widgets.html | 2 +- 2 files changed, 31 insertions(+), 5 deletions(-) diff --git a/documentation/Fl_Help_Dialog.html b/documentation/Fl_Help_Dialog.html index 9e8879549..f999fceaa 100644 --- a/documentation/Fl_Help_Dialog.html +++ b/documentation/Fl_Help_Dialog.html @@ -12,9 +12,7 @@

Class Hierarchy

Include Files

@@ -42,12 +40,19 @@ using the Fl_Help_View widget.
  • Fl_Help_Dialog
  • ~Fl_Help_Dialog +
  • h
  • hide
  • load +
  • position +
  • resize
  • show +
  • textsize
  • topline
  • value
  • visible +
  • w +
  • x +
  • y @@ -55,7 +60,7 @@ using the Fl_Help_View widget.

    The constructor creates the dialog pictured above. -

    ~Fl_Help_View()

    +

    ~Fl_Help_Dialog()

    The destructor destroys the widget and frees all memory that has been allocated for the current file. @@ -69,10 +74,23 @@ allocated for the current file.

    Loads the specified HTML file into the Fl_Help_View widget. The filename can also contain a target name ("filename.html#target"). +

    void position(int x, int y)

    + +

    Set the screen position of the dialog. + +

    void resize(int xx, int yy, int ww, int hh)

    + +

    Change the position and size of the dialog. +

    void show()

    Shows the Fl_Help_Dialog window. +

    void textsize(uchar s)
    +uchar textsize()

    + +

    Sets or gets the default text size for the help view. +

    void topline(const char *n)
    void topline(int n)

    @@ -90,5 +108,13 @@ reformats the text. It also clears the history of the "back" and

    Returns 1 if the Fl_Help_Dialog window is visible. +

    int x()
    +int y()
    +int w()
    +int h()
    +

    + +

    Returns the position and size of the help dialog. + diff --git a/documentation/widgets.html b/documentation/widgets.html index 7d67b92bc..f67d3c1d8 100644 --- a/documentation/widgets.html +++ b/documentation/widgets.html @@ -111,6 +111,7 @@ For a description of the fl_ functions, see

  • Fl
  • Fl_End
  • Fl_File_Icon +
  • Fl_Help_Dialog
  • Fl_Image
  • Fl_Wizard -
  • Fl_Help_Dialog
  • Fl_Input_