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

Accessor of the child slot of the gtk:list-item class. The gtk:list-item-child function gets the child widget or nil if none was set. The (setf gtk:list-item-child) function sets the child widget to be used for this list item.

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

2023-8-13