| gtkTextBufferDeleteInteractive {RGtk2} | R Documentation |
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)
|
[GtkTextBuffer] a GtkTextBuffer |
|
[GtkTextIter] start of range to delete |
|
[GtkTextIter] end of range |
|
[logical] whether the buffer is editable by default |
[logical] whether some text was actually deleted
Derived by RGtkGen from GTK+ documentation