Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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

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

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.