n.chars
characters of chars
into the contents of the
buffer, at position position
.gtkEntryBufferInsertText(object, position, chars, n.chars)
object
position
chars
n.chars
n.chars
is negative, then characters from chars will be inserted
until a null-terminator is found. If position
or n.chars
are out of
bounds, or the maximum buffer text length is exceeded, then they are
coerced to sane values.
Note that the position and length are in characters, not in bytes.
Since 2.18