NextPrevUpTopContentsIndex

docking-layout-pane-docked-p

Function
Package

capi

Signature

docking-layout-pane-docked-p docking-layout
pane &key anywhere => dockedp

Signature

(setf docking-layout-pane-docked-p) dockedp docking-layout
pane => dockedp

Arguments

docking-layout

An instance of docking-layout or a subclass.

pane

A pane.

anywhere

A boolean.

Values

dockedp

A boolean.

Description

The function docking-layout-pane-docked-p returns a boolean indicating whether pane is currently docked.

If anywhere is t , dockedp is true if pane is docked in any member of the Docking Group of docking-layout. If anywhere is nil , dockedp is true only if pane is docked in docking-layout itself. The default value of anywhere is nil .

(setf docking-layout-pane-docked-p) may be used to change the docking state of pane in docking-layout only when pane is dockable in the Docking Group of docking-layout .

See also

docking-layout


LispWorks CAPI Reference Manual - 25 Jul 2006

NextPrevUpTopContentsIndex