
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-descriptionTranslate the layout's child descriptions.
calculate-constraintsCalculate the constraints for the layout.
calculate-layoutLayout the children of the layout.
capi-layouts package. They have been moved into theCAPI package for simplicity.
interpret-descriptioncalculate-constraintscalculate-layoutlayout

Generated with Harlequin WebMaker