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 to set the current color with

Details

Accessor of the color slot of the gtk-color-button class.

The slot access function gtk-color-button-color gets the current color in the color button. The slot access function (setf gtk-color-button-color) 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

2021-1-23