Package: gtk

Accessor gtk:list-item-child

Lambda List

gtk:list-item-child (object)

Syntax

(gtk:list-item-child object) => child
(setf (gtk:list-item-child object) child)

Arguments

object -- a gtk:list-item object
child -- a gtk:widget child widget

Details

The accessor for the child slot of the gtk:list-item class gets or sets the child widget. 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.
 

See also

2025-09-29