Signal
Gtk.TextTagTable::tag-removed
Description [src]
Emitted every time a tag is removed from the GtkTextTagTable
.
The tag
is still valid by the time the signal is emitted, but
it is not associated with a tag table any more.
Default handler: | The default handler is called after the handlers added via |
Parameters
tag |
GtkTextTag |
the removed tag. |
|
Ownership is not transferred to the callee |