gtkTextBufferInsertWithTags {RGtk2}R Documentation

gtkTextBufferInsertWithTags

Description

Inserts text into buffer at iter, applying the list of tags to the newly-inserted text. The last tag specified must be NULL to terminate the list. Equivalent to calling gtkTextBufferInsert, then gtkTextBufferApplyTag on the inserted text; gtkTextBufferInsertWithTags is just a convenience function.

Usage

gtkTextBufferInsertWithTags(object, iter, text, ...)

Arguments

object [GtkTextBuffer] a GtkTextBuffer
iter [GtkTextIter] an iterator in buffer
text [character] UTF-8 text
... list of tags to apply

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]