onTagRemoved

fun onTagRemoved(    connectFlags: <Error class: unknown class> = ConnectFlags(0u),     handler: (tag: TextTag) -> Unit): <Error class: unknown class>(source)

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.