Package: gtk

Accessor gtk:color-selection-current-color

Lambda List

gtk:color-selection-current-color (object)

Syntax

(gtk:color-selection-current-color object) => color
(setf (gtk:color-selection-current-color object) color)

Arguments

object -- a gtk:color-selection widget
color -- a gdk:color instance for the color

Details

The accessor fir the current-color slot of the gtk:color-selection class gets or sets the color in the color selector. The first time this is called, it will also set the original color to be color too.

Warning

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

See also

2025-11-20