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

Accessor of the use-alpha slot of the gtk:color-chooser class. The gtk:color-chooser-use-alpha function returns whether the color chooser shows the alpha channel. The (setf gtk:color-chooser-use-alpha) function sets the property.

Warning

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

See also

2024-5-21