Method
GtkListViewset_header_factory
Declaration [src]
void
gtk_list_view_set_header_factory (
GtkListView* self,
GtkListItemFactory* factory
)
Description [src]
Sets the GtkListItemFactory to use for populating the
GtkListHeader objects used in section headers.
If this factory is set to NULL, the list will not show section headers.
| Available since: | 4.12 |
| Sets property | Gtk.ListView:header-factory |
Parameters
factory |
GtkListItemFactory |
The factory to use. |
|
The argument can be NULL. | |
| The data is owned by the caller of the function. |