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

a GtkTextBuffer

name

name of a named GtkTextTag

start

one bound of range to be tagged

end

other bound of range to be tagged

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]