gtkTextBufferSetText: gtkTextBufferSetText

Description Usage Arguments Author(s)

View source: R/gtkFuncs.R

Description

Deletes current contents of buffer, and inserts text instead. If len is -1, text must be nul-terminated. text must be valid UTF-8.

Usage

1
gtkTextBufferSetText(object, text, len = -1)

Arguments

object

a GtkTextBuffer

text

UTF-8 text to insert

len

length of text in bytes

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.