Package: gtk
Function gtk:entry-buffer-delete-text
Lambda Listgtk:entry-buffer-delete-text (buffer position nchars) ArgumentsReturn ValueThe unsigned integer with the number of characters deleted. Details
Deletes a sequence of characters from the entry buffer. nchars characters are deleted starting at pos. If the nchars
argument is negative, then all characters up to the end of the entry buffer
are deleted. If the pos or nchars arguments are out of bounds, then they are coerced to sane values. Note that the position is specified in characters, not bytes. | See also |
2025-2-13