Signal

Gtk.TextTagTable::tag-added

Declaration

void
tag_added (
  GtkTextTagTable self,
  GtkTextTag* tag,
  gpointer user_data
)

Description [src]

Emitted every time a new tag is added in the GtkTextTagTable.

Default handler:

The default handler is called after the handlers added via g_signal_connect()

Parameters

tag GtkTextTag
 

the added tag.

 Ownership is not transferred to the callee