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

A new gtk-text-tag object.

Details

Creates a new tag.

Example

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

See also

2021-11-17