Package: gtk

Accessor gtk:list-header-child

Lambda List

gtk:list-header-child (object)

Syntax

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

Arguments

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

Details

The accessor for the child slot of the gtk:list-header 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 header so that the widget can be reused when binding it multiple times.

Since 4.12
 

See also

2025-00-27