Package: gtk

Accessor gtk:text-attributes

Lambda List

gtk:text-attributes (object)

Syntax

(gtk:text-attributes object) => attributes
(setf (gtk:text-attributes object) attributes)

Arguments

object -- a gtk:text widget
attributes -- a pango:attr-list instance

Details

Accessor of the attributes slot of the gtk:text class. The gtk:text-attributes function gets the attribute list that was set on the text entry, if any. The (setf gtk:text-attributes) function sets an attribute list. The attributes in the list are applied to the text.
 

See also

2024-5-17