mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-14 06:57:01 +00:00
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_ */
|