LispWorks CAPI Reference Manual > 1 CAPI Reference Entries

NextPrevUpTopContentsIndex

editor-pane-selected-text

Function
Summary

Returns the selected text in an editor-pane .

Package

capi

Signature

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

Arguments

editor-pane

An editor-pane.

Values

result

A string or nil .

Description

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

See also

editor-pane
editor-pane-selected-text-p


LispWorks CAPI Reference Manual - 21 Dec 2009

NextPrevUpTopContentsIndex