Next Prev Up Top Contents Index

parse-layout-descriptor

Generic Function
Summary

The generic function parse-layout-description returns the geometry object associated with a layout's child.

Syntax

parse-layout-descriptor child-descriptor interface layout

Description

This generic function takes a description of a layout's child, and returns the geometry object associated with that child. It is called by interpret-description to parse individual children in a layout.

See also

interpret-description
define-layout
layout


LispWorks CAPI Reference Manual - 14 Dec 2001

Next Prev Up Top Contents Index