Package: gtk

Accessor gtk-text-tag-language

Lambda List

gtk-text-tag-language (object)

Syntax

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

Arguments

object -- a gtk-text-tag object
language -- a string with language this text is in

Details

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

The language this text is in, as an ISO code. Pango can use this as a hint when rendering the text. If not set, an appropriate default will be used. Note that the initial value of this property depends on the current locale, see also the gtk-default-language function.
 

See also

2021-11-17