Package: gtk

Accessor gtk:cell-renderer-text-language

Lambda List

gtk:cell-renderer-text-language (object)

Syntax

(gtk:cell-renderer-text-language object) => language
(setf (gtk:cell-renderer-text-language object) language)

Arguments

object -- a gtk:cell-renderer-text object
language -- a string for the language this text is in

Details

The accessor for the language slot gets or sets the language this text is in, as an ISO code. Pango can use this as a hint when rendering the text. If you do not understand this parameter, you probably do not need it.

Warning

The gtk:cell-renderer-text implementation is deprecated since 4.10. Please do not use it in newly written code.
 

See also

2026-08-19