lyx_mirror/src/print_form.h
Jürgen Vigna 7390104c74 Fixed make updatesrc in forms directory. Various fixes for text insets,
so now selection should work.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@821 a592a061-630c-0410-9148-cb99ea01b6c8
2000-06-19 15:33:58 +00:00

30 lines
736 B
C

/** Header file generated with fdesign on Mon Jun 19 12:55:08 2000.**/
#ifndef FD_form_sendto_h_
#define FD_form_sendto_h_
/** Callbacks, globals and object handlers **/
extern "C" void SendtoOKCB(FL_OBJECT *, long);
extern "C" void SendtoApplyCB(FL_OBJECT *, long);
extern "C" void SendtoCancelCB(FL_OBJECT *, long);
/**** 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);
#endif /* FD_form_sendto_h_ */