selection adjust

(#<widget> 'selection 'adjust index)
Locate the end of the selection nearest to the character given by index, and adjust that end of the selection to be at index (i.e including but not going beyond index). The other end of the selection is made the anchor point for future select to commands.

If the selection isn't currently in the entry, then a new selection is created to include the characters between index and the most recent selection anchor point, inclusive.

Returns an empty string.


© Author | Home | Sitemap