Package: gtk

Accessor gtk:cell-view-background-gdk

Lambda List

gtk:cell-view-background-gdk (object)

Syntax

(gtk:cell-view-background object) => color
(setf (gtk:cell-view-background object) color)

Arguments

object -- a gtk:cell-view widget
color -- a gdk:color background color

Details

The accessor for the background-gdk slot gets or sets the background color of the cell view.

Warning

This property has been deprecated since version 3.4 and should not be used in newly written code. Use the background-rgba property instead.
 

See also

2026-07-09