]> git.lyx.org Git - lyx.git/blob - src/frontends/xforms/form_bibtex.h
Merging BRANCH_MVC back into HEAD.
[lyx.git] / src / frontends / xforms / form_bibtex.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_bibtex_h_
5 #define FD_form_bibtex_h_
6
7 /** Callbacks, globals and object handlers **/
8 extern  "C" void C_FormBaseDeprecatedInputCB(FL_OBJECT *, long);
9 extern  "C" void C_FormBaseDeprecatedOKCB(FL_OBJECT *, long);
10 extern  "C" void C_FormBaseDeprecatedCancelCB(FL_OBJECT *, long);
11
12
13 /**** Forms and Objects ****/
14 struct FD_form_bibtex {
15         ~FD_form_bibtex();
16
17         FL_FORM *form;
18         FL_OBJECT *database;
19         FL_OBJECT *button_ok;
20         FL_OBJECT *button_cancel;
21         FL_OBJECT *style;
22 };
23
24 #endif /* FD_form_bibtex_h_ */