Limbo Prefab Modules — Inferno 1.1ed
The Limbo Prefab modules are similar to interactive television (ITV) tookit and are as follows:
Prefab Modules
Synopsis
include "draw.m"; include "prefab.m"; prefab:= load Prefab Prefab->PATH;
Description
The Prefab module contains components for building graphics objects suitable for Interactive Television (ITV) applications using infrared remote controls. Using the Draw module's operations for simple text and images (see Limbo Draw Modules ), the toolkit can group individual items, treat those groups as units, and then activate the items on command. The other user interface toolkit, (see tk), provides facilities for keyboard- and mouse-driven applications.
The objects on the screen are of type Compound, each of which occupies a unique window on the display and contains objects of type Element. An Element may be a single object or a list of further Elements that can be used to build hierarchically structured components.
See Also
Limbo Draw Modules and ir
infernosupport@lucent.com Copyright © 1996,Lucent Technologies, Inc. All rights reserved.