2001-02-12 14:09:09 +00:00
|
|
|
// File modified by fdfix.sh for use by lyx (with xforms >= 0.88) and gettext
|
|
|
|
/** Header file generated with fdesign **/
|
|
|
|
|
|
|
|
#ifndef FD_form_bibtex_h_
|
|
|
|
#define FD_form_bibtex_h_
|
|
|
|
|
|
|
|
/** Callbacks, globals and object handlers **/
|
2001-03-19 16:37:01 +00:00
|
|
|
extern "C" void C_FormBaseInputCB(FL_OBJECT *, long);
|
|
|
|
extern "C" void C_FormBaseOKCB(FL_OBJECT *, long);
|
|
|
|
extern "C" void C_FormBaseCancelCB(FL_OBJECT *, long);
|
2001-02-12 14:09:09 +00:00
|
|
|
|
|
|
|
|
|
|
|
/**** Forms and Objects ****/
|
|
|
|
struct FD_form_bibtex {
|
|
|
|
~FD_form_bibtex();
|
|
|
|
|
|
|
|
FL_FORM *form;
|
2002-03-12 14:11:15 +00:00
|
|
|
FL_OBJECT *input_database;
|
2001-02-12 14:09:09 +00:00
|
|
|
FL_OBJECT *button_ok;
|
2002-03-12 14:11:15 +00:00
|
|
|
FL_OBJECT *button_close;
|
|
|
|
FL_OBJECT *input_style;
|
|
|
|
FL_OBJECT *button_database_browse;
|
|
|
|
FL_OBJECT *button_style_browse;
|
|
|
|
FL_OBJECT *check_bibtotoc;
|
2001-02-12 14:09:09 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
#endif /* FD_form_bibtex_h_ */
|