LispWorks CAPI Reference Manual > 1 CAPI Reference Entries

NextPrevUpTopContentsIndex

text-input-pane-selected-text

Function
Summary

Returns the selected text in a text-input-pane.

Package

capi

Signature

text-input-pane-selected-text text-input-pane => result

Arguments

text-input-pane

An instance of text-input-pane or a subclass.

Values

result

A string or nil .

Description

The function text-input-pane-selected-text returns the selected text in text-input-pane , or nil if there is no selection.

See also

text-input-pane
text-input-pane-selection
text-input-pane-selection-p


LispWorks CAPI Reference Manual - 21 Dec 2009

NextPrevUpTopContentsIndex