<> <> <> <> <<>> <<-- TilerMenu, allow implementations of tiler objects and commands to add themselves to the tiler menu.>> DIRECTORY Rope USING [ROPE]; TilerMenu: CEDAR DEFINITIONS = BEGIN <<-- name is text for the pop-up menu, commandAtom is an atom registered via CDSequencer.ImplementCommand.>> Register: PROC [name: Rope.ROPE, commandAtom: ATOM]; END.