Package: gtk

Function gtk:text-tag-new

Lambda List

gtk:text-tag-new (name &rest args)

Arguments

name -- a string with the tag name, or nil
args -- list of property keywords and values

Return Value

The new gtk:text-tag object.

Details

Creates a new tag.

Examples

Create a tag with name "font-italic":
(gtk:text-tag-new "font-italic" :font "fixed" :style :italic)
=> #<gtk:text-tag {1006C86E63}>    
 

See also

2024-7-2