Package: gtk

Accessor gtk:entry-attributes

Lambda List

gtk:entry-attributes (object)

Syntax

(gtk:entry-attributes object) => attrs
(setf (gtk:entry-attributes object) attrs)

Arguments

object -- a gtk:entry widget
attrs -- a pango:attr-list instance

Details

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

See also

2024-5-22