gtkTextBufferInsertAtCursor {RGtk2}R Documentation

gtkTextBufferInsertAtCursor

Description

Simply calls gtkTextBufferInsert, using the current cursor position as the insertion point.

Usage

gtkTextBufferInsertAtCursor(object, text, len = -1)

Arguments

object [GtkTextBuffer] a GtkTextBuffer
text [character] some text in UTF-8 format
len [integer] length of text, in bytes

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]