-- TACaption.mesa
-- Rick Beach, July 5, 1982 11:44 am
DIRECTORY
NodeStyle USING [OfStyle, Ref],
TextNode USING [Ref],
TSOutput USING [Handle];
TACaption: DEFINITIONS = {
DisplayText: PROCEDURE[handle: TSOutput.Handle, node: TextNode.Ref, nodeStyle: NodeStyle.Ref, kind: NodeStyle.OfStyle, paint: BOOLEAN];
}.