Description Usage Arguments Details Value Author(s)
Deletes a sequence of characters from the buffer. n.chars
characters are
deleted starting at position
. If n.chars
is negative, then all characters
until the end of the text are deleted.
1 | gtkEntryBufferDeleteText(object, position, n.chars)
|
|
a |
|
position at which to delete text |
|
number of characters to delete |
If 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
[numeric] The number of characters deleted.
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.