]> git.lyx.org Git - lyx.git/blob - src/frontends/xforms/form_maths_space.h
Yet another tweak from J�rgen.
[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_FormBaseDeprecatedCancelCB(FL_OBJECT *, long);
10
11
12 /**** Forms and Objects ****/
13 struct FD_form_maths_space {
14         ~FD_form_maths_space();
15
16         FL_FORM *form;
17         FL_OBJECT *spaces;
18         FL_OBJECT *button_thin;
19         FL_OBJECT *button_medium;
20         FL_OBJECT *button_thick;
21         FL_OBJECT *button_negative;
22         FL_OBJECT *button_quadratin;
23         FL_OBJECT *button_twoquadratin;
24         FL_OBJECT *button_cancel;
25 };
26
27 #endif /* FD_form_maths_space_h_ */