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

The accessor for the modal slot of the gtk:color-button class gets or sets whether the color chooser dialog is modal.

Warning

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

See also

2025-09-24