]> git.lyx.org Git - lyx.git/blob - src/frontends/xforms/form_texinfo.h
Bugfixes: checkboxes to radiobuttons (from J�rgen S) and remove a little
[lyx.git] / src / frontends / xforms / form_texinfo.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_texinfo_h_
5 #define FD_form_texinfo_h_
6
7 /** Callbacks, globals and object handlers **/
8 extern  "C" void C_FormBaseInputCB(FL_OBJECT *, long);
9 extern  "C" void C_FormBaseCancelCB(FL_OBJECT *, long);
10
11
12 /**** Forms and Objects ****/
13 struct FD_form_texinfo {
14         ~FD_form_texinfo();
15
16         FL_FORM *form;
17         FL_OBJECT *browser;
18         FL_OBJECT *radio_cls;
19         FL_OBJECT *radio_sty;
20         FL_OBJECT *radio_bst;
21         FL_OBJECT *button_rescan;
22         FL_OBJECT *button_view;
23         FL_OBJECT *button_fullPath;
24         FL_OBJECT *message;
25         FL_OBJECT *help;
26         FL_OBJECT *button_texhash;
27         FL_OBJECT *button_close;
28 };
29
30 #endif /* FD_form_texinfo_h_ */