| PREFAB-ENVIRON(2) | System Calls Manual | PREFAB-ENVIRON(2) |
prefab: Environ - environment for ITV toolkit to provide a graphics framework for a collection of items
include "draw.m";
include "prefab.m";
prefab := load Prefab Prefab->PATH;
Environ: adt
{
screen: ref Draw->Screen;
style: ref Style;
};
The Environ type collects the Style and Screen types necessary to specify how and where to draw Prefab items.
/libinterp/prefab.c /libprefab/*.c