Package: gtk

Accessor gtk:column-view-header-factory

Lambda List

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

Syntax

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

Arguments

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

Details

The accessor for the header-factory slot of the gtk:column-view class gets or 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

2025-09-21