NextPrevUpTopContentsIndex

set-text-input-pane-selection

Function
Summary

Sets the selection in a text-input-pane.

Package

capi

Signature

set-text-input-pane-selection pane start end

Arguments

pane

A text-input-pane.

start, end

Bounding indexes for a subsequence of the text of pane .

Description

The function set-text-input-pane-selection sets the selection in pane to be the text bounded by the indexes start (inclusive) and end (exclusive).

See also

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


LispWorks CAPI Reference Manual - 25 Jul 2006

NextPrevUpTopContentsIndex