Package: gtk

Accessor gtk:column-view-row-factory

Lambda List

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

Syntax

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

Arguments

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

Details

Accessor of the row-factory slot of the gtk:column-view class. The gtk:column-view-row-factory function gets the factory that is used for configuring rows. The (setf gtk:column-view-row-factory) function sets the factory used for configuring rows. The factory must be for configuring gtk:column-view-row objects.

If this factory is not set - which is the default - then the defaults will be used. This factory is not used to set the widgets displayed in the individual cells. For that see the gtk:column-view-column-factory function and the gtk:column-view-cell object.

Since 4.12
 

See also

2024-11-28