<> <> <> <> <<>> DIRECTORY GriffinPoint USING [ScrPt]; GriffinMenuPositions: CEDAR DEFINITIONS = BEGIN centerMenuPos: GriffinPoint.ScrPt; colorControlMenuPos: GriffinPoint.ScrPt; colorMenuPos: GriffinPoint.ScrPt; editMenuPos: GriffinPoint.ScrPt; fontMenuPos: GriffinPoint.ScrPt; lineColorMenuPos: GriffinPoint.ScrPt; messageMenuPos: GriffinPoint.ScrPt; objectMenuPos: GriffinPoint.ScrPt; overlapMenuPos: GriffinPoint.ScrPt; shapeMenuPos: GriffinPoint.ScrPt; splineMenuPos: GriffinPoint.ScrPt; styleMenuPos: GriffinPoint.ScrPt; textMenuPos: GriffinPoint.ScrPt; thickMenuPos: GriffinPoint.ScrPt; typeMenuPos: GriffinPoint.ScrPt; viewMenuPos: GriffinPoint.ScrPt; xformMenuPos: GriffinPoint.ScrPt; END.