[Top]
GTK2
GTK2.TextBuffer
|
Method GTK2.TextBuffer()->create_tag()
- Method
create_tag
GTK2.TextTag create_tag(string tag_name, mapping props)
- Description
Creates a tag and adds it to the tag table. Equivalent to calling
GTK2.TextTag->create() and then adding the tag to the tag table. The
returned tag is owned by the tag table.
|