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