Package: gtk

Accessor gtk:list-view-header-factory

Lambda List

gtk:list-view-header-factory (object)

Syntax

(gtk:list-view-header-factory object) => factory
(setf (gtk:list-view-header-factory object) factory)

Arguments

object -- a gtk:list-view object
factory -- a gtk:list-item-factory object to use

Details

Accessor of the header-factory slot of the gtk:list-view class. The gtk:list-view-header-factory function gets the factory that is currently used to populate section headers. The (setf gtk:list-view-header-factory) function sets the factory to use for populating the gtk:list-header objects used in section headers. If this factory is set to nil, the list will not show section headers.

Since 4.12
 

See also

2023-11-25