Package: gtk

Accessor gtk:color-button-show-editor

Lambda List

gtk:color-button-show-editor (object)

Syntax

(gtk:color-button-show-editor object) => show-editor
(setf (gtk:color-button-show-editor object) show-editor)

Arguments

object -- a gtk:color-button widget
show-editor -- a boolean whether to skip the palette in the color chooser dialog

Details

The accessor for the show-editor slot of the gtk:color-button class gets or sets whether to skip the palette in the color chooser dialog and go directly to the color editor. This property should be used in cases where the palette in the editor would be redundant, such as when the color button is already part of a palette.

Warning

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

See also

2025-09-24