Package: gtk

Accessor gtk:print-dialog-modal

Lambda List

gtk:print-dialog-modal (object)

Syntax

(gtk:print-dialog-modal object) => setting
(setf (gtk:print-dialog-modal object) setting)

Arguments

object -- a gtk:print-dialog object
setting -- a boolean whether the print dialog is modal

Details

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

Since 4.14
 

See also

2025-08-12