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

gtkTextBufferInsertRangeInteractive

gtkTextBufferInsertRangeInteractive


Description

Same as gtkTextBufferInsertRange, but does nothing if the insertion point isn't editable. The default.editable parameter indicates whether the text is editable at iter if no tags enclosing iter affect editability. Typically the result of gtkTextViewGetEditable is appropriate here.

Usage

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

Arguments

object

a GtkTextBuffer

iter

a position in buffer

start

a position in a GtkTextBuffer

end

another position in the same buffer as start

default.editable

default editability of the buffer

Value

[logical] whether an insertion was possible at iter

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.