2000-06-19 15:33:58 +00:00
|
|
|
/** Header file generated with fdesign on Mon Jun 19 12:55:08 2000.**/
|
1999-09-27 18:44:28 +00:00
|
|
|
|
2000-06-12 11:27:15 +00:00
|
|
|
#ifndef FD_form_sendto_h_
|
|
|
|
#define FD_form_sendto_h_
|
1999-09-27 18:44:28 +00:00
|
|
|
|
|
|
|
/** Callbacks, globals and object handlers **/
|
1999-10-19 15:06:30 +00:00
|
|
|
extern "C" void SendtoOKCB(FL_OBJECT *, long);
|
|
|
|
extern "C" void SendtoApplyCB(FL_OBJECT *, long);
|
|
|
|
extern "C" void SendtoCancelCB(FL_OBJECT *, long);
|
1999-09-27 18:44:28 +00:00
|
|
|
|
|
|
|
|
|
|
|
/**** Forms and Objects ****/
|
|
|
|
typedef struct {
|
|
|
|
FL_FORM *form_sendto;
|
|
|
|
void *vdata;
|
|
|
|
char *cdata;
|
|
|
|
long ldata;
|
|
|
|
FL_OBJECT *input_cmd;
|
|
|
|
FL_OBJECT *group_ftype;
|
|
|
|
FL_OBJECT *radio_ftype_dvi;
|
|
|
|
FL_OBJECT *radio_ftype_ps;
|
|
|
|
FL_OBJECT *radio_ftype_latex;
|
|
|
|
FL_OBJECT *radio_ftype_lyx;
|
|
|
|
FL_OBJECT *radio_ftype_ascii;
|
|
|
|
} FD_form_sendto;
|
|
|
|
|
|
|
|
extern FD_form_sendto * create_form_form_sendto(void);
|
|
|
|
|
2000-06-12 11:27:15 +00:00
|
|
|
#endif /* FD_form_sendto_h_ */
|