Package: gtk

Accessor gtk:alert-dialog-modal

Lambda List

gtk:alert-dialog-modal (object)

Syntax

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

Arguments

object -- a gtk:alert-dialog object
modal -- a boolean whether the alert dialog is modal

Details

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

Since 4.10
 

See also

2023-9-20