Package: gtk
Function gtk:entry-buffer-insert-text
Lambda Listgtk:entry-buffer-insert-text (buffer pos text) ArgumentsReturn ValueThe unsigned integer with the number of characters actually inserted. Details
Inserts text into the contents of the entry buffer, at the given position. If the pos argument or the length of the text are out of bounds, or the
maximum text buffer length is exceeded, then they are coerced to sane values.
Note that the position is specified in characters, not in bytes. | See also |
2025-1-5