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_