| gtkTextBufferApplyTagByName {RGtk2} | R Documentation |
Calls gtkTextTagTableLookup on the buffer's tag table to
get a GtkTextTag, then calls gtkTextBufferApplyTag.
gtkTextBufferApplyTagByName(object, name, start, end)
|
[GtkTextBuffer] a GtkTextBuffer |
|
[character] name of a named GtkTextTag |
|
[GtkTextIter] one bound of range to be tagged |
|
[GtkTextIter] other bound of range to be tagged |
Derived by RGtkGen from GTK+ documentation