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

gtkTextIterCanInsert

gtkTextIterCanInsert


Description

Considering the default editability of the buffer, and tags that affect editability, determines whether text inserted at iter would be editable. If text inserted at iter would be editable then the user should be allowed to insert text at iter. gtkTextBufferInsertInteractive uses this function to decide whether insertions are allowed at a given position.

Usage

gtkTextIterCanInsert(object, default.editability)

Arguments

object

an iterator

default.editability

TRUE if text is editable by default

Value

[logical] whether text inserted at iter would be editable

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.