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

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

Since 4.10
 

See also

2025-09-26