Package: gtk

Function gtk-editable-delete-text

Lambda List

gtk-editable-delete-text (editable &key start-pos end-pos)

Arguments

editable -- a gtk-editable widget
start -- an integer with the start position
end -- an integer with the end position

Details

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

Note that the positions are specified in characters, not bytes.
 

See also

2020-6-1