Copyright (C) 1983, 1984, 1985 by Xerox Corporation. All rights reserved.
Written by Scott McGregor, February 1983
Last edited by Paxton on March 1, 1983 8:59 am
Last edited by McGregor on March 4, 1983 9:55 am
Last Edited by: Pausch, July 14, 1983 2:28 pm
Last Edited by: Wyatt, January 18, 1985 10:55:44 am PST
DIRECTORY
Buttons USING [Create],
Containers USING [Container, Create, ChildYBound, ChildXBound],
Icons USING [IconFlavor, NewIconFromFile],
Menus USING [AppendMenuEntry, ClickProc, CreateEntry, CreateMenu, Menu],
PeanutProfile USING [startIconic, windowHeight],
PeanutWindow USING [],
Rope USING [ROPE],
Rules USING [Create, Rule],
TypeScript USING [Create, PutChar, PutRope, PutText, TS],
VFonts USING [StringWidth],
ViewerOps USING [DestroyViewer, MoveViewer, PaintViewer],
ViewerSpecs USING [openRightWidth, scrollBarW];
PeanutWindowImpl:
CEDAR
MONITOR
IMPORTS Buttons, Containers, Icons, Menus, PeanutProfile, Rules, TypeScript, VFonts, ViewerOps, ViewerSpecs
EXPORTS PeanutWindow =