ScreenDefsExtras.mesa
Maureen Stone February 15, 1984 11:20:34 am PST
DIRECTORY
Rope USING [ROPE],
Graphics USING [Context],
PointDefs USING [ScrPt];
ScreenDefsExtras: DEFINITIONS = {
ShowMenuString: PUBLIC PROCEDURE [origin: PointDefs.ScrPt, rope: Rope.ROPE, dc: Graphics.Context];
}.