]> 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 7d65ceefe596a21b031429c1e36b0383b0110c70..b8b76b1d1b80722e2f1f1cff6daa278c6a4d49c4 100644 (file)
@@ -30,6 +30,14 @@ struct FD_form_maths_panel {
        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_ */