home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / Linux / Divers / lyx-0.13.2.tar.gz / lyx-0.13.2.tar / lyx-0.13.2 / src / bibforms.h < prev    next >
C/C++ Source or Header  |  1998-04-23  |  415b  |  26 lines

  1. #ifndef FD_citation_form_h_
  2. #define FD_citation_form_h_
  3. /* Header file generated with fdesign. */
  4.  
  5.  
  6. /**** Forms and Objects ****/
  7.  
  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;
  15.  
  16.  
  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;
  24.  
  25. #endif /* FD_citation_form_h_ */
  26.