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

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

Since 4.14
 

See also

2024-11-10