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

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

Examples

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

Warning

The gtk:font-chooser implementation is deprecated since 4.10. Use the gtk:font-dialog and gtk:font-dialog-button widgets instead.
 

See also

2025-09-28