gtkTextBufferApplyTagByName {RGtk2}R Documentation

gtkTextBufferApplyTagByName

Description

Calls gtkTextTagTableLookup on the buffer's tag table to get a GtkTextTag, then calls gtkTextBufferApplyTag.

Usage

gtkTextBufferApplyTagByName(object, name, start, end)

Arguments

object [GtkTextBuffer] a GtkTextBuffer
name [character] name of a named GtkTextTag
start [GtkTextIter] one bound of range to be tagged
end [GtkTextIter] other bound of range to be tagged

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]