[Top] [Prev] [Next]

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.
screen

Specifies the Screen upon which items will be displayed.

style

Specifies the Style for items in an environment. To draw various items in different fonts or colors, the application should associate different Environ objects with the various items. (But see also the layout functions in prefab-element and prefab-compound).

See Also
Limbo Prefab Module in Chapter 12,

screen - type to define the abstract data structures for the windows on a display in Chapter 11



[Top] [Prev] [Next]

infernosupport@lucent.com
Copyright © 1996,Lucent Technologies, Inc. All rights reserved.