public boolDeleteInteractive (refTextIter start_iter, refTextIter end_iter, bool default_editable)
Parameters
start_iter
the beginning of range to delete
end_iter
the end of the range to delete
default_editable
whether the buffer is editable by default
Returns
whether some text was actually deleted
Remarks
Deletes all editable text in the given range. Calls TextBuffer.Delete(TextIter, TextIter) for each editable sub-range of start
and end. start and
end are revalidated to point to the
location of the last deleted range, or left untouched if
no text was deleted.
Requirements
Namespace: Gtk Assembly: gtk-sharp (in gtk-sharp.dll) Since: Gtk# 2.4