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 widget
language -- a RFC-3066 format string representing the language

Details

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

Examples

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

See also

2023-6-16