Package: gtk

Accessor gtk-font-chooser-language

Lambda List

gtk-font-chooser-language (object)

Syntax

(gtk-font-chooser-language object) => language
(setf (gtk-font-chooser-language object) language)

Arguments

object -- a gtk-font-chooser object
language -- a RFC-3066 format string representing the language

Details

Accessor of the language slot of the gtk-font-chooser class.

The slot access function gtk-font-chooser-language gets the language that is used for font features. The slot access function (setf gtk-font-chooser-language) sets the language. See the function pango-language-to-string.

Since 3.22

Example

(gtk-font-chooser-language (make-instance 'gtk-font-button)) => "de-de"    
 

See also

2021-1-20