Fl_Group | +----Fl_Help_Dialog
#include "Fl_Help_Dialog.h"
The Fl_Help_Dialog
widget displays a standard help dialog window
using the Fl_Help_View
widget.
The constructor creates the dialog pictured above.
The destructor destroys the widget and frees all memory that has been allocated for the current file.
Hides the Fl_Help_Dialog
window.
Loads the specified HTML file into the Fl_Help_View
widget.
The filename can also contain a target name ("filename.html#target").
Shows the Fl_Help_Dialog
window.
Sets the top line in the Fl_Help_View
widget to the named or
numbered line.
Returns 1 if the Fl_Help_Dialog
window is visible.