diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2007-05-02 14:38:58 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2007-05-02 14:38:58 +0000 |
| commit | 2559710cacaa162bd46acdec2a45ce76a930575a (patch) | |
| tree | 5e060e286edb474994e1fdb0d96617e310414aa0 | |
| parent | b2ca1b9918473668c4913823a11fe78ae8a14dff (diff) | |
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
| -rw-r--r-- | documentation/Fl_Help_Dialog.html | 34 | ||||
| -rw-r--r-- | 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 @@ <H3>Class Hierarchy</H3> <UL><PRE> -<A HREF="Fl_Group.html">Fl_Group</A> - | - +----<B>Fl_Help_Dialog</B> +<B>Fl_Help_Dialog</B> </PRE></UL> <H3>Include Files</H3> @@ -42,12 +40,19 @@ using the <CODE>Fl_Help_View</CODE> widget. <LI><A HREF="#Fl_Help_Dialog.Fl_Help_Dialog">Fl_Help_Dialog</A> <LI><A HREF="#Fl_Help_Dialog.~Fl_Help_Dialog">~Fl_Help_Dialog</A> + <LI><A HREF="#Fl_Help_Dialog.xywh">h</A> <LI><A HREF="#Fl_Help_Dialog.hide">hide</A> <LI><A HREF="#Fl_Help_Dialog.load">load</A> + <LI><A HREF="#Fl_Help_Dialog.position">position</A> + <LI><A HREF="#Fl_Help_Dialog.resize">resize</A> <LI><A HREF="#Fl_Help_Dialog.show">show</A> + <LI><A HREF="#Fl_Help_Dialog.textsize">textsize</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> + <LI><A HREF="#Fl_Help_Dialog.xywh">w</A> + <LI><A HREF="#Fl_Help_Dialog.xywh">x</A> + <LI><A HREF="#Fl_Help_Dialog.xywh">y</A> </UL> @@ -55,7 +60,7 @@ using the <CODE>Fl_Help_View</CODE> widget. <P>The constructor creates the dialog pictured above. -<H4><A NAME="Fl_Help_Dialog.~Fl_Help_Dialog">~Fl_Help_View()</A></H4> +<H4><A NAME="Fl_Help_Dialog.~Fl_Help_Dialog">~Fl_Help_Dialog()</A></H4> <P>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. <P>Loads the specified HTML file into the <CODE>Fl_Help_View</CODE> widget. The filename can also contain a target name ("filename.html#target"). +<H4><A NAME="Fl_Help_Dialog.position">void position(int x, int y)</A></H4> + +<P>Set the screen position of the dialog. + +<H4><A NAME="Fl_Help_Dialog.resize">void resize(int xx, int yy, int ww, int hh)</A></H4> + +<P>Change the position and size of the dialog. + <H4><A NAME="Fl_Help_Dialog.show">void show()</A></H4> <P>Shows the <code>Fl_Help_Dialog</code> window. +<H4><A NAME="Fl_Help_Dialog.topline">void textsize(uchar s)<BR> +uchar textsize()</A></H4> + +<P>Sets or gets the default text size for the help view. + <H4><A NAME="Fl_Help_Dialog.topline">void topline(const char *n)<BR> void topline(int n)</A></H4> @@ -90,5 +108,13 @@ reformats the text. It also clears the history of the "back" and <P>Returns 1 if the <code>Fl_Help_Dialog</code> window is visible. +<H4><A NAME="Fl_Help_Dialog.xywh">int x()<BR> +int y()<BR> +int w()<BR> +int h()<BR> +</A></H4> + +<P>Returns the position and size of the help dialog. + </BODY> </HTML> 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 <TT>fl_</TT> functions, see <LI><A HREF="Fl.html">Fl</A> <LI><A HREF="Fl_End.html#Fl_End">Fl_End</A> <LI><A HREF="Fl_File_Icon.html#Fl_File_Icon">Fl_File_Icon</A> + <LI><A HREF="Fl_Help_Dialog.html#Fl_Help_Dialog">Fl_Help_Dialog</A> <LI><A HREF="Fl_Image.html">Fl_Image</A> <UL> <LI><A HREF="Fl_Bitmap.html">Fl_Bitmap</A><BR> @@ -190,7 +191,6 @@ For a description of the <TT>fl_</TT> functions, see </UL> <LI><A HREF="Fl_Wizard.html#Fl_Wizard">Fl_Wizard</A> </UL> - <LI><A HREF="Fl_Help_Dialog.html#Fl_Help_Dialog">Fl_Help_Dialog</A> <LI><A HREF="Fl_Input_.html#Fl_Input_">Fl_Input_</A> <UL> <LI><A HREF="Fl_Input.html#Fl_Input">Fl_Input</A> |
