<<>> <> <> <> <> <> <> <<>> DIRECTORY ViewerClasses USING [ClickProc]; ViewerMenus: CEDAR DEFINITIONS = BEGIN Destroy: ViewerClasses.ClickProc; -- destroy a viewer Adjust: ViewerClasses.ClickProc; -- adjust the size of the viewer Top: ViewerClasses.ClickProc; -- move the viewer to the top of the column Left: ViewerClasses.ClickProc; -- move the viewer to the left Right: ViewerClasses.ClickProc; -- move the viewer to the right Color: ViewerClasses.ClickProc; -- move the viewer to the color display Grow: ViewerClasses.ClickProc; -- close all other viewers in the column Close: ViewerClasses.ClickProc; -- make a viewer iconic END.