TACaption.mesa
Copyright © 1985 by Xerox Corporation. All rights reserved.
Rick Beach, February 9, 1985 5:32:15 pm PST
DIRECTORY
NodeStyle USING [OfStyle, Ref],
TextNode USING [Ref],
TSOutput USING [Handle];
TACaption: CEDAR DEFINITIONS = {
DisplayText: PROCEDURE[handle: TSOutput.Handle, node: TextNode.Ref, nodeStyle: NodeStyle.Ref, kind: NodeStyle.OfStyle, paint: BOOLEAN];
}.