MathEditor.config
Carl Waldspurger, August 13, 1986 9:31:48 pm PDT
MathEditor: CONFIGURATION
IMPORTS Imager, ImagerFont, Rope, List, ImagerTransformation, TIPUser, ViewerOps, Vector, Convert, ImagerColor, Menus, Icons, PopUpMenu, Real, MessageWindow, ViewerTools, ImagerBackdoor, InputFocus, MathBox, MathRules, MathExpr, MathDisplayExpr, MathDB, MathConstructors, ViewExpr, MathCommunication, ViewExprOps
EXPORTS MathConstructors, MathCommunication, ViewExpr
CONTROL MathBoxImpl, MathRulesImpl, MathExprImpl, MathDisplayExprImpl, MathDBImpl, MathConstructorsImpl, ViewExprImpl, ViewExprOpsImpl, MathCommunicationImpl =
BEGIN
MathBoxImpl;
MathRulesImpl;
MathExprImpl;
MathDisplayExprImpl;
MathDBImpl;
MathConstructorsImpl;
ViewExprOpsImpl;
ViewExprImpl;
MathCommunicationImpl;
END.