From 6a4714ce12d546c8131389853fe5593555c73b77 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Sat, 29 Sep 2001 14:38:59 +0000 Subject: Fl_FileXYZ -> Fl_File_XYZ Fl_HelpXYZ -> Fl_Help_XYZ Fl_File_Chooser now supports directory choosing. Added fl_dir_chooser() function. Now set FLTK_DOCDIR env var in test/demo. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1612 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/Fl_HelpDialog.html | 89 ---------------------------------------- 1 file changed, 89 deletions(-) delete mode 100644 documentation/Fl_HelpDialog.html (limited to 'documentation/Fl_HelpDialog.html') diff --git a/documentation/Fl_HelpDialog.html b/documentation/Fl_HelpDialog.html deleted file mode 100644 index 5fd28c7e6..000000000 --- a/documentation/Fl_HelpDialog.html +++ /dev/null @@ -1,89 +0,0 @@ - - - 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