LispWorks CAPI Reference Manual > 1 CAPI Reference Entries

NextPrevUpTopContentsIndex

list-panel-enabled

Generic Function
Summary

Gets or sets the enabled state of a list-panel.

Package

capi

Signature

list-panel-enabled list-panel => enabledp

Signature

(setf list-panel-enabled) enabledp list-panel => enabledp

Arguments

list-panel

A list-panel.

Values

enabledp

A boolean.

Description

The generic function list-panel-enabled determines whether list-panel is currently enabled. It is equivalent to the simple-pane accessor simple-pane-enabled .

The generic function (setf list-panel-enabled) enables list-panel when enabledp is true, and disables it otherwise. It is equivalent to (setf simple-pane-enabled).

See also

simple-pane


LispWorks CAPI Reference Manual - 21 Dec 2009

NextPrevUpTopContentsIndex