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

The accessor for the attributes slot gets or sets the attribute list of the text entry. The attributes in the list are applied to the text.
 

See also

2026-07-28