]> git.lyx.org Git - lyx.git/blob - src/lyx.h
Dekels tabular/textinset patches
[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 TimerCB(FL_OBJECT *, long);
8
9 extern "C" void FigureOKCB(FL_OBJECT *, long);
10 extern "C" void FigureApplyCB(FL_OBJECT *, long);
11 extern "C" void FigureCancelCB(FL_OBJECT *, long);
12
13 extern "C" void ExternalTemplateCB(FL_OBJECT *, long);
14 extern "C" void ExternalBrowseCB(FL_OBJECT *, long);
15 extern "C" void ExternalEditCB(FL_OBJECT *, long);
16 extern "C" void ExternalViewCB(FL_OBJECT *, long);
17 extern "C" void ExternalUpdateCB(FL_OBJECT *, long);
18 extern "C" void ExternalOKCB(FL_OBJECT *, long);
19 extern "C" void ExternalCancelCB(FL_OBJECT *, long);
20
21
22 /**** Forms and Objects ****/
23 typedef struct {
24         FL_FORM *form_title;
25         void *vdata;
26         char *cdata;
27         long  ldata;
28         FL_OBJECT *timer_title;
29 } FD_form_title;
30
31 extern FD_form_title * create_form_form_title(void);
32 typedef struct {
33         FL_FORM *form_figure;
34         void *vdata;
35         char *cdata;
36         long  ldata;
37         FL_OBJECT *group_radio_fugre;
38         FL_OBJECT *radio_postscript;
39         FL_OBJECT *radio_inline;
40 } FD_form_figure;
41
42 extern FD_form_figure * create_form_form_figure(void);
43 typedef struct {
44         FL_FORM *form_external;
45         void *vdata;
46         char *cdata;
47         long  ldata;
48         FL_OBJECT *templatechoice;
49         FL_OBJECT *filename;
50         FL_OBJECT *filenamebrowse;
51         FL_OBJECT *parameters;
52         FL_OBJECT *edit;
53         FL_OBJECT *view;
54         FL_OBJECT *update;
55         FL_OBJECT *ok;
56         FL_OBJECT *cancel;
57         FL_OBJECT *helptext;
58 } FD_form_external;
59
60 extern FD_form_external * create_form_form_external(void);
61
62 #endif /* FD_form_title_h_ */