Package: gtk

Accessor gtk:color-selection-has-palette

Lambda List

gtk:color-selection-has-palette (object)

Syntax

(gtk:color-selection-has-palette object) => has-palette
(setf (gtk:color-selection-has-palette object) has-palette)

Arguments

object -- a gtk:color-selection widget
has-palette -- true if the color palette is to be visible, false otherwise

Details

Accessor of the has-palette slot of the gtk:color-selection class. The gtk:color-selection-has-palette function determines whether the color selector has a color palette. The (setf gtk:color-selection-has-palette) function shows and hides the color palette.

Warning

The gtk:color-selection-has-palette function is deprecated since version 3.4 and should not be used in newly written code.
 

See also

2023-6-14