Package: gtk

Accessor gtk:font-dialog-font-map

Lambda List

gtk:font-dialog-font-map (object)

Syntax

(gtk:font-dialog-font-map object) => fontmap
(setf (gtk:font-dialog-font-map object) fontmap)

Arguments

object -- a gtk:font-dialog object
fontmap -- a pango:font-map object

Details

Accessor of the font-map slot of the gtk:font-dialog class. The gtk:font-dialog-font-map function returns the fontmap from which fonts are selected, or nil for the default fontmap. The (setf gtk:font-dialog-font-map) function sets the fontmap from which fonts are selected. If fontmap is nil, the default fontmap is used.

Since 4.10
 

See also

#2024-5-2