]> git.lyx.org Git - lyx.git/blob - src/frontends/xforms/form_include.h
Bugfixes: checkboxes to radiobuttons (from J�rgen S) and remove a little
[lyx.git] / src / frontends / xforms / form_include.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_include_h_
5 #define FD_form_include_h_
6
7 /** Callbacks, globals and object handlers **/
8 extern  "C" void C_FormBaseInputCB(FL_OBJECT *, long);
9 extern  "C" void C_FormBaseOKCB(FL_OBJECT *, long);
10 extern  "C" void C_FormBaseCancelCB(FL_OBJECT *, long);
11
12
13 /**** Forms and Objects ****/
14 struct FD_form_include {
15         ~FD_form_include();
16
17         FL_FORM *form;
18         FL_OBJECT *button_browse;
19         FL_OBJECT *check_typeset;
20         FL_OBJECT *button_ok;
21         FL_OBJECT *button_cancel;
22         FL_OBJECT *button_load;
23         FL_OBJECT *input_filename;
24         FL_OBJECT *check_visiblespace;
25         FL_OBJECT *include_grp;
26         FL_OBJECT *check_verbatim;
27         FL_OBJECT *check_useinput;
28         FL_OBJECT *check_useinclude;
29 };
30
31 #endif /* FD_form_include_h_ */