n.chars
characters are
deleted starting at position
. If n.chars
is negative, then all characters
until the end of the text are deleted.gtkEntryBufferDeleteText(object, position, n.chars)
object
position
n.chars
position
or n.chars
are out of bounds, then they are coerced to sane
values.
Note that the positions are specified in characters, not bytes.
Since 2.18