TextBuffer.addOnApplyTag

The ::apply-tag signal is emitted to apply a tag to a range of text in a gtk.TextBuffer Applying actually occurs in the default handler.

Note that if your handler runs before the default handler it must not invalidate the start and end iters (or has to revalidate them).

See also: TextBuffer.applyTag, TextBuffer.insertWithTags, TextBuffer.insertRange.

class TextBuffer
gulong
addOnApplyTag
(,
ConnectFlags connectFlags = cast(ConnectFlags)0
)