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

The accessor for the has-palette slot of the gtk:color-selection class gets or sets whether the color selector has a color palette.

Warning

This function is deprecated since version 3.4 and should not be used in newly written code.
 

See also

2025-11-20