2000-08-14 05:24:35 +00:00
|
|
|
// File modified by fdfix.sh for use by lyx (with xforms >= 0.88) and gettext
|
|
|
|
/** Header file generated with fdesign **/
|
2000-07-07 07:46:37 +00:00
|
|
|
|
|
|
|
#ifndef FD_form_citation_h_
|
|
|
|
#define FD_form_citation_h_
|
|
|
|
|
|
|
|
/** Callbacks, globals and object handlers **/
|
2000-09-27 05:40:29 +00:00
|
|
|
extern "C" void C_FormBaseInputCB(FL_OBJECT *, long);
|
2000-11-28 06:46:06 +00:00
|
|
|
extern "C" void C_FormBaseRestoreCB(FL_OBJECT *, long);
|
2000-10-02 00:10:25 +00:00
|
|
|
extern "C" void C_FormBaseOKCB(FL_OBJECT *, long);
|
2000-11-03 09:47:02 +00:00
|
|
|
extern "C" void C_FormBaseApplyCB(FL_OBJECT *, long);
|
2000-10-02 00:10:25 +00:00
|
|
|
extern "C" void C_FormBaseCancelCB(FL_OBJECT *, long);
|
2000-07-07 07:46:37 +00:00
|
|
|
|
|
|
|
|
|
|
|
/**** Forms and Objects ****/
|
2000-07-13 15:03:34 +00:00
|
|
|
struct FD_form_citation {
|
2000-08-14 05:24:35 +00:00
|
|
|
~FD_form_citation();
|
2000-07-13 15:03:34 +00:00
|
|
|
|
2000-08-14 05:24:35 +00:00
|
|
|
FL_FORM *form;
|
2001-02-16 18:50:28 +00:00
|
|
|
FL_OBJECT *browser_cite;
|
|
|
|
FL_OBJECT *browser_bib;
|
|
|
|
FL_OBJECT *button_add;
|
|
|
|
FL_OBJECT *button_del;
|
|
|
|
FL_OBJECT *button_up;
|
|
|
|
FL_OBJECT *button_down;
|
|
|
|
FL_OBJECT *browser_info;
|
2001-03-15 13:37:04 +00:00
|
|
|
FL_OBJECT *frame_search;
|
|
|
|
FL_OBJECT *input_search;
|
2002-03-12 14:11:15 +00:00
|
|
|
FL_OBJECT *check_search_type;
|
|
|
|
FL_OBJECT *check_search_case;
|
2001-03-15 13:37:04 +00:00
|
|
|
FL_OBJECT *button_previous;
|
|
|
|
FL_OBJECT *button_next;
|
2001-08-28 13:48:40 +00:00
|
|
|
FL_OBJECT *frame_style;
|
2001-02-16 18:50:28 +00:00
|
|
|
FL_OBJECT *choice_style;
|
2002-03-12 14:11:15 +00:00
|
|
|
FL_OBJECT *check_full_author_list;
|
|
|
|
FL_OBJECT *check_force_uppercase;
|
2001-02-16 18:50:28 +00:00
|
|
|
FL_OBJECT *input_before;
|
|
|
|
FL_OBJECT *input_after;
|
2000-11-28 06:46:06 +00:00
|
|
|
FL_OBJECT *button_restore;
|
2000-10-03 05:53:25 +00:00
|
|
|
FL_OBJECT *button_ok;
|
2000-11-03 09:47:02 +00:00
|
|
|
FL_OBJECT *button_apply;
|
2002-03-12 14:11:15 +00:00
|
|
|
FL_OBJECT *button_close;
|
2000-07-13 15:03:34 +00:00
|
|
|
};
|
2000-07-07 07:46:37 +00:00
|
|
|
|
|
|
|
#endif /* FD_form_citation_h_ */
|