Package: gtk

Accessor gtk:settings-color-hash

Lambda List

gtk:settings-color-hash (object)

Syntax

(gtk:settings-color-hash object) => setting
(setf (gtk:settings-color-hash object) setting)

Arguments

object -- a gtk:settings object
setting -- a GHashTable instance

Details

Accessor of the color-hash slot of the gtk:settings class. Holds a hash table representation of the gtk-color-scheme setting, mapping color names to gdk:color colors.

Warning

The color-hash property has been deprecated since version 3.8 and should not be used in newly written code. Will always return an empty hash table.
 

See also

2023-3-7