Package: gtk

Accessor gtk:color-chooser-use-alpha

Lambda List

gtk:color-chooser-use-alpha (object)

Syntax

(gtk:color-chooser-use-alpha object) => use-alpha
(setf (gtk:color-chooser-use-alpha object) use-alpha)

Arguments

object -- a gtk:color-chooser widget
use-alpha -- true if the color chooser should use alpha channel, false if not

Details

The accessor for the use-alpha slot of the gtk:color-chooser class gets or sets whether the color chooser shows the alpha channel.

Warning

The gtk:color-chooser implementation is deprecated since 4.10. Use the gtk:color-dialog widget instead.
 

See also

2025-09-29