LispWorks CAPI Reference Manual > 1 CAPI Reference Entries

NextPrevUpTopContentsIndex

switchable-layout-switchable-children

Generic Function
Summary

Finds the switchable children of a switchable-layout.

Package

capi

Signature

switchable-layout-switchable-children switchable-layout
=> result

Arguments

switchable-layout

An instance of switchable-layout or a subclass.

Values

result

A list of panes.

Description

The generic function switchable-layout-switchable-children returns as a list all the children of switchable-layout that could be made visible by calling the switchable-layout accessor (setf switchable-layout-visible-child) .

See also

switchable-layout


LispWorks CAPI Reference Manual - 21 Dec 2009

NextPrevUpTopContentsIndex