Extracted from Pike v7.8 release 352 at 2011-09-07.
pike.ida.liu.se
[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.