connectRemoveTag
fun connectRemoveTag(connectFlags: <Error class: unknown class> = ConnectFlags(0u), handler: (tag: TextTag, start: TextIter, end: TextIter) -> Unit): <Error class: unknown class>
Emitted to remove all occurrences of @tag from a range of text in a GtkTextBuffer
.
Removal 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: method@Gtk.TextBuffer.remove_tag.
Parameters
connectFlags
A combination of ConnectFlags
handler
the Callback to connect. Params: tag
the tag to be removed; start
the start of the range the tag is removed from; end
the end of the range the tag is removed from