]> git.lyx.org Git - lyx.git/blob - src/frontends/xforms/form_thesaurus.h
Fix crash when using dialog with keyboard:
[lyx.git] / src / frontends / xforms / form_thesaurus.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_tabbed_thesaurus_h_
5 #define FD_form_tabbed_thesaurus_h_
6
7 /** Callbacks, globals and object handlers **/
8 extern  "C" void C_FormBaseInputCB(FL_OBJECT *, long);
9 extern  "C" void C_FormBaseOKCB(FL_OBJECT *, long);
10
11 extern  "C" void C_FormBaseInputCB(FL_OBJECT *, long);
12
13 extern  "C" void C_FormBaseInputCB(FL_OBJECT *, long);
14
15 extern  "C" void C_FormBaseInputCB(FL_OBJECT *, long);
16
17 extern  "C" void C_FormBaseInputCB(FL_OBJECT *, long);
18
19 extern  "C" void C_FormBaseInputCB(FL_OBJECT *, long);
20
21
22 /**** Forms and Objects ****/
23 struct FD_form_tabbed_thesaurus {
24         ~FD_form_tabbed_thesaurus();
25
26         FL_FORM *form;
27         FL_OBJECT *tabbed_folder;
28         FL_OBJECT *button_replace;
29         FL_OBJECT *button_close;
30         FL_OBJECT *input_entry;
31         FL_OBJECT *input_replace;
32 };
33 struct FD_form_noun {
34         ~FD_form_noun();
35
36         FL_FORM *form;
37         FL_OBJECT *browser_noun;
38 };
39 struct FD_form_verb {
40         ~FD_form_verb();
41
42         FL_FORM *form;
43         FL_OBJECT *browser_verb;
44 };
45 struct FD_form_adjective {
46         ~FD_form_adjective();
47
48         FL_FORM *form;
49         FL_OBJECT *browser_adjective;
50 };
51 struct FD_form_adverb {
52         ~FD_form_adverb();
53
54         FL_FORM *form;
55         FL_OBJECT *browser_adverb;
56 };
57 struct FD_form_other {
58         ~FD_form_other();
59
60         FL_FORM *form;
61         FL_OBJECT *browser_other;
62 };
63
64 #endif /* FD_form_tabbed_thesaurus_h_ */