Description Usage Arguments Value Author(s)
Deletes all editable text in the given range.
Calls gtkTextBufferDelete
for each editable sub-range of
[start
,end
). start
and end
are revalidated to point to
the location of the last deleted range, or left untouched if
no text was deleted.
1 2 | gtkTextBufferDeleteInteractive(object, start.iter, end.iter,
default.editable)
|
|
a |
|
start of range to delete |
|
end of range |
|
whether the buffer is editable by default |
[logical] whether some text was actually 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.