Package: gtk

Accessor gtk:file-dialog-modal

Lambda List

gtk:file-dialog-modal (object)

Syntax

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

Arguments

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

Details

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

Since 4.10
 

See also

2023-7-22