]> git.lyx.org Git - lyx.git/blob - src/lyx.h
FILMagain changes (will need some work)
[lyx.git] / src / lyx.h
1 /** Header file generated with fdesign on Mon Jun 12 06:32:31 2000.**/
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 ScreenOKCB(FL_OBJECT *, long);
14 extern "C" void ScreenApplyCB(FL_OBJECT *, long);
15 extern "C" void ScreenCancelCB(FL_OBJECT *, long);
16
17 extern "C" void TocSelectCB(FL_OBJECT *, long);
18 extern "C" void TocCancelCB(FL_OBJECT *, long);
19 extern "C" void TocUpdateCB(FL_OBJECT *, long);
20
21 extern "C" void RefUpdateCB(FL_OBJECT *, long);
22 extern "C" void RefHideCB(FL_OBJECT *, long);
23 extern "C" void RefSelectCB(FL_OBJECT *, long);
24
25 extern "C" void ExternalTemplateCB(FL_OBJECT *, long);
26 extern "C" void ExternalBrowseCB(FL_OBJECT *, long);
27 extern "C" void ExternalEditCB(FL_OBJECT *, long);
28 extern "C" void ExternalViewCB(FL_OBJECT *, long);
29 extern "C" void ExternalUpdateCB(FL_OBJECT *, long);
30 extern "C" void ExternalOKCB(FL_OBJECT *, long);
31 extern "C" void ExternalCancelCB(FL_OBJECT *, long);
32
33
34 /**** Forms and Objects ****/
35 typedef struct {
36         FL_FORM *form_title;
37         void *vdata;
38         char *cdata;
39         long  ldata;
40         FL_OBJECT *timer_title;
41 } FD_form_title;
42
43 extern FD_form_title * create_form_form_title(void);
44 typedef struct {
45         FL_FORM *form_figure;
46         void *vdata;
47         char *cdata;
48         long  ldata;
49         FL_OBJECT *group_radio_fugre;
50         FL_OBJECT *radio_postscript;
51         FL_OBJECT *radio_inline;
52 } FD_form_figure;
53
54 extern FD_form_figure * create_form_form_figure(void);
55 typedef struct {
56         FL_FORM *form_screen;
57         void *vdata;
58         char *cdata;
59         long  ldata;
60         FL_OBJECT *input_roman;
61         FL_OBJECT *input_sans;
62         FL_OBJECT *input_typewriter;
63         FL_OBJECT *input_font_norm;
64         FL_OBJECT *intinput_size;
65 } FD_form_screen;
66
67 extern FD_form_screen * create_form_form_screen(void);
68 typedef struct {
69         FL_FORM *form_toc;
70         void *vdata;
71         char *cdata;
72         long  ldata;
73         FL_OBJECT *browser_toc;
74         FL_OBJECT *toctype;
75 } FD_form_toc;
76
77 extern FD_form_toc * create_form_form_toc(void);
78 typedef struct {
79         FL_FORM *form_ref;
80         void *vdata;
81         char *cdata;
82         long  ldata;
83         FL_OBJECT *browser_ref;
84         FL_OBJECT *ref;
85         FL_OBJECT *pageref;
86         FL_OBJECT *gotoref;
87         FL_OBJECT *ref_name;
88         FL_OBJECT *sort;
89         FL_OBJECT *vref;
90         FL_OBJECT *vpageref;
91         FL_OBJECT *prettyref;
92         FL_OBJECT *back;
93 } FD_form_ref;
94
95 extern FD_form_ref * create_form_form_ref(void);
96 typedef struct {
97         FL_FORM *form_external;
98         void *vdata;
99         char *cdata;
100         long  ldata;
101         FL_OBJECT *templatechoice;
102         FL_OBJECT *filename;
103         FL_OBJECT *filenamebrowse;
104         FL_OBJECT *parameters;
105         FL_OBJECT *edit;
106         FL_OBJECT *view;
107         FL_OBJECT *update;
108         FL_OBJECT *ok;
109         FL_OBJECT *cancel;
110         FL_OBJECT *helptext;
111 } FD_form_external;
112
113 extern FD_form_external * create_form_form_external(void);
114
115 #endif /* FD_form_title_h_ */