Limbo Prefab Module — Inferno 1ed
Limbo Prefab Module
The Limbo prefab module prefab.m contains components for building graphics objects suitable for Interactive Television (ITV) applications using infrared remote controls.
Prefab Module
Synopsis
include "draw.m"; include "prefab.m"; prefab:= load Prefab Prefab->PATH;
Description
Using the Draw module's operations for simple text and images (see Draw Module in Chapter 11), the toolkit can group individual items, treat those groups as units, and then activate the items on command. The other user interface toolkit provides facilities for keyboard- and mouse-driven applications (see tk).
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
Draw Module in Chapter 11 and ir - infrared remote control in Chapter 15
infernosupport@lucent.com Copyright © 1996,Lucent Technologies, Inc. All rights reserved.