SortListModel

constructor(model: <Error class: unknown class>? = null, sorter: Sorter? = null)

Creates a new sort list model that uses the @sorter to sort @model.

Return

a new GtkSortListModel

Parameters

model

the model to sort

sorter

the GtkSorter to sort @model with,


constructor(pointer: <Error class: unknown class><<Error class: unknown class>>)