gtkTextBufferInsertInteractiveAtCursor {RGtk2}R Documentation

gtkTextBufferInsertInteractiveAtCursor

Description

Calls gtkTextBufferInsertInteractive at the cursor position.

Usage

gtkTextBufferInsertInteractiveAtCursor(object, text, default.editable)

Arguments

object [GtkTextBuffer] a GtkTextBuffer
text [character] text in UTF-8 format
default.editable [logical] default editability of buffer

Details

default.editable indicates the editability of text that doesn't have a tag affecting editability applied to it. Typically the result of gtkTextViewGetEditable is appropriate here.

Value

[logical] whether text was actually inserted

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]