Package: gtk

Accessor gtk:font-dialog-modal

Lambda List

gtk:font-dialog-modal (object)

Syntax

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

Arguments

object -- a gtk:font-dialog object
modal -- a boolean whether the font chooser dialog is modal

Details

The accessor for the modal slot of the gtk:font-dialog class gets or sets whether the font chooser dialog blocks interaction with the parent window while it is presented.

Since 4.10
 

See also

#2025-09-29