onTagChanged

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

Emitted every time a tag in the GtkTextTagTable changes.

Parameters

connectFlags

a combination of ConnectFlags

handler

the Callback to connect. Params: tag the changed tag.; sizeChanged whether the change affects the GtkTextView layout.