set_row_factory


Description:

[ Version ( since = "4.12" ) ]
public void set_row_factory (ListItemFactory? factory)

Sets the factory used for configuring rows.

The factory must be for configuring [class@Gtk.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 [method@GtkColumnViewColumn.set_factory] and [ class@GtkColumnViewCell].

Parameters:

this

a `GtkColumnView`

factory

The row factory