Package: gtk

Accessor gtk:font-dialog-filter

Lambda List

gtk:font-dialog-filter (object)

Syntax

(gtk:font-dialog-filter object) => filter
(setf (gtk:font-dialog-filter object) filter)

Arguments

object -- a gtk:font-dialog object
filter -- a gtk:filter object

Details

The accessor for the filter slot of the gtk:font-dialog class gets or sets the filter that decides which fonts to display in the font chooser dialog.

The gtk:filter object must be able to handle both pango:font-family and pango:font-face objects.

Since 4.10
 

See also

#2025-09-29