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 slot access function gtk-color-selection-has-palette determines whether the color selector has a color palette. The slot access function (setf gtk-color-selection-has-palette) shows and hides the color palette.

Warning

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

See also

2021-7-20