Description Usage Arguments Details Value Author(s)
Creates a tag and adds it to the tag table for buffer
.
Equivalent to calling gtkTextTagNew
and then adding the
tag to the buffer's tag table. so the ref count will be equal to one.
1 | gtkTextBufferCreateTag(object, tag.name, ...)
|
|
a |
|
name of the new tag, or |
|
a new tag |
If tag.name
is NULL
, the tag is anonymous.
If tag.name
is non-NULL
, a tag called tag.name
must not already
exist in the tag table for this buffer.
The first.property.name
argument and subsequent arguments are a list
of properties to set on the tag, as with gObjectSet
.
[GtkTextTag
] a new tag
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.