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

The accessor for the modal slot gets or sets whether the alert dialog blocks interaction with the parent window while it is presented.

Since 4.10
 

See also

2026-07-12