Package: gtk

Accessor gtk-text-tag-weight

Lambda List

gtk-text-tag-weight (object)

Syntax

(gtk-text-tag-weight object) => weight
(setf (gtk-text-tag-weight object) weight)

Arguments

object -- a gtk-text-tag object
weight -- an integer for the font weight

Details

Accessor of the weight slot of the gtk-text-tag class.

Font weight as an integer, see predefined values in the pango-weight enumeration, for example, the :bold value.
 

See also

2021-11-17