EditToolOps.mesa
Copyright Ó 1986, 1991, 1992 by Xerox Corporation. All rights reserved.
Alison Lee September 7, 1986 4:31:53 pm PDT
Swinehart, November 14, 1986 9:48:51 am PST
Doug Wyatt, March 14, 1992 4:10 pm PST
DIRECTORY
Rope USING [ROPE],
TEditInput USING [CommandProc];
EditToolOps: CEDAR DEFINITIONS ~ BEGIN
RegisterCommandButton: PROC [buttonName: Rope.ROPE, proc: TEditInput.CommandProc, before: BOOL ¬ TRUE, startNextLine: BOOL ¬ TRUE];
ClearAllNewCommandButtons: PROC;
END.