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 color

Details

Accessor of the current-color slot of the gtk:color-selection class. The gtk:color-selection-current-alpha function gets the current color in the color selector. The (setf gtk:color-selection-current-alpha) function sets the current color. The first time this is called, it will also set the original color to be color too.

Warning

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

See also

2023-6-14