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 slot access function gets the attribute list, if any. The (setf gtk-entry-attributes) slot access function sets a attributes list. The attributes in the list are applied to the entry text.
 

See also

2021-11-2