Description Usage Arguments Author(s)
Deletes text between start
and end
. The order of start
and end
is not actually relevant; gtkTextBufferDelete
will reorder
them. This function actually emits the "delete-range" signal, and
the default handler of that signal deletes the text. Because the
buffer is modified, all outstanding iterators become invalid after
calling this function; however, the start
and end
will be
re-initialized to point to the location where text was deleted.
1 | gtkTextBufferDelete(object, start, end)
|
|
a |
|
a position in |
|
another position in |
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.