gtkTextBufferInsertWithTagsByName {RGtk2}R Documentation

gtkTextBufferInsertWithTagsByName

Description

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

Usage

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

Arguments

object

a GtkTextBuffer

iter

position in buffer

text

UTF-8 text

...

more tag names

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]