]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/form_maths_panel.h
Bugfixes: checkboxes to radiobuttons (from J�rgen S) and remove a little
[lyx.git] / src / frontends / xforms / form_maths_panel.h
index 1224ababa917777a9423b437d7b1484daf62bcd6..b8b76b1d1b80722e2f1f1cff6daa278c6a4d49c4 100644 (file)
@@ -20,7 +20,6 @@ struct FD_form_maths_panel {
        FL_OBJECT *button_arrow;
        FL_OBJECT *button_boperator;
        FL_OBJECT *button_brelats;
-       FL_OBJECT *button_varsize;
        FL_OBJECT *button_misc;
        FL_OBJECT *button_equation;
        FL_OBJECT *button_sqrt;
@@ -29,6 +28,16 @@ struct FD_form_maths_panel {
        FL_OBJECT *button_matrix;
        FL_OBJECT *button_deco;
        FL_OBJECT *button_space;
+       FL_OBJECT *button_dots;
+       FL_OBJECT *button_varsize;
+       FL_OBJECT *button_sub;
+       FL_OBJECT *button_super;
+       FL_OBJECT *button_style;
+       FL_OBJECT *button_ams_arrows;
+       FL_OBJECT *button_ams_brel;
+       FL_OBJECT *button_ams_nrel;
+       FL_OBJECT *button_ams_ops;
+       FL_OBJECT *button_ams_misc;
 };
 
 #endif /* FD_form_maths_panel_h_ */