From b0e56bb248b4690fc34505f58b8b795521628ff2 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Thu, 2 Aug 2001 18:31:29 +0000 Subject: Documentation... git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1529 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/Fl_HelpDialog.html | 89 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 documentation/Fl_HelpDialog.html (limited to 'documentation/Fl_HelpDialog.html') diff --git a/documentation/Fl_HelpDialog.html b/documentation/Fl_HelpDialog.html new file mode 100644 index 000000000..5fd28c7e6 --- /dev/null +++ b/documentation/Fl_HelpDialog.html @@ -0,0 +1,89 @@ + + + HelpDialog - ESP Widget Set for FLTK + + + Widget Set Home Page + Widget Set Documentation + Download Widget Set + ESP Home Page + FLTK Home Page + + + + + + +

class HelpDialog

+ +
+ +

Class Hierarchy

+ + + +

Include Files

+ + + +

Description

+ +

The HelpDialog widget displays a standard help dialog window +using the HelpView widget. + +

HelpDialog Window
+ +

Methods

+ + + +

HelpDialog()

+ +

The constructor creates the dialog pictured above. + +

~HelpView()

+ +

The destructor destroys the widget and frees all memory that has been +allocated for the current file. + +

void hide()

+ +

Hides the HelpDialog window. + +

void load(const char *f)

+ +

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

void show()

+ +

Shows the HelpDialog window. + +

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

+ +

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

int visible()

+ +

Returns 1 if the HelpDialog window is visible. + + + -- cgit v1.2.3