]> git.lyx.org Git - lyx.git/blob - src/frontends/xforms/form_citation.h
major GUII cleanup + Baruchs patch + Angus's patch + removed a couple of generated...
[lyx.git] / src / frontends / xforms / form_citation.h
1 // File modified by fdfix.sh for use by lyx (with xforms >= 0.88) and gettext
2 /** Header file generated with fdesign **/
3
4 #ifndef FD_form_citation_h_
5 #define FD_form_citation_h_
6
7 /** Callbacks, globals and object handlers **/
8 extern  "C" void C_FormCommandInputCB(FL_OBJECT *, long);
9 extern  "C" void C_FormCommandOKCB(FL_OBJECT *, long);
10 extern  "C" void C_FormCommandCancelCB(FL_OBJECT *, long);
11
12
13 /**** Forms and Objects ****/
14 struct FD_form_citation {
15         ~FD_form_citation();
16
17         FL_FORM *form;
18         FL_OBJECT *box;
19         FL_OBJECT *citeBrsr;
20         FL_OBJECT *bibBrsr;
21         FL_OBJECT *addBtn;
22         FL_OBJECT *delBtn;
23         FL_OBJECT *upBtn;
24         FL_OBJECT *downBtn;
25         FL_OBJECT *infoBrsr;
26         FL_OBJECT *style;
27         FL_OBJECT *textBefore;
28         FL_OBJECT *textAftr;
29         FL_OBJECT *ok;
30         FL_OBJECT *cancel;
31 };
32
33 #endif /* FD_form_citation_h_ */