28#ifndef Fl_Help_Dialog_H 
   29#define Fl_Help_Dialog_H 
   31#include <FL/Fl_Double_Window.H> 
   32#include <FL/Fl_Group.H> 
   33#include <FL/Fl_Button.H> 
   34#include <FL/Fl_Input.H> 
   36#include <FL/Fl_Help_View.H> 
   49  inline void cb_back__i(
Fl_Button*, 
void*);
 
   52  inline void cb_forward__i(
Fl_Button*, 
void*);
 
   53  static void cb_forward_(
Fl_Button*, 
void*);
 
   55  inline void cb_smaller__i(
Fl_Button*, 
void*);
 
   56  static void cb_smaller_(
Fl_Button*, 
void*);
 
   58  inline void cb_larger__i(
Fl_Button*, 
void*);
 
   59  static void cb_larger_(
Fl_Button*, 
void*);
 
   61  inline void cb_find__i(
Fl_Input*, 
void*);
 
   62  static void cb_find_(
Fl_Input*, 
void*);
 
   70  void load(
const char *f);
 
   72  void resize(
int xx, 
int yy, 
int ww, 
int hh);
 
   74  void show(
int argc, 
char **argv);
 
   79  void value(
const char *f);
 
   80  const char * 
value() 
const;
 
 
int Fl_Fontsize
Size of a font in pixels.
Definition Enumerations.H:913
The Fl_Double_Window provides a double-buffered window.
Definition Fl_Double_Window.H:40
int h()
Returns the position and size of the help dialog.
Definition Fl_Help_Dialog.cxx:215
int y()
Returns the position and size of the help dialog.
Definition Fl_Help_Dialog.cxx:293
int visible()
Returns 1 if the Fl_Help_Dialog window is visible.
Definition Fl_Help_Dialog.cxx:281
void textsize(Fl_Fontsize s)
Sets or gets the default text size for the help view.
Definition Fl_Help_Dialog.cxx:245
void load(const char *f)
Loads the specified HTML file into the Fl_Help_View widget.
Definition Fl_Help_Dialog.cxx:223
int w()
Returns the position and size of the help dialog.
Definition Fl_Help_Dialog.cxx:285
void position(int xx, int yy)
Set the screen position of the dialog.
Definition Fl_Help_Dialog.cxx:229
int x()
Returns the position and size of the help dialog.
Definition Fl_Help_Dialog.cxx:289
void show()
Shows the Fl_Help_Dialog window.
Definition Fl_Help_Dialog.cxx:237
void value(const char *f)
The first form sets the current buffer to the string provided and reformats the text.
Definition Fl_Help_Dialog.cxx:271
void hide()
Hides the Fl_Help_Dialog window.
Definition Fl_Help_Dialog.cxx:219
void resize(int xx, int yy, int ww, int hh)
Change the position and size of the dialog.
Definition Fl_Help_Dialog.cxx:233
Fl_Help_Dialog()
The constructor creates the dialog pictured above.
Definition Fl_Help_Dialog.cxx:147
void topline(const char *n)
Sets the top line in the Fl_Help_View widget to the named or numbered line.
Definition Fl_Help_Dialog.cxx:263
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