]> git.lyx.org Git - features.git/blobdiff - src/frontends/xforms/form_maths_space.h
Martin's changes to the space and style dialogs of the math panel.
[features.git] / src / frontends / xforms / form_maths_space.h
index bd4e94d54bed37e9055ea65f549c143a71d14824..4f36472e6fbfedf334bf4103e89390e548124e9e 100644 (file)
@@ -6,9 +6,7 @@
 
 /** Callbacks, globals and object handlers **/
 extern  "C" void C_FormBaseDeprecatedInputCB(FL_OBJECT *, long);
-extern  "C" void C_FormBaseDeprecatedOKCB(FL_OBJECT *, long);
 extern  "C" void C_FormBaseDeprecatedCancelCB(FL_OBJECT *, long);
-extern  "C" void C_FormBaseDeprecatedApplyCB(FL_OBJECT *, long);
 
 
 /**** Forms and Objects ****/
@@ -17,15 +15,13 @@ struct FD_form_maths_space {
 
        FL_FORM *form;
        FL_OBJECT *spaces;
-       FL_OBJECT *radio_thin;
-       FL_OBJECT *radio_medium;
-       FL_OBJECT *radio_thick;
-       FL_OBJECT *radio_negative;
-       FL_OBJECT *radio_quadratin;
-       FL_OBJECT *radio_twoquadratin;
-       FL_OBJECT *button_ok;
+       FL_OBJECT *button_thin;
+       FL_OBJECT *button_medium;
+       FL_OBJECT *button_thick;
+       FL_OBJECT *button_negative;
+       FL_OBJECT *button_quadratin;
+       FL_OBJECT *button_twoquadratin;
        FL_OBJECT *button_cancel;
-       FL_OBJECT *button_apply;
 };
 
 #endif /* FD_form_maths_space_h_ */