Package: gtk

Accessor gtk-color-selection-current-rgba

Lambda List

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

Syntax

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

Arguments

object -- a gtk-color-selection widget
rgba -- a gdk-rgba color to set the current color with

Details

Accessor of the current-rgba slot of the gtk-color-selection class.

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

Warning

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

See also

2021-7-20