Method

Gtk.ColumnViewColumn.set_factory

Declaration [src]

void
gtk_column_view_column_set_factory (
  GtkColumnViewColumn* self,
  GtkListItemFactory* factory
)

Description [src]

Sets the GtkListItemFactory to use for populating list items for this column.

Parameters

factory GtkListItemFactory
 

the factory to use or NULL for none

 Can be NULL
 Ownership is not transferred to the callee