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 with the language this text is in

Details

Accessor of the language slot of the gtk:cell-renderer-text class. 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

2024-2-21