TEditMesaOps.mesa
Copyright © 1985 by Xerox Corporation. All rights reserved.
Edited by Paxton on October 28, 1982 12:47 pm
Doug Wyatt, March 3, 1985 2:22:00 pm PST
DIRECTORY
TextNode USING [Span],
TEditInput USING [CommandProc],
UndoEvent USING [Ref];
TEditMesaOps: CEDAR DEFINITIONS
= BEGIN
SetMesaLooksOp: TEditInput.CommandProc;
SetSpanMesaLooks:
PROC [span: TextNode.Span, event: UndoEvent.Ref]
RETURNS [procs, comments, keywords:
INT];
END.