mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-13 06:20:28 +00:00
27de1486ca
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@140 a592a061-630c-0410-9148-cb99ea01b6c8
26 lines
415 B
C
26 lines
415 B
C
#ifndef FD_citation_form_h_
|
|
#define FD_citation_form_h_
|
|
/* Header file generated with fdesign. */
|
|
|
|
|
|
/**** Forms and Objects ****/
|
|
|
|
typedef struct {
|
|
FL_FORM *citation_form;
|
|
void *vdata;
|
|
long ldata;
|
|
FL_OBJECT *key;
|
|
FL_OBJECT *label;
|
|
} FD_citation_form;
|
|
|
|
|
|
typedef struct {
|
|
FL_FORM *bibitem_form;
|
|
void *vdata;
|
|
long ldata;
|
|
FL_OBJECT *key;
|
|
FL_OBJECT *label;
|
|
} FD_bibitem_form;
|
|
|
|
#endif /* FD_citation_form_h_ */
|