This commit was manufactured by cvs2svn to create tag
[lyx.git] / src / bibforms.h
blob9c80ec8edf24d91f6be5d80e9446947b7976331a
1 #ifndef FD_citation_form_h_
2 #define FD_citation_form_h_
3 /* Header file generated with fdesign. */
6 /**** Forms and Objects ****/
8 typedef struct {
9 FL_FORM *citation_form;
10 void *vdata;
11 long ldata;
12 FL_OBJECT *key;
13 FL_OBJECT *label;
14 } FD_citation_form;
17 typedef struct {
18 FL_FORM *bibitem_form;
19 void *vdata;
20 long ldata;
21 FL_OBJECT *key;
22 FL_OBJECT *label;
23 } FD_bibitem_form;
25 #endif /* FD_citation_form_h_ */