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 slot access function gtk-color-selection-current-alpha gets the current color in the color selector. The slot access function (setf gtk-color-selection-current-alpha) sets the current color. The first time this is called, it will also set the original color to be color too.

Warning

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

See also

2021-7-20