Package: gtk

Accessor gtk:color-dialog-modal

Lambda List

gtk:color-dialog-modal (object)

Syntax

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

Arguments

object -- a gtk:color-dialog object
modal -- a boolean whether the color chooser dialog is modal

Details

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

Since 4.10
 

See also

2025-08-06