tag_changed
Description:
public virtual signal void tag_changed (
TextTag tag,
bool size_changed)
Emitted every time a tag in the `GtkTextTagTable` changes.
Parameters:
| tag |
the changed tag.
|
| size_changed |
whether the change affects the `GtkTextView` layout.
|