]> 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 4d308aa10d13f6382d9ddb803a3ad5a7c94eaf0d..b8b76b1d1b80722e2f1f1cff6daa278c6a4d49c4 100644 (file)
@@ -32,6 +32,12 @@ struct FD_form_maths_panel {
        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_ */