Package: gtk

Accessor gtk:color-chooser-dialog-show-editor

Lambda List

gtk:color-chooser-dialog-show-editor (object)

Syntax

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

Arguments

object -- a gtk:color-chooser-dialog widget
show-editor -- a boolean whether to show the single-color editor

Details

Accessor of the show-editor slot of the gtk:color-chooser-dialog class. True when the color chooser dialog is showing the single-color editor. It can be set to switch the color chooser into single-color editing mode.

Warning

The gtk:color-chooser-dialog implementation is deprecated since 4.10. Use the gtk:color-dialog object instead.
 

See also

2024-5-21