Next Previous Up Top Contents Index

7.3 DUIM-Layouts Module

<top-level-sheet>

Open abstract instantiable class

Summary

The class of top level sheets.

Superclasses

<layout>

Init-keywords

display:
An instance of type false-or(<display>). Default value: #f.

frame:
An instance of type false-or(<frame>). Default value: #f.

frame-manager:
An instance of type
false-or(<frame-manager>). Default value: #f.

container:
An instance of type false-or(<object>). Default value: #f.

container-region:

An instance of type false-or(<region>). Default value: #f.

Library

duim-layouts

Module

duim-layouts

Description

The class of top level sheets.

The container: and container-region: init-keywords are for use in embedded frames, such as OLE objects in HTML browser windows. The container: init-keyword denotes the container itself, and container-region: is used to specify the region of the screen in which the container appears. Note that the container referred to is a native window system object.

Operations

None.

Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index