mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-11 05:33:33 +00:00
89885b5fa1
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@864 a592a061-630c-0410-9148-cb99ea01b6c8
17 lines
277 B
C
17 lines
277 B
C
#ifndef FD_bibitem_form_h_
|
|
#define FD_bibitem_form_h_
|
|
/* Header file generated with fdesign. */
|
|
|
|
|
|
/**** Forms and Objects ****/
|
|
|
|
struct FD_bibitem_form {
|
|
FL_FORM *bibitem_form;
|
|
void *vdata;
|
|
long ldata;
|
|
FL_OBJECT *key;
|
|
FL_OBJECT *label;
|
|
};
|
|
|
|
#endif /* FD_bibitem_form_h_ */
|