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

Accessor of the modal slot of the gtk:font-dialog class. The gtk:font-dialog-modal function returns whether the font chooser dialog blocks interaction with the parent window while it is presented. The (setf gtk:font-dialog-modal) function sets whether the font chooser dialog blocks interaction with the parent window while it is presented.

Since 4.10
 

See also

#2024-5-2