1999-09-27 18:44:28 +00:00
|
|
|
#ifndef FD_citation_form_h_
|
|
|
|
#define FD_citation_form_h_
|
|
|
|
/* Header file generated with fdesign. */
|
|
|
|
|
|
|
|
|
|
|
|
/**** Forms and Objects ****/
|
|
|
|
|
|
|
|
typedef struct {
|
2000-06-07 08:53:40 +00:00
|
|
|
FL_FORM *form;
|
1999-09-27 18:44:28 +00:00
|
|
|
void *vdata;
|
|
|
|
long ldata;
|
2000-06-07 08:53:40 +00:00
|
|
|
FL_OBJECT *box;
|
|
|
|
FL_OBJECT *citeBrsr;
|
|
|
|
FL_OBJECT *bibBrsr;
|
|
|
|
FL_OBJECT *infoBrsr;
|
|
|
|
FL_OBJECT *textAftr;
|
|
|
|
FL_OBJECT *addBtn;
|
|
|
|
FL_OBJECT *delBtn;
|
|
|
|
FL_OBJECT *upBtn;
|
|
|
|
FL_OBJECT *downBtn;
|
|
|
|
FL_OBJECT *ok;
|
|
|
|
FL_OBJECT *cancel;
|
1999-09-27 18:44:28 +00:00
|
|
|
} 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_ */
|