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 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"    

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

2024-5-22