]> git.lyx.org Git - lyx.git/blob - src/sp_form.h
Fix crash when running lyx -dbg insets -e ...
[lyx.git] / src / sp_form.h
1 /** Header file generated with fdesign **/
2
3 #ifndef FD_form_spell_check_h_
4 #define FD_form_spell_check_h_
5
6 typedef struct {
7         FL_FORM *form_spell_check;
8         void *vdata;
9         char *cdata;
10         long  ldata;
11         FL_OBJECT *text;
12         FL_OBJECT *input;
13         FL_OBJECT *browser;
14         FL_OBJECT *options;
15         FL_OBJECT *start;
16         FL_OBJECT *insert;
17         FL_OBJECT *ignore;
18         FL_OBJECT *accept;
19         FL_OBJECT *stop;
20         FL_OBJECT *done;
21         FL_OBJECT *replace;
22         FL_OBJECT *slider;
23 } FD_form_spell_check;
24
25 extern FD_form_spell_check * create_form_form_spell_check(void);
26
27 #endif /* FD_form_spell_check_h_ */