connectTagChanged

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

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.