apply_tag_by_name
Description:
public void apply_tag_by_name (
string name,
TextIter start,
TextIter end)
Calls lookup on the buffer’s tag table to get a
TextTag, then calls apply_tag.
Parameters:
this |
a TextBuffer
|
name |
name of a named TextTag
|
start |
one bound of range to be tagged
|
end |
other bound of range to be tagged
|