Package: gtk

Function gtk-editable-select-region

Lambda List

gtk-editable-select-region (editable start end)

Arguments

editable -- a gtk-editable widget
start -- an integer with the start of region
end -- an integer with the end of region

Details

Selects a region of text. The characters that are selected are those characters at positions from start up to, but not including end. If end is negative, then the the characters selected are those characters from start to the end of the text.

Note that positions are specified in characters, not bytes.
 

See also

2020-6-1