Learn R Programming

RGtk2 (version 2.20.31)

gtkTextBufferInsertWithTagsByName: gtkTextBufferInsertWithTagsByName

Description

Same as gtkTextBufferInsertWithTags, but allows you to pass in tag names instead of tag objects.

Usage

gtkTextBufferInsertWithTagsByName(object, iter, text, ...)

Arguments

iter
position in buffer
text
UTF-8 text
...
undocumented