ColumnView.setRowFactory

void setRowFactory(gtk.list_item_factory.ListItemFactory factory = null)

Sets the factory used for configuring rows. The factory must be for configuring [gtk.column_view_row.ColumnViewRow] 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 methodGtkColumnViewColumn.set_factory and classGtkColumnViewCell.

Parameters

factoryThe row factory