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 slot access function gtk-color-selection-current-alpha returns the current alpha value. The slot access function (setf gtk-color-selection-current-alpha) sets the current opacity. The first time this is called, it will also set the original opacity to be alpha too.

Warning

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

See also

2021-7-20