]> git.lyx.org Git - lyx.git/blob - src/frontends/xforms/form_maths_space.h
Bugfixes: checkboxes to radiobuttons (from J�rgen S) and remove a little
[lyx.git] / src / frontends / xforms / form_maths_space.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_maths_space_h_
5 #define FD_form_maths_space_h_
6
7 /** Callbacks, globals and object handlers **/
8 extern  "C" void C_FormBaseDeprecatedInputCB(FL_OBJECT *, long);
9 extern  "C" void C_FormBaseDeprecatedOKCB(FL_OBJECT *, long);
10 extern  "C" void C_FormBaseDeprecatedCancelCB(FL_OBJECT *, long);
11 extern  "C" void C_FormBaseDeprecatedApplyCB(FL_OBJECT *, long);
12
13
14 /**** Forms and Objects ****/
15 struct FD_form_maths_space {
16         ~FD_form_maths_space();
17
18         FL_FORM *form;
19         FL_OBJECT *spaces;
20         FL_OBJECT *radio_thin;
21         FL_OBJECT *radio_medium;
22         FL_OBJECT *radio_thick;
23         FL_OBJECT *radio_negative;
24         FL_OBJECT *radio_quadratin;
25         FL_OBJECT *radio_twoquadratin;
26         FL_OBJECT *button_ok;
27         FL_OBJECT *button_cancel;
28         FL_OBJECT *button_apply;
29 };
30
31 #endif /* FD_form_maths_space_h_ */