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 dialog

Details

Accessor of the show-editor slot of the gtk-color-button class.

Set this property to true to skip the palette in the 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.

Since 3.20
 

See also

2020-5-23