]> git.lyx.org Git - features.git/blob - src/frontends/xforms/form_citation.h
Moving to have the Tabular-Layout-Form tabbed and in the GUI-indep directory.
[features.git] / src / frontends / xforms / form_citation.h
1 /** Header file generated with fdesign on Tue Jul 11 11:01:26 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 typedef struct {
14         FL_FORM *form_citation;
15         void *vdata;
16         char *cdata;
17         long  ldata;
18         FL_OBJECT *box;
19         FL_OBJECT *citeBrsr;
20         FL_OBJECT *bibBrsr;
21         FL_OBJECT *addBtn;
22         FL_OBJECT *delBtn;
23         FL_OBJECT *upBtn;
24         FL_OBJECT *downBtn;
25         FL_OBJECT *infoBrsr;
26         FL_OBJECT *style;
27         FL_OBJECT *textBefore;
28         FL_OBJECT *textAftr;
29         FL_OBJECT *ok;
30         FL_OBJECT *cancel;
31 } FD_form_citation;
32
33
34 #endif /* FD_form_citation_h_ */