Package: gtk

Accessor gtk:color-button-color

Lambda List

gtk:color-button-color (object)

Syntax

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

Arguments

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

Details

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

Warning

The gtk:color-button-color function is deprecated and should not be used in newly written code. Use the gtk:color-chooser-rgba function instead.
 

See also

2023-6-14