1 CAPI Reference Entries
define-layout
creates new classes oflayout
.
define-layout name superclasses slots &rest options
define-layout
is used to create new classes oflayout
. The macro is essentially the same asdefclass
except that its default superclass islayout
.
layout
, methods need to be provided for the following generic functions:
interpret-description
Translate the layout's child descriptions.
calculate-constraints
Calculate the constraints for the layout.
calculate-layout
Layout the children of the layout.
capi-layouts
package. They have been moved into theCAPI
package for simplicity.
interpret-description
calculate-constraints
calculate-layout
layout
Generated with Harlequin WebMaker