]> git.lyx.org Git - lyx.git/blob - src/print_form.h
update all .po files ot latestes pot
[lyx.git] / src / print_form.h
1 /** Header file generated with fdesign **/
2
3 #ifndef FD_form_sendto_h_
4 #define FD_form_sendto_h_
5
6 /** Callbacks, globals and object handlers **/
7 extern "C" void SendtoOKCB(FL_OBJECT *, long);
8 extern "C" void SendtoApplyCB(FL_OBJECT *, long);
9 extern "C" void SendtoCancelCB(FL_OBJECT *, long);
10
11
12 /**** Forms and Objects ****/
13 typedef struct {
14         FL_FORM *form_sendto;
15         void *vdata;
16         char *cdata;
17         long  ldata;
18         FL_OBJECT *input_cmd;
19         FL_OBJECT *group_ftype;
20         FL_OBJECT *radio_ftype_dvi;
21         FL_OBJECT *radio_ftype_ps;
22         FL_OBJECT *radio_ftype_latex;
23         FL_OBJECT *radio_ftype_lyx;
24         FL_OBJECT *radio_ftype_ascii;
25 } FD_form_sendto;
26
27 extern FD_form_sendto * create_form_form_sendto(void);
28
29 #endif /* FD_form_sendto_h_ */