]> git.lyx.org Git - lyx.git/blob - src/lyx.h
mathed31.diff
[lyx.git] / src / lyx.h
1 /** Header file generated with fdesign **/
2
3 #ifndef FD_form_title_h_
4 #define FD_form_title_h_
5
6 /** Callbacks, globals and object handlers **/
7 extern "C" void FigureOKCB(FL_OBJECT *, long);
8 extern "C" void FigureApplyCB(FL_OBJECT *, long);
9 extern "C" void FigureCancelCB(FL_OBJECT *, long);
10
11 extern "C" void ExternalTemplateCB(FL_OBJECT *, long);
12 extern "C" void ExternalBrowseCB(FL_OBJECT *, long);
13 extern "C" void ExternalEditCB(FL_OBJECT *, long);
14 extern "C" void ExternalViewCB(FL_OBJECT *, long);
15 extern "C" void ExternalUpdateCB(FL_OBJECT *, long);
16 extern "C" void ExternalOKCB(FL_OBJECT *, long);
17 extern "C" void ExternalCancelCB(FL_OBJECT *, long);
18
19
20 /**** Forms and Objects ****/
21 typedef struct {
22         FL_FORM *form_figure;
23         void *vdata;
24         char *cdata;
25         long  ldata;
26         FL_OBJECT *group_radio_fugre;
27         FL_OBJECT *radio_postscript;
28         FL_OBJECT *radio_inline;
29 } FD_form_figure;
30
31 extern FD_form_figure * create_form_form_figure(void);
32 typedef struct {
33         FL_FORM *form_external;
34         void *vdata;
35         char *cdata;
36         long  ldata;
37         FL_OBJECT *templatechoice;
38         FL_OBJECT *filename;
39         FL_OBJECT *filenamebrowse;
40         FL_OBJECT *parameters;
41         FL_OBJECT *edit;
42         FL_OBJECT *view;
43         FL_OBJECT *update;
44         FL_OBJECT *ok;
45         FL_OBJECT *cancel;
46         FL_OBJECT *helptext;
47 } FD_form_external;
48
49 extern FD_form_external * create_form_form_external(void);
50
51 #endif /* FD_form_title_h_ */