TextBuffer.insertWithTagsByName

Same as gtk_text_buffer_insert_with_tags(), but allows you to pass in tag names instead of tag objects.

class TextBuffer
void
insertWithTagsByName
(,
string text
,
string[] tags...
)

Parameters

iter TextIter

position in buffer

text string

UTF-8 text

tags string[]

tag names

Meta