home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / Linux / Divers / lyx-0.13.2.tar.gz / lyx-0.13.2.tar / lyx-0.13.2 / src / sp_form.h < prev    next >
C/C++ Source or Header  |  1998-04-23  |  1KB  |  56 lines

  1. #ifndef FD_form_spell_options_h_
  2. #define FD_form_spell_options_h_
  3. /* Header file generated with fdesign. */
  4.  
  5. /** Callback routines and free object handlers **/
  6.  
  7. extern void SpellOptionsOKCB(FL_OBJECT *, long);
  8. extern void SpellOptionsCancelCB(FL_OBJECT *, long);
  9. extern void SpellOptionsApplyCB(FL_OBJECT *, long);
  10.  
  11.  
  12.  
  13. /**** Forms and Objects ****/
  14.  
  15. typedef struct {
  16.     FL_FORM *form_spell_options;
  17.     void *vdata;
  18.     char *cdata;
  19.     long  ldata;
  20.     FL_OBJECT *lang_buts;
  21.     FL_OBJECT *buflang;
  22.     FL_OBJECT *altlang;
  23.     FL_OBJECT *altlang_input;
  24.     FL_OBJECT *compounds;
  25.     FL_OBJECT *inpenc;
  26.     FL_OBJECT *ok;
  27.     FL_OBJECT *perdict;
  28.     FL_OBJECT *esc_chars;
  29.     FL_OBJECT *perdict_input;
  30.     FL_OBJECT *esc_chars_input;
  31. } FD_form_spell_options;
  32.  
  33. extern FD_form_spell_options * create_form_form_spell_options(void);
  34. typedef struct {
  35.     FL_FORM *form_spell_check;
  36.     void *vdata;
  37.     char *cdata;
  38.     long  ldata;
  39.     FL_OBJECT *text;
  40.     FL_OBJECT *input;
  41.     FL_OBJECT *browser;
  42.     FL_OBJECT *options;
  43.     FL_OBJECT *start;
  44.     FL_OBJECT *insert;
  45.     FL_OBJECT *ignore;
  46.     FL_OBJECT *accept;
  47.     FL_OBJECT *stop;
  48.     FL_OBJECT *done;
  49.     FL_OBJECT *replace;
  50.     FL_OBJECT *slider;
  51. } FD_form_spell_check;
  52.  
  53. extern FD_form_spell_check * create_form_form_spell_check(void);
  54.  
  55. #endif /* FD_form_spell_options_h_ */
  56.