]> git.lyx.org Git - lyx.git/blob - src/frontends/xforms/form_maths_panel.h
Martin's latest mods to the math panel.
[lyx.git] / src / frontends / xforms / form_maths_panel.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_panel_h_
5 #define FD_form_maths_panel_h_
6
7 /** Callbacks, globals and object handlers **/
8 extern  "C" void C_FormBaseDeprecatedCancelCB(FL_OBJECT *, long);
9 extern  "C" void C_FormBaseDeprecatedInputCB(FL_OBJECT *, long);
10
11
12 /**** Forms and Objects ****/
13 struct FD_form_maths_panel {
14         ~FD_form_maths_panel();
15
16         FL_FORM *form;
17         FL_OBJECT *button_close;
18         FL_OBJECT *browser_funcs;
19         FL_OBJECT *button_greek;
20         FL_OBJECT *button_arrow;
21         FL_OBJECT *button_boperator;
22         FL_OBJECT *button_brelats;
23         FL_OBJECT *button_misc;
24         FL_OBJECT *button_equation;
25         FL_OBJECT *button_sqrt;
26         FL_OBJECT *button_frac;
27         FL_OBJECT *button_delim;
28         FL_OBJECT *button_matrix;
29         FL_OBJECT *button_deco;
30         FL_OBJECT *button_space;
31         FL_OBJECT *button_dots;
32         FL_OBJECT *button_varsize;
33         FL_OBJECT *button_sub;
34         FL_OBJECT *button_super;
35         FL_OBJECT *button_style;
36         FL_OBJECT *button_ams_arrows;
37         FL_OBJECT *button_ams_brel;
38         FL_OBJECT *button_ams_nrel;
39         FL_OBJECT *button_ams_ops;
40         FL_OBJECT *button_ams_misc;
41 };
42
43 #endif /* FD_form_maths_panel_h_ */