NextPrevUpTopContentsIndex

editor-pane-selected-text-p

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 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 - 25 Jul 2006

NextPrevUpTopContentsIndex