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

Warning

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

See also

2023-6-14