HerculesButtons.mesa (ex JunoButtons.mesa), last edited August 25, 1982 by Greg Nelson
This is the interface viewed by Spreitzer's ViewRec package.
Last Edited by: Gnelson, January 19, 1984 1:34 pm
Last Edited by: Stolfi, February 7, 1984 7:24 pm
DIRECTORY Rope;
HerculesButtons: DEFINITIONS = BEGIN
--all exported by HerculesTop.mesa
Redisplay: PROC;
StartOver: PUBLIC PROC;
Hardcopy: PUBLIC PROC [filename: Rope.ROPE];
ChangeFont: PUBLIC PROC[font: Rope.ROPE, pointSize: INT, bold: BOOL, italic: BOOL];
DisplayMotion: PUBLIC PROC;
Parse: PROC;
NewProc: PUBLIC PROC;
ProcFile: PUBLIC PROC[fileName: Rope.ROPE];
LoadX: PUBLIC PROC;
END.
Edited on February 3, 1984 10:03 pm, by Stolfi
-- Added tioga formatting
changes to: DisplayMotion (new)
Edited on February 7, 1984 7:25 pm, by Stolfi
-- Renamed HerculesButtons
changes to: