Method

Gtk.TextTagTable.add

Declaration [src]

gboolean
gtk_text_tag_table_add (
  GtkTextTagTable* table,
  GtkTextTag* tag
)

Description [src]

Add a tag to the table.

The tag is assigned the highest priority in the table.

tag must not be in a tag table already, and may not have the same name as an already-added tag.

Parameters

tag GtkTextTag
 

a GtkTextTag

 Ownership is not transferred to the callee

Return value

Returns: gboolean

TRUE on success.