TextBuffer.applyTagByName

Calls gtk_text_tag_table_lookup() on the buffer’s tag table to get a #GtkTextTag, then calls gtk_text_buffer_apply_tag().

class TextBuffer
void
applyTagByName

Parameters

name string

name of a named #GtkTextTag

start TextIter

one bound of range to be tagged

end TextIter

other bound of range to be tagged

Meta