Package: gtk
Accessor gtk:inscription-attributes
Lambda Listgtk:inscription-attributes (object) SyntaxArgumentsDetails The accessor for the attributes slot gets or sets
the attribute list of the inscription.
These attributes will not be evaluated for sizing the inscription. Since 4.8 Examples
(defvar inscription (make-instance 'gtk:inscription))
=> INSCRIPTION
(setf (gtk:inscription-markup inscription) "<b>Bold Text</b>")
=> "<b>Bold Text</b>"
(gtk:inscription-text inscription)
=> "Bold Text"
(gtk:inscription-attributes inscription)
=> #<PANGO:ATTR-LIST {1002E2D353}>
(pango:attr-list-to-string *)
=> "0 9 weight bold" | See also |
2026-07-21