Method

GtkGridViewset_factory

Declaration [src]

void
gtk_grid_view_set_factory (
  GtkGridView* self,
  GtkListItemFactory* factory
)

Description [src]

Sets the GtkListItemFactory to use for populating list items.

Sets propertyGtk.GridView:factory

Parameters

factory

Type: GtkListItemFactory

The factory to use.

The argument can be NULL.
The data is owned by the caller of the method.