Description Usage Arguments Details Value Author(s)
Performs the appropriate action as if the user hit the delete
key with the cursor at the position specified by iter
. In the
normal case a single character will be deleted, but when
combining accents are involved, more than one character can
be deleted, and when precomposed character and accent combinations
are involved, less than one character will be deleted.
1 | gtkTextBufferBackspace(object, iter, interactive, default.editable)
|
|
a |
|
a position in |
|
whether the deletion is caused by user interaction |
|
whether the buffer is editable by default |
Because the buffer is modified, all outstanding iterators become
invalid after calling this function; however, the iter
will be
re-initialized to point to the location where text was deleted.
Since 2.6
[logical] TRUE
if the buffer was modified
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.