NextPrevUpTopContentsIndex

interface-editor-pane

Generic Function
Summary

Finds an editor-pane in an interface.

Package

capi

Signature

interface-editor-pane interface => pane

Arguments

interface

An instance of a subclass of interface.

Values

pane

An editor-pane or nil .

Description

The generic function interface-editor-pane finds the first pane of interface that is an editor-pane, and returns it.

If there is no editor-pane, then interface-editor-pane returns nil .

See also

editor-pane
interface


LispWorks CAPI Reference Manual - 17 Mar 2008

NextPrevUpTopContentsIndex