connectTagRemoved
fun connectTagRemoved(connectFlags: <Error class: unknown class> = ConnectFlags(0u), handler: (tag: TextTag) -> Unit): <Error class: unknown class>
Emitted every time a tag is removed from the GtkTextTagTable
.
The @tag is still valid by the time the signal is emitted, but it is not associated with a tag table any more.
Parameters
connectFlags
A combination of ConnectFlags
handler
the Callback to connect. Params: tag
the removed tag.