-- GEditSelect.mesa; Edited by McGregor on December 1, 1982 10:30 am
DIRECTORY
GEditViewer USING [Selection],
Graphics USING [Context];
GEditSelect: DEFINITIONS = BEGIN
MarkSelection: PROC [context: Graphics.Context] ;
selection: GEditViewer.Selection; -- public primary selection
END.