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

NextPrevUpTopContentsIndex

list-panel-enabled

Generic Function
Summary

Gets or sets the enabled state of a list-panel. This function is deprecated.

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 gets or sets the enabled state of a list-panel .

Notes

list-panel-enabled is deprecated because it is equivalent to the simple-pane accessor simple-pane-enabled. Use simple-pane-enabled instead.

See also

simple-pane


CAPI User Guide and Reference Manual (Windows version) - 25 Feb 2015

NextPrevUpTopContentsIndex