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 of the gtk:text class gets or sets the attribute list of the text entry. The attributes in the list are applied to the text.
 

See also

2025-08-11