Package: gtk

Accessor gtk:color-button-modal

Lambda List

gtk:color-button-modal (object)

Syntax

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

Arguments

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

Details

Accessor of the modal slot of the gtk:color-button class. The gtk:color-button-modal function sets whether the color chooser dialog is modal. The (setf gtk:color-button-modal) function sets the property.

Warning

The gtk:color-button implementation is deprecated since 4.10. Use the gtk:color-dialog-button widget instead.
 

See also

2024-5-21