Package: gtk

Accessor gtk:column-view-column-factory

Lambda List

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

Syntax

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

Arguments

object -- a gtk:column-view-column object
factory -- a gtk:list-item-factory object to use, or nil for none

Details

Accessor of the factory slot of the gtk:column-view-column class. The gtk:column-view-column-factory function gets the factory that is currently used to populate list items. The (setf gtk:column-view-column-factory) function sets the factory.
 

See also

2024-11-28