DictationOps.mesa
interface to the special ops provided to support the "stop, listen, [erase], resume" model of a dictation machine
Ades, April 24, 1986 11:26:49 pm PST
DIRECTORY
Menus USING [MenuProc],
ViewerClasses USING [Viewer];
DictationOps: CEDAR DEFINITIONS = BEGIN
DictationOps: Menus.MenuProc;
the button to toggle the dictation menu on and off the screen
ToggleDictationMenu: PROC [viewer: ViewerClasses.Viewer];
manual version of same thing
END.