]> git.lyx.org Git - lyx.git/blob - src/frontends/xforms/form_spellchecker.h
Edwin's spellchecker GUII patch with some fixes to it.
[lyx.git] / src / frontends / xforms / form_spellchecker.h
1 // File modified by fdfix.sh for use by lyx (with xforms >= 0.88) and gettext
2 /** Header file generated with fdesign **/
3
4 #ifndef FD_form_spellchecker_h_
5 #define FD_form_spellchecker_h_
6
7 /** Callbacks, globals and object handlers **/
8 extern  "C" void C_FormBaseInputCB(FL_OBJECT *, long);
9
10
11 /**** Forms and Objects ****/
12 struct FD_form_spellchecker {
13         ~FD_form_spellchecker();
14
15         FL_FORM *form;
16         FL_OBJECT *text;
17         FL_OBJECT *input;
18         FL_OBJECT *browser;
19         FL_OBJECT *options;
20         FL_OBJECT *start;
21         FL_OBJECT *insert;
22         FL_OBJECT *ignore;
23         FL_OBJECT *accept;
24         FL_OBJECT *stop;
25         FL_OBJECT *done;
26         FL_OBJECT *replace;
27         FL_OBJECT *slider;
28 };
29
30 #endif /* FD_form_spellchecker_h_ */