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

a GtkTextBuffer

text

some text in UTF-8 format

len

length of text, in bytes

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]