]> git.lyx.org Git - lyx.git/blob - src/frontends/xforms/form_citation.h
Patch fdfix from Angus, using only the new tabular-layout, some fixes!
[lyx.git] / src / frontends / xforms / form_citation.h
1 /** Header file generated with fdesign on Thu Jul 13 16:53:24 2000.**/
2
3 #ifndef FD_form_citation_h_
4 #define FD_form_citation_h_
5
6 /** Callbacks, globals and object handlers **/
7 extern  "C" void C_FormCitationInputCB(FL_OBJECT *, long);
8 extern  "C" void C_FormCitationOKCB(FL_OBJECT *, long);
9 extern  "C" void C_FormCitationCancelCB(FL_OBJECT *, long);
10
11
12 /**** Forms and Objects ****/
13 struct FD_form_citation {
14
15         FL_FORM *form_citation;
16         FL_OBJECT *box;
17         FL_OBJECT *citeBrsr;
18         FL_OBJECT *bibBrsr;
19         FL_OBJECT *addBtn;
20         FL_OBJECT *delBtn;
21         FL_OBJECT *upBtn;
22         FL_OBJECT *downBtn;
23         FL_OBJECT *infoBrsr;
24         FL_OBJECT *style;
25         FL_OBJECT *textBefore;
26         FL_OBJECT *textAftr;
27         FL_OBJECT *ok;
28         FL_OBJECT *cancel;
29 };
30
31 #endif /* FD_form_citation_h_ */