Method
Gtk.ListView.set_factory
Declaration [src]
void
gtk_list_view_set_factory (
  GtkListView* self,
  GtkListItemFactory* factory
)
Description [src]
Sets the GtkListItemFactory to use for populating list items.
| Sets property | Gtk.ListView:factory | 
Parameters
| factory | GtkListItemFactory | 
| the factory to use or  | |
| Can be NULL | |
| Ownership is not transferred to the callee |