gtkTextTagTableAdd {RGtk2} | R Documentation |
Add a tag to the table. The tag is assigned the highest priority in the table.
gtkTextTagTableAdd(object, tag)
|
[GtkTextTagTable ] a GtkTextTagTable |
|
[GtkTextTag ] a GtkTextTag |
tag
must not be in a tag table already, and may not have
the same name as an already-added tag.
Derived by RGtkGen from GTK+ documentation