]> git.lyx.org Git - features.git/blob - src/frontends/xforms/form_index.h
Angus insetindex patch + protect patch from Dekel
[features.git] / src / frontends / xforms / form_index.h
1 /** Header file generated with fdesign on Thu Aug  3 11:33:50 2000.**/
2
3 #ifndef FD_form_index_h_
4 #define FD_form_index_h_
5
6 /** Callbacks, globals and object handlers **/
7 extern  "C" void C_FormCommandCancelCB(FL_OBJECT *, long);
8 extern  "C" void C_FormCommandOKCB(FL_OBJECT *, long);
9
10
11 /**** Forms and Objects ****/
12 struct FD_form_index {
13
14         FL_FORM *form_index;
15         FL_OBJECT *key;
16         FL_OBJECT *cancel;
17         FL_OBJECT *ok;
18 };
19
20 #endif /* FD_form_index_h_ */