33 #ifndef Fl_Help_Dialog_H
34 #define Fl_Help_Dialog_H
36 #include <FL/Fl_Double_Window.H>
37 #include <FL/Fl_Group.H>
38 #include <FL/Fl_Button.H>
39 #include <FL/Fl_Input.H>
40 #include <FL/Fl_Box.H>
41 #include <FL/Fl_Help_View.H>
58 static void cb_forward_(
Fl_Button*,
void*);
61 static void cb_smaller_(
Fl_Button*,
void*);
64 static void cb_larger_(
Fl_Button*,
void*);
67 static void cb_find_(
Fl_Input*,
void*);
75 void load(
const char *f);
76 void position(
int xx,
int yy);
77 void resize(
int xx,
int yy,
int ww,
int hh);
79 void show(
int argc,
char **argv);
82 void topline(
const char *n);
84 void value(
const char *f);
85 const char * value()
const;