]> git.lyx.org Git - lyx.git/blob - src/frontends/xforms/form_citation.h
More pref work from Angus
[lyx.git] / src / frontends / xforms / form_citation.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_citation_h_
5 #define FD_form_citation_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 extern  "C" void C_FormBaseApplyCB(FL_OBJECT *, long);
11 extern  "C" void C_FormBaseCancelCB(FL_OBJECT *, long);
12 extern  "C" void C_FormBaseRestoreCB(FL_OBJECT *, long);
13
14
15 /**** Forms and Objects ****/
16 struct FD_form_citation {
17         ~FD_form_citation();
18
19         FL_FORM *form;
20         FL_OBJECT *box;
21         FL_OBJECT *citeBrsr;
22         FL_OBJECT *bibBrsr;
23         FL_OBJECT *addBtn;
24         FL_OBJECT *delBtn;
25         FL_OBJECT *upBtn;
26         FL_OBJECT *downBtn;
27         FL_OBJECT *infoBrsr;
28         FL_OBJECT *style;
29         FL_OBJECT *textBefore;
30         FL_OBJECT *textAftr;
31         FL_OBJECT *button_ok;
32         FL_OBJECT *button_apply;
33         FL_OBJECT *button_cancel;
34         FL_OBJECT *button_restore;
35 };
36
37 #endif /* FD_form_citation_h_ */