environ - environment for ITV toolkit to provide a graphics framework for a item collections — Inferno 1ed
environ - environment for ITV toolkit to provide a graphics framework for a item collections
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.|
Limbo Prefab Module in Chapter 12,
|
|
screen - type to define the abstract data structures for the windows on a display in Chapter 11
|
infernosupport@lucent.com Copyright © 1996,Lucent Technologies, Inc. All rights reserved.