Next Previous Up Top Contents Index

1 CAPI Reference Entries

simple-layout

Class

Summary

Asimple-layout is a layout with a single child, and the child is resized to fill the space (where possible).
Superclasses

x-y-adjustable-layout

Description

A simple layout's description can be either a single child, or a list containing just one child. The simple layout then adopts the size constraints of its child, and lays the child out inside itself.
Example

(capi:contain (make-instance
               'capi:simple-layout
               :description (make-instance
                             'capi:text-input-pane)))

See also

layout
row-layout
column-layout

LispWorks CAPI Reference Manual - 17 Oct 1998

Next Previous Up Top Contents Index

Generated with Harlequin WebMaker