environ — Inferno 1.1ed
environ
to provide a graphics framework for a item collections
Synopsis
include "draw.m";
include "prefab.m";
prefab:= load Prefab Prefab->PATH;
Environ: adt
{
screen: ref Draw->Screen;
style: ref Style;
};
Description
The Environ abstract data type collects the Style and Screen types necessary to specify how and where to draw Prefab items.
See Also
Limbo Prefab Modules, screen, and style
infernosupport@lucent.com Copyright © 1996,Lucent Technologies, Inc. All rights reserved.