CDDefaultProcsExtras.mesa (part of ChipNDale)
Copyright © 1985 by Xerox Corporation. All rights reserved.
by Ch. Jacobi, May 22, 1985 3:35:49 pm PDT
last edited by Ch. Jacobi, August 22, 1985 11:48:19 am PDT
CDDefaultProcsExtras:
CEDAR
DEFINITIONS =
BEGIN
OPEN CD;
InterestRectWithExpand: PROC [ob: Object] RETURNS [Rect];
ShowMeSelectedWithExpand: PROC [inst: Instance, pos: Position, orient: Orientation, pr: REF DrawInformation];
END.