RGtk2 (version 2.20.31)

gtkTextBufferDeleteInteractive: gtkTextBufferDeleteInteractive

Description

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.

Usage

gtkTextBufferDeleteInteractive(object, start.iter, end.iter, default.editable)

Arguments

start.iter
start of range to delete
end.iter
end of range
default.editable
whether the buffer is editable by default

Value