Package: gtk

Function gtk:color-selection-previous-alpha

Lambda List

gtk:color-selection-previous-alpha (selection)

Syntax

(gtk:color-selection-previous-alpha selection) => alpha
(setf (gtk:color-selection-previous-alpha selection) alpha)

Arguments

selection -- a gtk:color-selection widget
alpha -- an integer between 0 and 65535

Details

The gtk:color-selection-previous-alpha function returns the previous alpha value. The (setf gtk:color-selection-previous-alpha) function sets the previous alpha value.

This function should be called with some hesitations, as it might seem confusing to have that alpha change.

Warning

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

See also

2023-6-14