Generic Function CHILD-COMPONENTS
Syntax:
child-components standard-component &key pred key => list
Arguments and Values:
standard-component -- the component to find the children of.
pred -- if provided, a predicate that each component must pass (a filter).
key -- defaults to identity. When a predicate is provided, this function is called on each potential child first.
Description
Returns a list of the components that are children of the given component. To be included by the default method, the child must declared as a :component argument on the slot declaration.
Last modified 18 years ago
Last modified on 05/29/06 23:00:50