2000-08-14 05:24:35 +00:00
|
|
|
/** Header file generated with fdesign **/
|
1999-09-27 18:44:28 +00:00
|
|
|
|
2001-06-28 13:02:03 +00:00
|
|
|
#ifndef FD_form_spell_check_h_
|
|
|
|
#define FD_form_spell_check_h_
|
1999-09-27 18:44:28 +00:00
|
|
|
|
|
|
|
typedef struct {
|
|
|
|
FL_FORM *form_spell_check;
|
|
|
|
void *vdata;
|
|
|
|
char *cdata;
|
|
|
|
long ldata;
|
|
|
|
FL_OBJECT *text;
|
|
|
|
FL_OBJECT *input;
|
|
|
|
FL_OBJECT *browser;
|
|
|
|
FL_OBJECT *options;
|
|
|
|
FL_OBJECT *start;
|
|
|
|
FL_OBJECT *insert;
|
|
|
|
FL_OBJECT *ignore;
|
|
|
|
FL_OBJECT *accept;
|
|
|
|
FL_OBJECT *stop;
|
|
|
|
FL_OBJECT *done;
|
|
|
|
FL_OBJECT *replace;
|
|
|
|
FL_OBJECT *slider;
|
|
|
|
} FD_form_spell_check;
|
|
|
|
|
|
|
|
extern FD_form_spell_check * create_form_form_spell_check(void);
|
|
|
|
|
2001-06-28 13:02:03 +00:00
|
|
|
#endif /* FD_form_spell_check_h_ */
|