<> <> DIRECTORY Rope USING [ROPE], Graphics USING [Context], PointDefs USING [ScrPt]; ScreenDefsExtras: DEFINITIONS = { ShowMenuString: PUBLIC PROCEDURE [origin: PointDefs.ScrPt, rope: Rope.ROPE, dc: Graphics.Context]; }.