Signal
GtkTextTagTable::tag-changed
Declaration
void
tag_changed (
  GtkTextTagTable* self,
  GtkTextTag* tag,
  gboolean size_changed,
  gpointer user_data
)
Description [src]
Emitted every time a tag in the GtkTextTagTable changes.
| Default handler: The default handler is called after the handlers added via  | 
Parameters
- tag
- 
            Type: GtkTextTagThe changed tag. The data is owned by the caller of the function. 
- size_changed
- 
            Type: gbooleanWhether the change affects the GtkTextViewlayout.