All Manuals > CAPI User Guide and Reference Manual > 21 CAPI Reference Entries

docking-layout-pane-visible-p Accessor

Summary

Used to indicate whether a pane is currently visible in a docking-layout.

Package

capi

Signature

docking-layout-pane-visible-p docking-layout pane => visiblep

(setf docking-layout-pane-visible-p) visiblep docking-layout pane => visiblep

Arguments
docking-layout
An instance of docking-layout or a subclass.
pane
A pane.
visiblep
A boolean.
Values
visiblep
A boolean.
Description

The accessor docking-layout-pane-visible-p accesses a boolean indicating whether pane is currently visible in the Docking Group of docking-layout. pane may be docked in any member of the Docking Group, or undocked.

(setf docking-layout-pane-visible-p) may be used to change the visibility of pane in docking-layout only when pane is dockable in the Docking Group of docking-layout, that is, it was added to the items of any of the docking-layouts in the group.

See also

docking-layout


CAPI User Guide and Reference Manual (Windows version) - 01 Dec 2021 19:33:57