--File: IPMVBasicOps.mesa
Last Edited by: CSChow, January 12, 1985 12:40:24 pm PST
DIRECTORY
Menus,
Rope USING [ROPE],
IPTop;
IPMVBasicOps: CEDAR DEFINITIONS = BEGIN
MenuHit: PROC [top: IPTop.Ref, defaultDir: Rope.ROPE, command: ATOM, mouse: Menus.MouseButton, shift, control: BOOL] RETURNS [reGeom, refreshFlag: BOOL];
END.