LispWorks CAPI Reference Manual > 1 CAPI Reference Entries

NextPrevUpTopContentsIndex

editor-pane-selected-text-p

Generic Function
Summary

The predicate for a current selection in an editor-pane .

Package

capi

Signature

editor-pane-selected-text-p editor-pane => result

Arguments

editor-pane

An editor-pane.

Values

result

A boolean.

Description

The generic function editor-pane-selected-text-p takes an instance of editor-pane as its argument and returns t if there is text currently selected in editor-pane , or nil if there is no selection.

See also

editor-pane
editor-pane-selected-text


LispWorks CAPI Reference Manual - 21 Dec 2009

NextPrevUpTopContentsIndex