gtkTextIterCanInsert: gtkTextIterCanInsert

Description Usage Arguments Value Author(s)

View source: R/gtkFuncs.R

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

1
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 documentation built on Oct. 14, 2021, 5:08 p.m.