26 #ifndef Fl_Help_Dialog_H 27 #define Fl_Help_Dialog_H 29 #include <FL/Fl_Double_Window.H> 30 #include <FL/Fl_Group.H> 31 #include <FL/Fl_Button.H> 32 #include <FL/Fl_Input.H> 33 #include <FL/Fl_Box.H> 34 #include <FL/Fl_Help_View.H> 47 inline void cb_back__i(
Fl_Button*,
void*);
50 inline void cb_forward__i(
Fl_Button*,
void*);
51 static void cb_forward_(
Fl_Button*,
void*);
53 inline void cb_smaller__i(
Fl_Button*,
void*);
54 static void cb_smaller_(
Fl_Button*,
void*);
56 inline void cb_larger__i(
Fl_Button*,
void*);
57 static void cb_larger_(
Fl_Button*,
void*);
59 inline void cb_find__i(
Fl_Input*,
void*);
60 static void cb_find_(
Fl_Input*,
void*);
68 int load(
const char *f);
69 void position(
int xx,
int yy);
70 void resize(
int xx,
int yy,
int ww,
int hh);
72 void show(
int argc,
char **argv);
75 void topline(
const char *n);
77 void value(
const char *f);
78 const char * value()
const;
The Fl_Double_Window provides a double-buffered window.
Definition: Fl_Double_Window.H:38
The Fl_Help_View widget displays HTML text.
Definition: Fl_Help_View.H:194
#define FL_PATH_MAX
all path buffers should use this length
Definition: filename.H:31
int Fl_Fontsize
Size of a font in pixels.
Definition: Enumerations.H:1014
The Fl_Help_Dialog widget displays a standard help dialog window using the Fl_Help_View widget...
Definition: Fl_Help_Dialog.H:36