DIRECTORY
Icons USING [IconFlavor, NewIconFromFile],
Menus USING [AppendMenuEntry, CreateEntry, CreateMenu, Menu, MenuProc],
PeanutWindow,
Rope USING [Cat, ROPE],
TypeScript USING [Create, PutChar, PutRope, TS],
ViewerOps USING [DestroyViewer, PaintViewer];
PeanutWindowImpl:
CEDAR
MONITOR
IMPORTS Icons, Menus, Rope, TypeScript, ViewerOps
EXPORTS PeanutWindow =