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


CAPI Reference Manual, Liquid Common Lisp Version 5.0 - 3 OCT 1997

Generated with Harlequin WebMaker