Package: gtk

Accessor gtk:color-button-rgba

Lambda List

gtk:color-button-rgba (object)

Syntax

(gtk:color-button-rgba object) => rgba)
(setf (gtk:color-button-rgba object) rgba)

Arguments

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

Details

Accessor of the rgba slot of the gtk:color-button class. The gtk:color-button-rgba function gets the current color in the color button. The (setf gtk:color-button) function sets the current color to be rgba.

Warning

The gtk:color-button-rgba function has been deprecated since version 3.4 and should not be used in newly written code. Use the gtk:color-chooser-rgba function instead.
 

See also

2023-6-14