ColumnView.setRowFactory

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.

class ColumnView
void
setRowFactory

Parameters

factory gtk.list_item_factory.ListItemFactory

The row factory