Package: gtk

Accessor gtk:column-view-cell-child

Lambda List

gtk:column-view-cell-child (object)

Syntax

(gtk:column-view-cell-child object) => child
(setf (gtk:column-view-cell-child object) child)

Arguments

object -- a gtk:column-view-cell object
child -- a gtk:widget child widget

Details

The accessor for the child slot of the gtk:column-view-cell class gets or sets the child widget to be used for this list item. Returns nil if none was set.

This function is typically called by applications when setting up a list item so that the widget can be reused when binding it multiple times.

Since 4.12
 

See also

2025-09-28