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_include_h_
|
|
|
|
#define FD_form_include_h_
|
|
|
|
|
|
|
|
/** Callbacks, globals and object handlers **/
|
2001-03-23 17:09:34 +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_include {
|
|
|
|
~FD_form_include();
|
|
|
|
|
|
|
|
FL_FORM *form;
|
2001-03-14 10:57:39 +00:00
|
|
|
FL_OBJECT *button_browse;
|
|
|
|
FL_OBJECT *check_typeset;
|
2001-02-12 14:09:09 +00:00
|
|
|
FL_OBJECT *button_ok;
|
|
|
|
FL_OBJECT *button_cancel;
|
2001-03-14 10:57:39 +00:00
|
|
|
FL_OBJECT *button_load;
|
|
|
|
FL_OBJECT *input_filename;
|
|
|
|
FL_OBJECT *check_visiblespace;
|
2001-02-12 14:09:09 +00:00
|
|
|
FL_OBJECT *include_grp;
|
2001-03-14 10:57:39 +00:00
|
|
|
FL_OBJECT *check_verbatim;
|
|
|
|
FL_OBJECT *check_useinput;
|
|
|
|
FL_OBJECT *check_useinclude;
|
2001-02-12 14:09:09 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
#endif /* FD_form_include_h_ */
|