gtkTextBufferDeleteInteractive: gtkTextBufferDeleteInteractive

Description Usage Arguments Value Author(s)

View source: R/gtkFuncs.R

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

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

Arguments

object

a GtkTextBuffer

start.iter

start of range to delete

end.iter

end of range

default.editable

whether the buffer is editable by default

Value

[logical] whether some text was actually deleted

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.