Package: gtk

Accessor gtk:cell-view-background-gdk

Lambda List

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

Syntax

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

Arguments

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

Details

Accessor of the background-gdk slot of the gtk:cell-view class.

Warning

The background-gdk 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

#2023-3-16