Signal
GtkTextTagTable::tag-changed
Declaration
void
tag_changed (
GtkTextTagTable* self,
GtkTextTag* tag,
gboolean size_changed,
gpointer user_data
)
Description
No description available.
Default handler: The default handler is called after the handlers added via |
Parameters
tag
-
Type:
GtkTextTag
The changed tag.
The data is owned by the caller of the function. size_changed
-
Type:
gboolean
Whether the change affects the
GtkTextView
layout.