]> git.lyx.org Git - lyx.git/blob - src/frontends/xforms/form_external.h
Fogot to "add" these files when I committed last time.
[lyx.git] / src / frontends / xforms / form_external.h
1 // File modified by fdfix.sh for use by lyx (with xforms >= 0.88) and gettext
2 /** Header file generated with fdesign **/
3
4 #ifndef FD_form_external_h_
5 #define FD_form_external_h_
6
7 /** Callbacks, globals and object handlers **/
8 extern  "C" void ExternalTemplateCB(FL_OBJECT *, long);
9 extern  "C" void C_FormBaseInputCB(FL_OBJECT *, long);
10 extern  "C" void ExternalBrowseCB(FL_OBJECT *, long);
11 extern  "C" void ExternalEditCB(FL_OBJECT *, long);
12 extern  "C" void ExternalViewCB(FL_OBJECT *, long);
13 extern  "C" void ExternalUpdateCB(FL_OBJECT *, long);
14 extern  "C" void C_FormBaseOKCB(FL_OBJECT *, long);
15 extern  "C" void C_FormBaseCancelCB(FL_OBJECT *, long);
16
17
18 /**** Forms and Objects ****/
19 struct FD_form_external {
20         ~FD_form_external();
21
22         FL_FORM *form;
23         FL_OBJECT *choice_template;
24         FL_OBJECT *input_filename;
25         FL_OBJECT *button_filenamebrowse;
26         FL_OBJECT *input_parameters;
27         FL_OBJECT *button_edit;
28         FL_OBJECT *button_view;
29         FL_OBJECT *button_update;
30         FL_OBJECT *button_ok;
31         FL_OBJECT *button_cancel;
32         FL_OBJECT *browser_helptext;
33 };
34
35 #endif /* FD_form_external_h_ */