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 function gets the attribute list that was set on the label, if any. The (setf gtk:label-attributes) 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)) Notes | See also |
2024-4-24