]> git.lyx.org Git - lyx.git/blob - src/frontends/xforms/form_ref.h
Forgotten files again + autosave-file fixes and small other fixes.
[lyx.git] / src / frontends / xforms / form_ref.h
1 /** Header file generated with fdesign on Mon Aug  7 17:11:47 2000.**/
2
3 #ifndef FD_form_ref_h_
4 #define FD_form_ref_h_
5
6 /** Callbacks, globals and object handlers **/
7 extern  "C" void C_FormCommandInputCB(FL_OBJECT *, long);
8 extern  "C" void C_FormCommandOKCB(FL_OBJECT *, long);
9 extern  "C" void C_FormCommandCancelCB(FL_OBJECT *, long);
10
11
12 /**** Forms and Objects ****/
13 struct FD_form_ref {
14
15         FL_FORM *form_ref;
16         FL_OBJECT *browser;
17         FL_OBJECT *update;
18         FL_OBJECT *sort;
19         FL_OBJECT *name;
20         FL_OBJECT *ref;
21         FL_OBJECT *type;
22         FL_OBJECT *go;
23         FL_OBJECT *ok;
24         FL_OBJECT *cancel;
25 };
26
27 #endif /* FD_form_ref_h_ */