Package: gtk
Function gtk-text-tag-new
Lambda Listgtk-text-tag-new (name &rest args) Argumentsname -- a string with the tag name, or nil args -- list of property keywords and values Return ValueA new gtk-text-tag object. Details
Creates a new tag. Example(gtk-text-tag-new "font-italic" :font "fixed" :style :italic) => #<GTK-TEXT-TAG {1006C86E63}> | See also |
2021-11-17