Package: gtk

Accessor gtk:color-selection-current-alpha

Lambda List

gtk:color-selection-current-alpha (object)

Syntax

(gtk:color-selection-current-alpha object) => alpha
(setf (gtk:color-selection-current-alpha object) alpha)

Arguments

object -- a gtk:color-selection widget
alpha -- an integer for the alpha value between 0 and 65535

Details

The accessor for the current-alpha slot of the gtk:color-selection class gets or sets the opacity. The first time this is called, it will also set the original opacity to be alpha too.

Warning

This function is deprecated since version 3.4 and should not be used in newly written code.
 

See also

2025-11-20