StixCmds.mesa
Copyright © 1985 by Xerox Corporation. All rights reserved.
Created by Louis Monier, October 22, 1985 11:08:27 am PDT
Louis Monier, November 25, 1985 5:11:03 pm PST
DIRECTORY
CD;
StixCmds: CEDAR DEFINITIONS =   
BEGIN
Theory
A collection of commands to ease the interactive input of Stix objects.
This module registers several commands for the P-middle and P-left menus.
Drawing symbolic objects
GenericCt: PROC [design: CD.Design] RETURNS [ob: CD.Object];
GenericTr: PROC [design: CD.Design, pType: BOOL] RETURNS [ob: CD.Object];
END.