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 between 0 and 65535

Details

Accessor of the current-alpha slot of the gtk:color-selection class. The gtk:color-selection-current-alpha function returns the current alpha value. The (setf gtk:color-selection-current-alpha) function sets the current opacity. The first time this is called, it will also set the original opacity to be alpha too.

Warning

The gtk:color-selection-current-alpha function is deprecated since version 3.4 and should not be used in newly written code.
 

See also

2023-6-14