Package: gtk

Accessor gtk:color-dialog-button-rgba

Lambda List

gtk:color-dialog-button-rgba (object)

Syntax

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

Arguments

object -- a gtk:color-dialog-button object
rgba -- a gdk:rgba instance

Details

The accessor for the rgba slot of the gtk:color-dialog-button class gets or sets the color of the button.

This function is what should be used to obtain the color that was chosen by the user. To get informed about changes, listen to the "notify::color" signal.

Since 4.10
 

See also

2025-08-06