24 #ifndef Fl_Help_Dialog_H
25 #define Fl_Help_Dialog_H
27 #include <FL/Fl_Double_Window.H>
28 #include <FL/Fl_Group.H>
29 #include <FL/Fl_Button.H>
30 #include <FL/Fl_Input.H>
31 #include <FL/Fl_Box.H>
32 #include <FL/Fl_Help_View.H>
49 static void cb_forward_(
Fl_Button*,
void*);
52 static void cb_smaller_(
Fl_Button*,
void*);
55 static void cb_larger_(
Fl_Button*,
void*);
58 static void cb_find_(
Fl_Input*,
void*);
66 void load(
const char *f);
67 void position(
int xx,
int yy);
68 void resize(
int xx,
int yy,
int ww,
int hh);
70 void show(
int argc,
char **argv);
73 void topline(
const char *n);
75 void value(
const char *f);
76 const char * value()
const;
The Fl_Double_Window provides a double-buffered window.
Definition: Fl_Double_Window.H:40
The Fl_Help_View widget displays HTML text.
Definition: Fl_Help_View.H:200
#define FL_PATH_MAX
all path buffers should use this length
Definition: filename.H:38
int Fl_Fontsize
Size of a font in pixels.
Definition: Enumerations.H:746
The Fl_Help_Dialog widget displays a standard help dialog window using the Fl_Help_View widget...
Definition: Fl_Help_Dialog.H:34