gtkTextBufferDeleteInteractive
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.
gtkTextBufferDeleteInteractive(object, start.iter, end.iter, default.editable)
|
|
|
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
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.