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;