SortListModel
Description:
[ CCode ( has_construct_function = false ) ]
public SortListModel (owned ListModel? model, owned Sorter? sorter)
public SortListModel (owned ListModel? model, owned Sorter? sorter)
Creates a new sort list model that uses the sorter
to sort model
.
Parameters:
model |
the model to sort |
sorter |
the `GtkSorter` to sort |
Returns:
a new `GtkSortListModel` |