Package: gtk

Function gtk-color-selection-previous-color

Lambda List

gtk-color-selection-previous-color (selection)

Syntax

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

Arguments

selection -- a gtk-color-selection widget
color -- a gdk-color color

Details

The function gtk-color-selection-previous-color gets the previous color value. The function (setf gtk-color-selection-previous-color) sets the previous color.

This function should be called with some hesitations, as it might seem confusing to have that color change. Calling the function gtk-color-selection-current-color will also set this color the first time it is called.

Warning

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

See also

2021-7-20