Package: gtk
Accessor gtk-label-attributes
Lambda Listgtk-label-attributes (object) SyntaxArgumentsDetails Accessor of the attributes slot of the gtk-label
class. The gtk-label-attributes slot access function gets the attribute list that was set on the label, if any. The (setf gtk-label-attributes) slot access function sets a attribute list. The attributes in the list are applied to the label text. This function does not reflect attributes that come from the labels markup, see the gtk-label-set-markup function. If you want to get the effective attributes for the label, use (pango-layout-attributes (gtk-label-layout label)) Note | See also |
2021-10-31